Skip to content

v3.2.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Mar 22:54
bb1158b

3.2.0 (2026-03-02)

Full Changelog: v3.1.0...v3.2.0

Breaking Changes

  • Removed priority parameter and response field from contracts — the priority field is no longer accepted as an input or returned in contract responses.

Features

  • subscription_id field on invoice line items — invoice line item objects now include a subscription_id field.
  • 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.
  • NullStruct serialization — the encoder now correctly serializes NullStruct values.

Docs