Skip to content

Releases: moderation-api/sdk-python

v1.16.0

28 Apr 03:33

Choose a tag to compare

1.16.0 (2026-04-28)

Full Changelog: v1.15.0...v1.16.0

Features

  • support setting headers via env (d420ac7)

Bug Fixes

  • use correct field name format for multipart file arrays (24c5513)

v1.15.0

24 Apr 13:31

Choose a tag to compare

1.15.0 (2026-04-24)

Full Changelog: v1.14.2...v1.15.0

Features

Performance Improvements

  • client: optimize file structure copying in multipart requests (2faff3e)

Chores

  • internal: more robust bootstrap script (b13f27f)

v1.14.2

11 Apr 08:58

Choose a tag to compare

1.14.2 (2026-04-11)

Full Changelog: v1.14.1...v1.14.2

Bug Fixes

  • ensure file data are only sent as 1 parameter (26a0985)

v1.14.1

08 Apr 05:10

Choose a tag to compare

1.14.1 (2026-04-08)

Full Changelog: v1.14.0...v1.14.1

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (b7b9011)

v1.14.0

31 Mar 10:30

Choose a tag to compare

1.14.0 (2026-03-31)

Full Changelog: v1.13.0...v1.14.0

Features

v1.13.0

27 Mar 06:37

Choose a tag to compare

1.13.0 (2026-03-27)

Full Changelog: v1.12.3...v1.13.0

Features

  • internal: implement indices array format for query and form serialization (69c6284)

Chores

  • ci: skip lint on metadata-only changes (4266432)
  • internal: update gitignore (7c14aa9)

v1.12.3

20 Mar 03:50

Choose a tag to compare

1.12.3 (2026-03-20)

Full Changelog: v1.12.2...v1.12.3

Bug Fixes

  • sanitize endpoint path params (82ab871)

Chores

  • internal: tweak CI branches (405d710)

v1.12.2

17 Mar 13:22

Choose a tag to compare

1.12.2 (2026-03-17)

Full Changelog: v1.12.1...v1.12.2

Bug Fixes

  • deps: bump minimum typing-extensions version (e38b349)

v1.12.1

17 Mar 13:15

Choose a tag to compare

1.12.1 (2026-03-17)

Full Changelog: v1.12.0...v1.12.1

Bug Fixes

  • pydantic: do not pass by_alias unless set (1cadcd9)

v1.12.0

16 Mar 16:30

Choose a tag to compare

1.12.0 (2026-03-16)

Full Changelog: v1.11.0...v1.12.0

Features

Chores

  • ci: skip uploading artifacts on stainless-internal branches (e610021)

Refactors

  • types: use extra_items from PEP 728 (430bfe0)