Releases: moderation-api/sdk-php
Releases · moderation-api/sdk-php
v0.6.0
v0.5.0
0.5.0 (2026-02-03)
Full Changelog: v0.4.0...v0.5.0
Features
- use
$_ENVaware getenv helper (74f3ced)
Chores
- internal: php cs fixer should not be memory limited (d6b7284)
v0.4.0
0.4.0 (2026-01-31)
Full Changelog: v0.3.0...v0.4.0
⚠ BREAKING CHANGES
- replace special flag type
omittablewith justnull - 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
omittablewith justnull(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/checkoutversion (f3c6d09) - readme: remove beta warning now that we're in ga (dd62d54)
v0.3.0
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
BaseResponseclass for accessing raw responses (b70b4c9) - split out services into normal & raw types (a7e26e6)
- use camel casing for all class properties (fc81f4b)