4.4.0 (2026-04-13)
Full Changelog: v4.3.0...v4.4.0
Features
- api: add missing types in ruby (6a074df)
- api: dam related webhook events (d2ffbf3)
- api: fix spec indentation (74e7a6a)
- api: indentation fix (fae3b74)
- api: merge with main to bring back missing parameters (78377b5)
- api: update webhook event names and remove DAM prefix (c621b14)
Bug Fixes
- api: extract shared schemas to prevent Go webhook union breaking changes (0325862)
- api: fix references of schema (3d07367)
- api: rename DamFile events to File for consistency (5998787)
- docs: remove redundant information about versioning in README (a546963)
- docs: remove redundant sub-item for webhook signature verification in README (03f4b45)
- docs: remove unnecessary password parameter from example (77c9134)
- multipart encoding for file arrays (5f02f3a)
- webhooks: encode webhook key in Base64 before verification (db0b711)
Documentation
- add webhook verification section to README (ceb1927)
Refactors
- AITags to singular AITag schema with array items pattern (01a4f00)