Skip to content

v0.9.0 - April 15, 2026

Choose a tag to compare

@cassiofariasmachado cassiofariasmachado released this 15 Apr 22:01
· 83 commits to main since this release
a2ef4a1

What's New

  • Label management for destinations, fragments, and certificates: All three resource types now support get_*_labels, update_*_labels, and patch_*_labels operations at both instance and subaccount scopes. Labels are key-value metadata used for tagging and filtering resources.
  • New Label and PatchLabels types: Exported from sap_cloud_sdk.destination. PatchLabels supports ADD (upsert by key) and DELETE actions for incremental label updates.
  • Label filtering in list operations: ListOptions now accepts a filter_labels field to filter resources by label using OData Label HAS expressions. Supported on list_*_destinations, list_*_fragments, and list_*_certificates methods.
  • Fragment list filtering: list_instance_fragments and list_subaccount_fragments now accept a filter parameter (aligning with destinations and certificates).

Contributors

  • Application Foundation Toolkit Libraries Team