v11.0.0
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 aCreateAssetRequest
, which exposes the correct set of fields to control asset creation - Replaces
input
onCreateAssetRequest
withinputs
, which accepts the same type, and added deprecation notices - Replaces
playback_policy
onCreateAssetRequest
withplayback_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
- avoid type error in certain environments (#564) (d57d25d)
- exports: add missing type exports (#566) (94654c9)
- exports: ensure resource imports don't require /index (#560) (31a9554)
- Fix type of new_asset_settings in Direct Uploads, and inline UpdateReferrerDomainRestrictionRequest (#331) (#563) (f8342e9)
- internal: work around vercel/next.js#76881 (#567) (6305af8)