v0.11.2 - April 22, 2026
·
77 commits
to main
since this release
What's New
- Subscriber context for label operations:
get_*_labels,update_*_labels, andpatch_*_labelsonDestinationClient,FragmentClient, andCertificateClientnow accept an optionaltenantparameter. Passing a subscriber tenant subdomain scopes the OAuth2 token request to that tenant's identity zone, enabling label management in a subscriber context. Defaults toNone, 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 withListOptions.filter_labels, and corrected API reference signatures for all three clients.
Contributors
- Application Foundation Toolkit Libraries Team