Skip to content

v11.0.0

Compare
Choose a tag to compare
@stainless-app stainless-app released this 31 Mar 18:12
f304429

11.0.0 (2025-03-27)

Full Changelog: v10.1.0...v11.0.0

⚠ BREAKING CHANGES

  • Fix type of new_asset_settings in Direct Uploads, and inline UpdateReferrerDomainRestrictionRequest (#331) (#563)
  • Changes the type of new_asset_settings to be a CreateAssetRequest, which exposes the correct set of fields to control asset creation
  • Replaces input on CreateAssetRequest with inputs, which accepts the same type, and added deprecation notices
  • Replaces playback_policy on CreateAssetRequest with playback_policies, which accepts the same type, and added deprecation notices

Features

  • add SKIP_BREW env var to ./scripts/bootstrap (#556) (d7b9122)
  • Replace input with inputs and playback_policy with playback_policies (#335) (#565) (f477926)

Bug Fixes

Chores