v3.2.0
3.2.0 (2026-03-02)
Full Changelog: v3.1.0...v3.2.0
Breaking Changes
- Removed
priorityparameter and response field from contracts — thepriorityfield is no longer accepted as an input or returned in contract responses.
Features
subscription_idfield on invoice line items — invoice line item objects now include asubscription_idfield.- Compound group keys supported in
/v1/usage/groups— the usage groups endpoint now supports compound group keys for more granular usage aggregation. - New package endpoints — the SDK has been updated to include new package endpoints.
Bug Fixes
- Request cancellation during retry wait — fixed an issue where a request could not be canceled while it was waiting to retry.
NullStructserialization — the encoder now correctly serializesNullStructvalues.