Skip to content

Latest commit

 

History

History
1162 lines (919 loc) · 131 KB

File metadata and controls

1162 lines (919 loc) · 131 KB

Changelog

0.37.0 (2026-04-16)

Full Changelog: v0.36.0...v0.37.0

Features

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (c314c08)
  • ensure file data are only sent as 1 parameter (48cbd64)
  • sanitize endpoint path params (b2b3ca2)

Chores

  • ci: skip lint on metadata-only changes (b5a6b2d)
  • internal: update gitignore (8f27c46)
  • tests: bump steady to v0.19.4 (a855b0a)
  • tests: bump steady to v0.19.5 (7ea97c0)
  • tests: bump steady to v0.19.6 (1ecd0bf)
  • tests: bump steady to v0.19.7 (466a814)
  • tests: bump steady to v0.20.1 (74c3b3b)
  • tests: bump steady to v0.20.2 (3eb71a2)

Documentation

Refactors

  • tests: switch from prism to steady (441e854)

0.36.0 (2026-03-18)

Full Changelog: v0.35.0...v0.36.0

Features

0.35.0 (2026-03-17)

Full Changelog: v0.34.0...v0.35.0

Features

  • api: manual updates (57f61a3)
  • api: manual updates (5a96266)
  • api: Update edition to 2026-02-23 (1b40f77)

