Skip to content

Latest commit

 

History

History
528 lines (309 loc) · 29.3 KB

File metadata and controls

528 lines (309 loc) · 29.3 KB

Changelog

1.24.0 (2026-03-13)

Full Changelog: v1.23.0...v1.24.0

Features

1.23.0 (2026-03-12)

Full Changelog: v1.22.1...v1.23.0

Features

Chores

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

1.22.1 (2026-03-05)

Full Changelog: v1.22.0...v1.22.1

Chores

  • test: do not count install time for mock server timeout (fb90aa9)

Refactors

  • types: use extra_items from PEP 728 (10ec48a)

1.22.0 (2026-03-02)

Full Changelog: v1.21.0...v1.22.0

Features

1.21.0 (2026-03-02)

Full Changelog: v1.20.2...v1.21.0

Features

1.20.2 (2026-02-27)

Full Changelog: v1.20.1...v1.20.2

Chores

  • docs: add missing descriptions (02bea2b)

1.20.1 (2026-02-24)

Full Changelog: v1.20.0...v1.20.1

Chores

  • internal: make test_proxy_environment_variables more resilient to env (8a10ea7)

1.20.0 (2026-02-23)

Full Changelog: v1.19.0...v1.20.0

Features

Bug Fixes

  • ensure streams are always closed (007d337)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (ab076a9)
  • use async_to_httpx_files in patch method (47196d1)

Chores

  • add missing docstrings (dad2da6)
  • ci: upgrade actions/github-script (751818a)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (227e51f)
  • docs: use environment variables for authentication in code snippets (89f2835)
  • format all api.md files (867dcfb)
  • internal: add --fix argument to lint script (be20a97)
  • internal: add missing files argument to base client (8737e4a)
  • internal: add request options to SSE classes (29a214d)
  • internal: bump dependencies (82c06e8)
  • internal: codegen related update (fb3e366)
  • internal: codegen related update (98724ee)
  • internal: fix lint error on Python 3.14 (82900b2)
  • internal: make test_proxy_environment_variables more resilient (07b652c)
  • internal: update actions/checkout version (ef96980)
  • speedup initial import (f5c9aa6)
  • update lockfile (48e85d7)
  • update mock server docs (97e6a8a)

1.19.0 (2025-11-20)

Full Changelog: v1.18.1...v1.19.0

Features

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (8800c2d)

1.18.1 (2025-11-10)

Full Changelog: v1.18.0...v1.18.1

Bug Fixes

  • compat with Python 3.14 (372ebe8)

Chores

  • package: drop Python 3.8 support (57e0a18)

1.18.0 (2025-11-07)

Full Changelog: v1.17.0...v1.18.0

Features

  • api: api update (be33019)
  • api: support specifying a branch (cbed5ed)
  • correct channel data schemas (fadc24d)

