Skip to content

Releases: moderation-api/sdk-php

v0.6.0

06 Feb 15:34

Choose a tag to compare

0.6.0 (2026-02-06)

Full Changelog: v0.5.0...v0.6.0

Features

v0.5.0

03 Feb 09:53

Choose a tag to compare

0.5.0 (2026-02-03)

Full Changelog: v0.4.0...v0.5.0

Features

  • use $_ENV aware getenv helper (74f3ced)

Chores

  • internal: php cs fixer should not be memory limited (d6b7284)

v0.4.0

31 Jan 12:40

Choose a tag to compare

0.4.0 (2026-01-31)

Full Changelog: v0.3.0...v0.4.0

⚠ BREAKING CHANGES

  • replace special flag type omittable with just null
  • use aliases for phpstan types
  • improve identifier renaming for names that clash with builtins

Features

  • add idempotency header support (4b941bd)
  • api: api update (4e4f842)
  • api: api update (859828f)
  • api: api update (c7142a7)
  • improve identifier renaming for names that clash with builtins (8028859)
  • improved phpstan type annotations (1e1c3c6)
  • replace special flag type omittable with just null (5294f9f)
  • simplify and make the phpstan types more consistent (0735967)
  • support unwrapping envelopes (50fbe5d)
  • use aliases for phpstan types (e17e879)

Bug Fixes

  • a number of serialization errors (4a43323)
  • correctly serialize dates (8b350ba)
  • support arrays in query param construction (032b424)
  • typos in README.md (edeefaf)

Chores

  • add git attributes and composer lock file (0ec3ea1)
  • internal: add a basic client test (36b8433)
  • internal: codegen related update (d600edc)
  • internal: codegen related update (597bdf7)
  • internal: codegen related update (c26566d)
  • internal: codegen related update (b2aba3e)
  • internal: codegen related update (5e43726)
  • internal: codegen related update (9b7c72f)
  • internal: codegen related update (7cbad4c)
  • internal: codegen related update (e6f45f4)
  • internal: codegen related update (b7631a0)
  • internal: codegen related update (6171347)
  • internal: minor test script reformatting (50ba7b7)
  • internal: refactor auth by moving concern from base client into client (37eeb69)
  • internal: update actions/checkout version (f3c6d09)
  • readme: remove beta warning now that we're in ga (dd62d54)

v0.3.0

11 Dec 15:23
ee72701

Choose a tag to compare

0.3.0 (2025-12-10)

Full Changelog: v0.2.0...v0.3.0

⚠ BREAKING CHANGES

  • use camel casing for all class properties

Features

  • add BaseResponse class for accessing raw responses (b70b4c9)
  • split out services into normal & raw types (a7e26e6)
  • use camel casing for all class properties (fc81f4b)

Chores

  • ensure constant values are marked as optional in array types (50679be)
  • switch from #[Api(optional: true|false)] to #[Required]|#[Optional] for annotations (0b40eda)
  • use $self = clone $this; instead of $obj = clone $this; (a8db5b6)

v0.2.0

06 Dec 11:35

Choose a tag to compare

0.2.0 (2025-12-06)

Full Changelog: v0.1.1...v0.2.0

Features

  • allow both model class instances and arrays in setters (1274a2b)
  • api: api update (8d25646)

v0.1.1

05 Dec 15:40
c300a72

Choose a tag to compare

0.1.1 (2025-12-05)

Full Changelog: v0.1.0...v0.1.1

Chores

v0.1.0

05 Dec 15:17
892b4dc

Choose a tag to compare

0.1.0 (2025-12-05)

Full Changelog: v0.0.1...v0.1.0

Features

Chores