Skip to content

v0.11.2 - April 22, 2026

Choose a tag to compare

@cassiofariasmachado cassiofariasmachado released this 22 Apr 12:18
· 77 commits to main since this release
1b502db

What's New

  • Subscriber context for label operations: get_*_labels, update_*_labels, and patch_*_labels on DestinationClient, FragmentClient, and CertificateClient now accept an optional tenant parameter. Passing a subscriber tenant subdomain scopes the OAuth2 token request to that tenant's identity zone, enabling label management in a subscriber context. Defaults to None, preserving existing provider-context behaviour.

Improvements

  • Updated the Destination user guide to document label management operations (Label, PatchLabels) introduced in v0.9.0, including usage examples, label-based filtering with ListOptions.filter_labels, and corrected API reference signatures for all three clients.

Contributors

  • Application Foundation Toolkit Libraries Team