v0.45.0
0.45.0 (2026-08-31)
Full Changelog: v0.44.0...v0.45.0
Features
- api: add beta webhooks parse_unverified; unwrap now verifies signatures (eb701fa)
- api: add support for organization compliance settings in the Admin API (42c09e2)
- api: beta files/skills namespaces use GA shapes; drop dated beta header pins (e221c18)
- user_profiles: sort the user profile list by name with order_by=name (48bf551)
Bug Fixes
- api: mark the beta header required on Admin API Tunnel operations (cba198a)
- pagination: follow the requested paging direction past page 1 (101257d)
- pagination: page backward with before_id and stop on has_more false or an empty page (101257d)
- pagination: request the next page only with items, has_more, and the cursor for the request's direction (101257d)
Chores
- api: remove unreleased thinking prefix_mismatched_behavior param (a714a2b)
- api: remove user profile relationship in favor of access_type (a714a2b)
- internal: add UnionDiscriminator marker for response unions (61b81cc)
- internal: remove discriminator support from PropertyInfo (42c09e2)
Documentation
- api: backtick identifiers in managed-agents API descriptions (93e8aec)