Chores

  • internal: grammar fix (it's -> its) (49b5e48)

1.17.0 (2025-10-30)

Full Changelog: v1.16.0...v1.17.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (34ef2a9)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (8126c82)

1.16.0 (2025-10-24)

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

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (1f77d9e)

1.15.0 (2025-10-13)

Full Changelog: v1.14.0...v1.15.0

Features

Chores

  • internal: detect missing future annotations with ruff (1ca76cb)

1.14.0 (2025-10-07)

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

Features

1.13.0 (2025-09-24)

Full Changelog: v1.12.1...v1.13.0

Features

Bug Fixes

  • avoid newer type syntax (66ba143)
  • compat: compat with pydantic<2.8.0 when using additional fields (c6ad6a9)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (4c552a6)
  • improve example values (48505ea)
  • internal: add Sequence related utils (2032a76)
  • internal: change ci workflow machines (a1760f4)
  • internal: move mypy configurations to pyproject.toml file (c9193ff)
  • internal: update pydantic dependency (0636d0b)
  • internal: update pyright exclude list (40513b5)
  • tests: simplify get_platform test (e6d99e5)
  • types: change optional parameter type from NotGiven to Omit (4a81616)

1.12.1 (2025-08-21)

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

Chores

1.12.0 (2025-08-15)

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

Features

Chores

  • internal: codegen related update (9ed4c52)
  • internal: fix ruff target version (be7a302)
  • internal: update comment in script (e7b7278)
  • update @stainless-api/prism-cli to v5.15.0 (a6f9e47)

1.11.0 (2025-08-05)

Full Changelog: v1.10.1...v1.11.0

Features

  • client: support file upload requests (19135e5)

Bug Fixes

  • parsing: parse extra field types (4f39573)

Chores

  • project: add settings file for vscode (4c4c3b6)

1.10.1 (2025-07-22)

Full Changelog: v1.10.0...v1.10.1

Bug Fixes

  • parsing: ignore empty metadata (a005f4a)

1.10.0 (2025-07-15)

Full Changelog: v1.9.0...v1.10.0

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (64799d2)
  • parsing: correctly handle nested discriminated unions (e8e1932)

Chores

  • ci: change upload type (e71a7c5)
  • internal: bump pinned h11 dep (f2b5336)
  • package: mark python 3.13 as supported (ee5b244)
  • readme: fix version rendering on pypi (a2fae26)

1.9.0 (2025-06-30)

Full Changelog: v1.8.1...v1.9.0

Features

Bug Fixes

  • ci: correct conditional (4fca14e)
  • ci: release-doctor — report correct token name (2fc22a4)

Chores

  • ci: only run for pushes and fork pull requests (4c11d9d)

1.8.1 (2025-06-24)

Full Changelog: v1.8.0...v1.8.1

Chores

  • tests: skip some failing tests on the latest python versions (e4d646c)

1.8.0 (2025-06-21)

Full Changelog: v1.7.1...v1.8.0

Features

Bug Fixes

  • tests: fix: tests which call HTTP endpoints directly with the example parameters (beb242d)

Chores

  • ci: enable for pull requests (38cb0ce)
  • internal: update conftest.py (5bcbc15)
  • readme: update badges (b72984d)
  • tests: add tests for httpx client instantiation & proxies (e971449)

Documentation

  • client: fix httpx.Timeout documentation reference (7239e56)

1.7.1 (2025-06-13)

Full Changelog: v1.7.0...v1.7.1

Bug Fixes

  • client: correctly parse binary response | stream (86075af)

Chores

  • tests: run tests in parallel (c6d9045)

1.7.0 (2025-06-12)

Full Changelog: v1.6.0...v1.7.0

Features

1.6.0 (2025-06-06)

Full Changelog: v1.5.0...v1.6.0

Features

1.5.0 (2025-06-04)

Full Changelog: v1.4.0...v1.5.0

Features

  • api: api update (d1373fc)
  • client: add follow_redirects request option (89019e2)

Chores

  • docs: remove reference to rye shell (7a8cea9)
  • docs: remove unnecessary param examples (bd97370)

1.4.0 (2025-05-29)

Full Changelog: v1.3.0...v1.4.0

Features

1.3.0 (2025-05-27)

Full Changelog: v1.2.0...v1.3.0

Features

Chores

  • docs: grammar improvements (7c7a2a6)

1.2.0 (2025-05-20)

Full Changelog: v1.1.0...v1.2.0

Features

1.1.0 (2025-05-16)

Full Changelog: v1.0.0...v1.1.0

Features

  • api: api update (e88471a)
  • api: api update (07aa7ef)
  • api: removes duplicate activities section (5e79f8b)

Bug Fixes

  • package: support direct resource imports (03d835a)

Chores

  • ci: fix installation instructions (aad60e0)
  • ci: upload sdks to package manager (6793aeb)
  • internal: avoid errors for isinstance checks on proxies (49ba469)
  • internal: version bump (797719a)

1.0.0 (2025-05-01)

Full Changelog: v0.5.14...v1.0.0

Features

Chores