Skip to content

Releases: moderation-api/sdk-typescript

v4.5.0

18 Jun 14:14

Choose a tag to compare

4.5.0 (2026-06-18)

Full Changelog: v4.4.1...v4.5.0

Features

v4.4.1

17 Jun 02:03

Choose a tag to compare

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

02 Jun 08:41

Choose a tag to compare

4.4.0 (2026-06-02)

Full Changelog: v4.3.0...v4.4.0

Features

v4.3.0

02 Jun 08:25

Choose a tag to compare

4.3.0 (2026-06-02)

Full Changelog: v4.2.0...v4.3.0

Features

v4.2.0

01 Jun 15:25

Choose a tag to compare

4.2.0 (2026-06-01)

Full Changelog: v4.1.1...v4.2.0

Features

v4.1.1

19 May 02:07

Choose a tag to compare

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

08 May 12:51

Choose a tag to compare

4.1.0 (2026-05-08)

Full Changelog: v4.0.0...v4.1.0

Features

v4.0.0

08 May 11:15
77513ce

Choose a tag to compare

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

06 May 09:15

Choose a tag to compare

3.16.0 (2026-05-06)

Full Changelog: v3.15.0...v3.16.0

Features

v3.15.0

29 Apr 12:17

Choose a tag to compare

3.15.0 (2026-04-29)

Full Changelog: v3.14.0...v3.15.0

Features

Chores

  • format: run eslint and prettier separately (2358577)