v0.9.0 - April 15, 2026
·
83 commits
to main
since this release
What's New
- Label management for destinations, fragments, and certificates: All three resource types now support
get_*_labels,update_*_labels, andpatch_*_labelsoperations at both instance and subaccount scopes. Labels are key-value metadata used for tagging and filtering resources. - New
LabelandPatchLabelstypes: Exported fromsap_cloud_sdk.destination.PatchLabelssupportsADD(upsert by key) andDELETEactions for incremental label updates. - Label filtering in list operations:
ListOptionsnow accepts afilter_labelsfield to filter resources by label using ODataLabel HASexpressions. Supported onlist_*_destinations,list_*_fragments, andlist_*_certificatesmethods. - Fragment list filtering:
list_instance_fragmentsandlist_subaccount_fragmentsnow accept afilterparameter (aligning with destinations and certificates).
Contributors
- Application Foundation Toolkit Libraries Team