Releases: moderation-api/sdk-typescript
Releases · moderation-api/sdk-typescript
v4.5.0
v4.4.1
4.4.1 (2026-06-17)
Full Changelog: v4.4.0...v4.4.1
Bug Fixes
- client: send content-type header for requests with an omitted optional body (9addaf5)
v4.4.0
v4.3.0
v4.2.0
v4.1.1
4.1.1 (2026-05-19)
Full Changelog: v4.1.0...v4.1.1
Bug Fixes
- typescript: upgrade tsc-multi so that it works with Node 26 (d788796)
Chores
- tests: remove redundant File import (ad5cefa)
v4.1.0
v4.0.0
4.0.0 (2026-05-08)
Full Changelog: v3.16.0...v4.0.0
⚠ BREAKING CHANGES
- webhooks: WebhookType and WebhookPayload exports removed in favor of WebhookEvent. Event type strings change from SCREAMING_SNAKE (QUEUE_ITEM_ACTION) to dot.notation (queue_item.action). Payload envelope changes from flat (event.item / event.queue / event.action) to wrapped (event.data.object). The QUEUE_ITEM_NEW event no longer exists; five new author.* events are emitted instead.
Features
- api: api update (3effeec)
- api: manual updates (a298af3)
- webhooks: switch to generated v2 WebhookEvent types (#31) (de99ac4)
Chores
- redact api-key headers in debug logs (076c3c6)
v3.16.0
v3.15.0
3.15.0 (2026-04-29)
Full Changelog: v3.14.0...v3.15.0
Features
- api: api update (f09ed6a)
Chores
- format: run eslint and prettier separately (2358577)