Bug Fixes

  • deps: bump minimum typing-extensions version (401d90e)
  • pass PYPI_TOKEN secret to publish step (#108) (8efbde0)
  • pydantic: do not pass by_alias unless set (420c153)

Chores

0.34.0 (2026-03-14)

Full Changelog: v0.33.0...v0.34.0

Features

Chores

  • api: python trusted publisher (3d7a283)
  • ci: skip uploading artifacts on stainless-internal branches (2361dcb)
  • internal: add request options to SSE classes (6b5c9ad)
  • internal: make test_proxy_environment_variables more resilient (3cc3332)
  • internal: make test_proxy_environment_variables more resilient to env (2c99a7f)
  • test: do not count install time for mock server timeout (ee29761)
  • update placeholder string (5608e0b)

0.33.0 (2026-02-20)

Full Changelog: v0.32.0...v0.33.0

Features

Chores

  • update mock server docs (fd205de)

0.32.0 (2026-02-18)

Full Changelog: v0.28.0...v0.32.0

Features

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (5043409)
  • use async_to_httpx_files in patch method (4116107)

Chores

  • ci: upgrade actions/github-script (87a2eff)
  • format all api.md files (723d07a)
  • internal: add --fix argument to lint script (9d02a46)
  • internal: add missing files argument to base client (22826f9)
  • internal: bump dependencies (ec30503)
  • internal: codegen related update (ddb8f8f)
  • internal: fix lint error on Python 3.14 (ef876fd)
  • internal: update actions/checkout version (2453986)
  • speedup initial import (b39343e)

Documentation

  • prominently feature MCP server setup in root SDK readmes (115424d)

0.28.0 (2025-12-15)

Full Changelog: v0.27.0...v0.28.0

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#51) (9a1d74d)
  • avoid newer type syntax (7658b38)
  • ci: correct conditional (980b910)
  • ci: ensure pip is always available (#65) (fc830b0)
  • ci: release-doctor — report correct token name (6ddb78b)
  • ci: remove publishing patch (#66) (ca14208)
  • client: close streams without requiring full consumption (669e4cf)
  • client: correctly parse binary response | stream (5304250)
  • client: don't send Content-Type header on GET requests (f7a04b5)
  • client: mark some request bodies as optional (25f5f65)
  • compat with Python 3.14 (53fdd97)
  • compat: compat with pydantic<2.8.0 when using additional fields (d792335)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (6ed583e)
  • ensure streams are always closed (c676043)
  • package: support direct resource imports (d8b54e0)
  • parsing: correctly handle nested discriminated unions (f4e309d)
  • parsing: ignore empty metadata (01e34f8)
  • parsing: parse extra field types (167331c)
  • perf: optimize some hot paths (5d2b562)
  • perf: skip traversing types for NotGiven values (8509e29)
  • pydantic v1: more robust ModelField.annotation check (0e19885)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (8121bc2)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (9c7824f)
  • types: handle more discriminated union shapes (#64) (ea3ea28)

Chores

  • add missing docstrings (16f09b6)
  • add Python 3.14 classifier and testing (75b429e)
  • broadly detect json family of content-type headers (e03af44)
  • bump httpx-aiohttp version to 0.1.9 (802a6ee)
  • ci: add timeout thresholds for CI jobs (0a03092)
  • ci: change upload type (c01d519)
  • ci: enable for pull requests (be36a2d)
  • ci: fix installation instructions (3567715)
  • ci: only run for pushes and fork pull requests (991d685)
  • ci: only use depot for staging repos (f8b4a37)
  • ci: upload sdks to package manager (733ed75)
  • client: minor internal fixes (c1c047d)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (223b7fc)
  • do not install brew dependencies in ./scripts/bootstrap by default (d9de5e4)
  • docs: grammar improvements (5e2a523)
  • docs: remove reference to rye shell (14db0da)
  • docs: remove unnecessary param examples (00bf3e4)
  • docs: update client docstring (#57) (b93eac9)
  • docs: use environment variables for authentication in code snippets (0e42e5d)
  • internal/tests: avoid race condition with implicit client cleanup (01d946a)
  • internal: add Sequence related utils (9cbe921)
  • internal: avoid errors for isinstance checks on proxies (c86a164)
  • internal: base client updates (70b2439)
  • internal: bummp ruff dependency (#37) (cef604a)
  • internal: bump pinned h11 dep (1ce5781)
  • internal: bump pyright version (6730ab4)
  • internal: bump rye to 0.44.0 (#63) (d0d34fc)
  • internal: change ci workflow machines (c9d8d8d)
  • internal: change default timeout to an int (#35) (f192b6f)
  • internal: codegen related update (f7cd6c7)
  • internal: codegen related update (059575d)
  • internal: codegen related update (#26) (f6008b9)
  • internal: codegen related update (#52) (1663641)
  • internal: codegen related update (#62) (7d8fa4f)
  • internal: detect missing future annotations with ruff (210e641)
  • internal: expand CI branch coverage (f1427b7)
  • internal: fix devcontainers setup (#54) (6b255f1)
  • internal: fix list file params (29a6f87)
  • internal: fix ruff target version (9454556)
  • internal: fix type traversing dictionary params (#46) (3b755e0)
  • internal: grammar fix (it's -> its) (516dd5e)
  • internal: import reformatting (220525f)
  • internal: minor formatting changes (1f27a6e)
  • internal: minor formatting changes (#27) (b58a9f0)
  • internal: minor type handling changes (#47) (de1503e)
  • internal: move mypy configurations to pyproject.toml file (116ded2)
  • internal: properly set pydantic_private (#55) (412ccce)
  • internal: reduce CI branch coverage (31cead5)
  • internal: refactor retries to not use recursion (491a541)
  • internal: remove extra empty newlines (#61) (b299f2e)
  • internal: remove trailing character (#80) (f28f2b7)
  • internal: remove unused http client options forwarding (#58) (da92b87)
  • internal: slight transform perf improvement (#84) (1a6703c)
  • internal: update client tests (#50) (f31aeaf)
  • internal: update comment in script (3f74f9d)
  • internal: update conftest.py (0564fee)
  • internal: update models test (757a2dd)
  • internal: update pydantic dependency (a83362d)
  • internal: update pyright exclude list (ccfaa5f)
  • internal: update pyright settings (442555c)
  • package: drop Python 3.8 support (4d8d0a5)
  • package: mark python 3.13 as supported (b04d1e6)
  • project: add settings file for vscode (f597f95)
  • readme: fix version rendering on pypi (a109225)
  • readme: update badges (c2c73f5)
  • slight wording improvement in README (#85) (4597f85)
  • tests: add tests for httpx client instantiation & proxies (366c38b)
  • tests: run tests in parallel (b9ca684)
  • tests: simplify get_platform test (7364d6f)
  • tests: skip some failing tests on the latest python versions (9eebf62)
  • types: change optional parameter type from NotGiven to Omit (59fe8c6)
  • update @stainless-api/prism-cli to v5.15.0 (37e8a3f)
  • update github action (c2227bb)
  • update lockfile (9170730)
  • update SDK settings (#74) (2097566)

Documentation

  • client: fix httpx.Timeout documentation reference (741b8eb)
  • remove private imports from datetime snippets (25eb634)
  • revise readme docs about nested params (#59) (26a8c1e)
  • update URLs from stainlessapi.com to stainless.com (#56) (fb40ed8)

0.27.0 (2025-12-12)

Full Changelog: v0.26.0...v0.27.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (669e4cf)
  • compat with Python 3.14 (53fdd97)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (6ed583e)
  • ensure streams are always closed (c676043)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (9c7824f)

Chores

  • add missing docstrings (16f09b6)
  • add Python 3.14 classifier and testing (75b429e)
  • bump httpx-aiohttp version to 0.1.9 (802a6ee)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (223b7fc)
  • docs: use environment variables for authentication in code snippets (0e42e5d)
  • internal/tests: avoid race condition with implicit client cleanup (01d946a)
  • internal: grammar fix (it's -> its) (516dd5e)
  • package: drop Python 3.8 support (4d8d0a5)
  • update lockfile (9170730)

0.26.0 (2025-10-14)

Full Changelog: v0.25.0...v0.26.0

Features

Chores

  • internal: detect missing future annotations with ruff (210e641)

0.25.0 (2025-09-29)

Full Changelog: v0.22.1...v0.25.0

Features

Bug Fixes

  • avoid newer type syntax (7658b38)
  • compat: compat with pydantic<2.8.0 when using additional fields (d792335)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (d9de5e4)
  • internal: add Sequence related utils (9cbe921)
  • internal: change ci workflow machines (c9d8d8d)
  • internal: move mypy configurations to pyproject.toml file (116ded2)
  • internal: update pydantic dependency (a83362d)
  • internal: update pyright exclude list (ccfaa5f)
  • tests: simplify get_platform test (7364d6f)
  • types: change optional parameter type from NotGiven to Omit (59fe8c6)
  • update github action (c2227bb)

0.22.1 (2025-08-13)

Full Changelog: v0.22.0...v0.22.1

Features

Chores

  • internal: update comment in script (3f74f9d)
  • update @stainless-api/prism-cli to v5.15.0 (37e8a3f)

0.22.0 (2025-08-06)

Full Changelog: v0.21.0...v0.22.0

Features

Chores

  • internal: fix ruff target version (9454556)

0.21.0 (2025-08-05)

Full Changelog: v0.20.0...v0.21.0

Features

0.20.0 (2025-08-01)

Full Changelog: v0.19.0...v0.20.0

Features

Bug Fixes

  • parsing: ignore empty metadata (01e34f8)
  • parsing: parse extra field types (167331c)

Chores

  • project: add settings file for vscode (f597f95)

0.19.0 (2025-07-18)

Full Changelog: v0.18.0...v0.19.0

Features

  • api: api update (e4edf05)
  • api: api update (7248ff5)
  • api: update via SDK Studio (20bf1bb)
  • api: update via SDK Studio (21036b0)
  • api: update via SDK Studio (bf294db)
  • clean up environment call outs (e99844e)
  • client: add support for aiohttp (c0845dc)

Bug Fixes

  • ci: correct conditional (980b910)
  • ci: release-doctor — report correct token name (6ddb78b)
  • client: don't send Content-Type header on GET requests (f7a04b5)
  • parsing: correctly handle nested discriminated unions (f4e309d)

Chores

  • ci: change upload type (c01d519)
  • ci: only run for pushes and fork pull requests (991d685)
  • internal: bump pinned h11 dep (1ce5781)
  • internal: codegen related update (f7cd6c7)
  • package: mark python 3.13 as supported (b04d1e6)
  • readme: fix version rendering on pypi (a109225)
  • tests: skip some failing tests on the latest python versions (9eebf62)

0.18.0 (2025-06-19)

Full Changelog: v0.16.0...v0.18.0

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#51) (9a1d74d)
  • ci: ensure pip is always available (#65) (fc830b0)
  • ci: remove publishing patch (#66) (ca14208)
  • client: correctly parse binary response | stream (5304250)
  • client: mark some request bodies as optional (25f5f65)
  • client: only call .close() when needed (#11) (23d4683)
  • correctly handle deserialising cls fields (#15) (dff71c6)
  • package: support direct resource imports (d8b54e0)
  • perf: optimize some hot paths (5d2b562)
  • perf: skip traversing types for NotGiven values (8509e29)
  • pydantic v1: more robust ModelField.annotation check (0e19885)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (8121bc2)
  • tests: make test_get_platform less flaky (#19) (4886fcf)
  • types: handle more discriminated union shapes (#64) (ea3ea28)

Chores

  • add missing isclass check (#9) (12f5ed5)
  • broadly detect json family of content-type headers (e03af44)
  • ci: add timeout thresholds for CI jobs (0a03092)
  • ci: enable for pull requests (be36a2d)
  • ci: fix installation instructions (3567715)
  • ci: only use depot for staging repos (f8b4a37)
  • ci: upload sdks to package manager (733ed75)
  • client: minor internal fixes (c1c047d)
  • docs: grammar improvements (5e2a523)
  • docs: remove reference to rye shell (14db0da)
  • docs: remove unnecessary param examples (00bf3e4)
  • docs: update client docstring (#57) (b93eac9)
  • go live (#1) (84713c4)
  • internal: avoid errors for isinstance checks on proxies (c86a164)
  • internal: avoid pytest-asyncio deprecation warning (#20) (65f793b)
  • internal: base client updates (70b2439)
  • internal: bummp ruff dependency (#37) (cef604a)
  • internal: bump httpx dependency (#10) (988e555)
  • internal: bump pyright version (6730ab4)
  • internal: bump rye to 0.44.0 (#63) (d0d34fc)
  • internal: change default timeout to an int (#35) (f192b6f)
  • internal: codegen related update (059575d)
  • internal: codegen related update (#14) (c7e587f)
  • internal: codegen related update (#17) (9f186e4)
  • internal: codegen related update (#26) (f6008b9)
  • internal: codegen related update (#52) (1663641)
  • internal: codegen related update (#6) (fa47f9e)
  • internal: codegen related update (#62) (7d8fa4f)
  • internal: expand CI branch coverage (f1427b7)
  • internal: fix devcontainers setup (#54) (6b255f1)
  • internal: fix list file params (29a6f87)
  • internal: fix type traversing dictionary params (#46) (3b755e0)
  • internal: import reformatting (220525f)
  • internal: minor formatting changes (1f27a6e)
  • internal: minor formatting changes (#27) (b58a9f0)
  • internal: minor type handling changes (#47) (de1503e)
  • internal: properly set pydantic_private (#55) (412ccce)
  • internal: reduce CI branch coverage (31cead5)
  • internal: refactor retries to not use recursion (491a541)
  • internal: remove extra empty newlines (#61) (b299f2e)
  • internal: remove trailing character (#80) (f28f2b7)
  • internal: remove unused http client options forwarding (#58) (da92b87)
  • internal: slight transform perf improvement (#84) (1a6703c)
  • internal: update client tests (#50) (f31aeaf)
  • internal: update conftest.py (0564fee)
  • internal: update models test (757a2dd)
  • internal: update pyright settings (442555c)
  • readme: update badges (c2c73f5)
  • slight wording improvement in README (#85) (4597f85)
  • tests: add tests for httpx client instantiation & proxies (366c38b)
  • tests: run tests in parallel (b9ca684)
  • update SDK settings (#3) (7d1e0bb)
  • update SDK settings (#74) (2097566)

Documentation

  • client: fix httpx.Timeout documentation reference (741b8eb)
  • fix typos (#13) (84bf7b5)
  • raw responses: fix duplicate the (#18) (f99b1ca)
  • remove private imports from datetime snippets (25eb634)
  • revise readme docs about nested params (#59) (26a8c1e)
  • update URLs from stainlessapi.com to stainless.com (#56) (fb40ed8)

0.16.0 (2025-05-29)

Full Changelog: v0.13.0...v0.16.0

Features

0.13.0 (2025-05-26)

Full Changelog: v0.12.0...v0.13.0

Features

Bug Fixes

  • package: support direct resource imports (d8b54e0)

Chores

  • ci: fix installation instructions (3567715)
  • ci: upload sdks to package manager (733ed75)
  • docs: grammar improvements (5e2a523)
  • internal: avoid errors for isinstance checks on proxies (c86a164)

0.12.0 (2025-04-30)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#51) (9a1d74d)
  • ci: ensure pip is always available (#65) (fc830b0)
  • ci: remove publishing patch (#66) (ca14208)
  • client: mark some request bodies as optional (25f5f65)
  • client: only call .close() when needed (#11) (23d4683)
  • correctly handle deserialising cls fields (#15) (dff71c6)
  • perf: optimize some hot paths (5d2b562)
  • perf: skip traversing types for NotGiven values (8509e29)
  • pydantic v1: more robust ModelField.annotation check (0e19885)
  • tests: make test_get_platform less flaky (#19) (4886fcf)
  • types: handle more discriminated union shapes (#64) (ea3ea28)

Chores

  • add missing isclass check (#9) (12f5ed5)
  • broadly detect json family of content-type headers (e03af44)
  • ci: add timeout thresholds for CI jobs (0a03092)
  • ci: only use depot for staging repos (f8b4a37)
  • client: minor internal fixes (c1c047d)
  • docs: update client docstring (#57) (b93eac9)
  • go live (#1) (84713c4)
  • internal: avoid pytest-asyncio deprecation warning (#20) (65f793b)
  • internal: base client updates (70b2439)
  • internal: bummp ruff dependency (#37) (cef604a)
  • internal: bump httpx dependency (#10) (988e555)
  • internal: bump pyright version (6730ab4)
  • internal: bump rye to 0.44.0 (#63) (d0d34fc)
  • internal: change default timeout to an int (#35) (f192b6f)
  • internal: codegen related update (059575d)
  • internal: codegen related update (#14) (c7e587f)
  • internal: codegen related update (#17) (9f186e4)
  • internal: codegen related update (#26) (f6008b9)
  • internal: codegen related update (#52) (1663641)
  • internal: codegen related update (#6) (fa47f9e)
  • internal: codegen related update (#62) (7d8fa4f)
  • internal: expand CI branch coverage (f1427b7)
  • internal: fix devcontainers setup (#54) (6b255f1)
  • internal: fix list file params (29a6f87)
  • internal: fix type traversing dictionary params (#46) (3b755e0)
  • internal: import reformatting (220525f)
  • internal: minor formatting changes (1f27a6e)
  • internal: minor formatting changes (#27) (b58a9f0)
  • internal: minor type handling changes (#47) (de1503e)
  • internal: properly set pydantic_private (#55) (412ccce)
  • internal: reduce CI branch coverage (31cead5)
  • internal: refactor retries to not use recursion (491a541)
  • internal: remove extra empty newlines (#61) (b299f2e)
  • internal: remove trailing character (#80) (f28f2b7)
  • internal: remove unused http client options forwarding (#58) (da92b87)
  • internal: slight transform perf improvement (#84) (1a6703c)
  • internal: update client tests (#50) (f31aeaf)
  • internal: update models test (757a2dd)
  • internal: update pyright settings (442555c)
  • slight wording improvement in README (#85) (4597f85)
  • update SDK settings (#3) (7d1e0bb)
  • update SDK settings (#74) (2097566)

Documentation

  • fix typos (#13) (84bf7b5)
  • raw responses: fix duplicate the (#18) (f99b1ca)
  • remove private imports from datetime snippets (25eb634)
  • revise readme docs about nested params (#59) (26a8c1e)
  • update URLs from stainlessapi.com to stainless.com (#56) (fb40ed8)

0.11.0 (2025-04-21)

Full Changelog: v0.10.0...v0.11.0

Features

  • api: update via SDK Studio (f82c2b5)
  • api: update via SDK Studio (c7b0af6)
  • api: update via SDK Studio (4277aee)

0.10.0 (2025-04-19)

Full Changelog: v0.9.0...v0.10.0

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#51) (9a1d74d)
  • ci: ensure pip is always available (#65) (fc830b0)
  • ci: remove publishing patch (#66) (ca14208)
  • client: mark some request bodies as optional (25f5f65)
  • client: only call .close() when needed (#11) (23d4683)
  • correctly handle deserialising cls fields (#15) (dff71c6)
  • perf: optimize some hot paths (5d2b562)
  • perf: skip traversing types for NotGiven values (8509e29)
  • tests: make test_get_platform less flaky (#19) (4886fcf)
  • types: handle more discriminated union shapes (#64) (ea3ea28)

Chores

  • add missing isclass check (#9) (12f5ed5)
  • client: minor internal fixes (c1c047d)
  • docs: update client docstring (#57) (b93eac9)
  • go live (#1) (84713c4)
  • internal: avoid pytest-asyncio deprecation warning (#20) (65f793b)
  • internal: base client updates (70b2439)
  • internal: bummp ruff dependency (#37) (cef604a)
  • internal: bump httpx dependency (#10) (988e555)
  • internal: bump pyright version (6730ab4)
  • internal: bump rye to 0.44.0 (#63) (d0d34fc)
  • internal: change default timeout to an int (#35) (f192b6f)
  • internal: codegen related update (#14) (c7e587f)
  • internal: codegen related update (#17) (9f186e4)
  • internal: codegen related update (#26) (f6008b9)
  • internal: codegen related update (#52) (1663641)
  • internal: codegen related update (#6) (fa47f9e)
  • internal: codegen related update (#62) (7d8fa4f)
  • internal: expand CI branch coverage (f1427b7)
  • internal: fix devcontainers setup (#54) (6b255f1)
  • internal: fix type traversing dictionary params (#46) (3b755e0)
  • internal: minor formatting changes (#27) (b58a9f0)
  • internal: minor type handling changes (#47) (de1503e)
  • internal: properly set pydantic_private (#55) (412ccce)
  • internal: reduce CI branch coverage (31cead5)
  • internal: remove extra empty newlines (#61) (b299f2e)
  • internal: remove trailing character (#80) (f28f2b7)
  • internal: remove unused http client options forwarding (#58) (da92b87)
  • internal: slight transform perf improvement (#84) (1a6703c)
  • internal: update client tests (#50) (f31aeaf)
  • internal: update models test (757a2dd)
  • internal: update pyright settings (442555c)
  • slight wording improvement in README (#85) (4597f85)
  • update SDK settings (#3) (7d1e0bb)
  • update SDK settings (#74) (2097566)

Documentation

  • fix typos (#13) (84bf7b5)
  • raw responses: fix duplicate the (#18) (f99b1ca)
  • remove private imports from datetime snippets (25eb634)
  • revise readme docs about nested params (#59) (26a8c1e)
  • update URLs from stainlessapi.com to stainless.com (#56) (fb40ed8)

0.9.0 (2025-04-10)

Full Changelog: v0.8.2...v0.9.0

Features

Chores

  • internal: expand CI branch coverage (f1427b7)
  • internal: reduce CI branch coverage (31cead5)
  • internal: remove trailing character (#80) (f28f2b7)
  • internal: slight transform perf improvement (#84) (1a6703c)
  • slight wording improvement in README (#85) (4597f85)

0.8.2 (2025-03-26)

Full Changelog: v0.8.1...v0.8.2

Chores

0.8.1 (2025-03-25)

Full Changelog: v0.5.3...v0.8.1

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#51) (9a1d74d)
  • ci: ensure pip is always available (#65) (fc830b0)
  • ci: remove publishing patch (#66) (ca14208)
  • client: mark some request bodies as optional (25f5f65)
  • types: handle more discriminated union shapes (#64) (ea3ea28)

Chores

  • docs: update client docstring (#57) (b93eac9)
  • internal: bump rye to 0.44.0 (#63) (d0d34fc)
  • internal: codegen related update (#52) (1663641)
  • internal: codegen related update (#62) (7d8fa4f)
  • internal: fix devcontainers setup (#54) (6b255f1)
  • internal: fix type traversing dictionary params (#46) (3b755e0)
  • internal: minor type handling changes (#47) (de1503e)
  • internal: properly set pydantic_private (#55) (412ccce)
  • internal: remove extra empty newlines (#61) (b299f2e)
  • internal: remove unused http client options forwarding (#58) (da92b87)
  • internal: update client tests (#50) (f31aeaf)

Documentation

  • revise readme docs about nested params (#59) (26a8c1e)
  • update URLs from stainlessapi.com to stainless.com (#56) (fb40ed8)

0.5.3 (2025-02-04)

Full Changelog: v1.0.0...v0.5.3

Features

Chores

  • internal: bummp ruff dependency (#37) (cef604a)
  • internal: change default timeout to an int (#35) (f192b6f)

1.0.0 (2025-02-04)

Full Changelog: v0.1.0-alpha.1...v1.0.0

Features

Chores

  • internal: codegen related update (#26) (f6008b9)
  • internal: minor formatting changes (#27) (b58a9f0)

0.1.0-alpha.1 (2025-01-21)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

Bug Fixes

  • client: only call .close() when needed (#11) (23d4683)
  • correctly handle deserialising cls fields (#15) (dff71c6)
  • tests: make test_get_platform less flaky (#19) (4886fcf)

Chores

Documentation