Skip to content

Latest commit

 

History

History
567 lines (298 loc) · 25.5 KB

File metadata and controls

567 lines (298 loc) · 25.5 KB

Changelog

1.37.0 (2026-03-18)

Full Changelog: v1.36.1...v1.37.0

Features

Bug Fixes

  • deps: bump minimum typing-extensions version (b00d64f)
  • pydantic: do not pass by_alias unless set (e50e790)

Chores

  • internal: tweak CI branches (792abc0)

1.36.1 (2026-03-07)

Full Changelog: v1.36.0...v1.36.1

Chores

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

1.36.0 (2026-03-01)

Full Changelog: v1.35.0...v1.36.0

Features

Chores

  • internal: add request options to SSE classes (2c7a465)
  • internal: make test_proxy_environment_variables more resilient (481029b)
  • internal: make test_proxy_environment_variables more resilient to env (b7ecf85)

1.35.0 (2026-02-24)

Full Changelog: v1.34.0...v1.35.0

Features

1.34.0 (2026-02-23)

Full Changelog: v1.33.0...v1.34.0

Features

1.33.0 (2026-02-22)

Full Changelog: v1.32.0...v1.33.0

Features

Chores

  • format all api.md files (1e07eb2)
  • internal: bump dependencies (2e44fb1)
  • internal: fix lint error on Python 3.14 (52df74d)
  • internal: remove mock server code (7ecae89)
  • update mock server docs (8d2e54b)

1.32.0 (2026-02-09)

Full Changelog: v1.31.0...v1.32.0

Features

1.31.0 (2026-02-07)

Full Changelog: v1.30.0...v1.31.0

Features

1.30.0 (2026-02-07)

Full Changelog: v1.29.0...v1.30.0

Features

1.29.0 (2026-02-02)

Full Changelog: v1.28.0...v1.29.0

Features

  • api: api update (2131c0e)
  • client: add custom JSON encoder for extended type support (4d2628a)
  • client: add support for binary request streaming (fb022d1)

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (04909f3)

Chores

  • ci: upgrade actions/github-script (2b8ee02)
  • internal: update actions/checkout version (da116bb)

Documentation

  • prominently feature MCP server setup in root SDK readmes (6ca0c13)

1.28.0 (2026-01-05)

Full Changelog: v1.27.0...v1.28.0

Features

1.27.0 (2025-12-22)

Full Changelog: v1.26.0...v1.27.0

Features

Bug Fixes

  • use async_to_httpx_files in patch method (cfd96a1)

Chores

  • internal: add missing files argument to base client (a0aab9c)
  • internal: codegen related update (67b3cdd)
  • speedup initial import (995537f)

1.26.0 (2025-12-14)

Full Changelog: v1.25.0...v1.26.0

Features

1.25.0 (2025-12-11)

Full Changelog: v1.24.0...v1.25.0

Features

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (f64c32a)

Chores

  • add missing docstrings (d511865)
  • docs: use environment variables for authentication in code snippets (ab01c66)
  • update lockfile (8102591)

1.24.0 (2025-12-01)

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

Features

1.23.0 (2025-11-29)

Full Changelog: v1.22.0...v1.23.0

Features

Bug Fixes

  • ensure streams are always closed (77df827)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (eedd772)

1.22.0 (2025-11-24)

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

Features

1.21.0 (2025-11-24)

Full Changelog: v1.20.0...v1.21.0

Features

Chores

  • add Python 3.14 classifier and testing (c3c5690)

1.20.0 (2025-11-19)

Full Changelog: v1.19.1...v1.20.0

Features

Bug Fixes

  • compat with Python 3.14 (8602245)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (768e2d1)

Chores

  • package: drop Python 3.8 support (ecc46d0)

1.19.1 (2025-11-04)

Full Changelog: v1.19.0...v1.19.1

Chores

  • internal: grammar fix (it's -> its) (569ba5e)

1.19.0 (2025-10-31)

Full Changelog: v1.18.0...v1.19.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (8c87170)

Chores

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

1.18.0 (2025-10-30)

Full Changelog: v1.17.1...v1.18.0

Features

1.17.1 (2025-10-18)

Full Changelog: v1.17.0...v1.17.1

Chores

  • bump httpx-aiohttp version to 0.1.9 (ceb1df0)
  • internal: detect missing future annotations with ruff (2d0454e)

1.17.0 (2025-10-08)

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

Features

1.16.0 (2025-09-22)

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

Features

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (f856a6b)
  • internal: update pydantic dependency (7800848)
  • types: change optional parameter type from NotGiven to Omit (ef0373e)

1.15.0 (2025-09-14)

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

Features

1.14.0 (2025-09-07)

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

Features

1.13.0 (2025-09-07)

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

Features

  • api: api update (87df1d4)
  • improve future compat with pydantic v3 (3cc4580)
  • types: replace List[str] with SequenceNotStr in params (e4204bb)

Bug Fixes

  • avoid newer type syntax (4eda6ab)

Chores

  • internal: add Sequence related utils (6e617e9)
  • internal: change ci workflow machines (169d92b)
  • internal: codegen related update (1fe969e)
  • internal: move mypy configurations to pyproject.toml file (62bff96)
  • internal: update pyright exclude list (b0ec69a)

1.12.1 (2025-08-22)

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

Chores

1.12.0 (2025-08-19)

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

Features

Chores

  • internal: codegen related update (2b591ec)
  • internal: fix ruff target version (8674d17)
  • internal: update comment in script (59767cf)
  • update @stainless-api/prism-cli to v5.15.0 (c3e909c)

1.11.0 (2025-07-31)

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

Features

  • api: manual updates (59f9ac6)
  • api: manual updates (59002c5)
  • client: support file upload requests (5a700a4)

Chores

  • project: add settings file for vscode (5218747)

1.10.1 (2025-07-23)

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

Bug Fixes

  • parsing: ignore empty metadata (dca3c67)
  • parsing: parse extra field types (eba3879)

1.10.0 (2025-07-21)

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

Features

  • api: manual updates (89a4986)
  • clean up environment call outs (3d8cf3d)

Bug Fixes

  • ci: correct conditional (ad26494)
  • client: don't send Content-Type header on GET requests (34c2827)
  • parsing: correctly handle nested discriminated unions (3f1078d)

Chores

  • ci: change upload type (9f67ed0)
  • internal: bump pinned h11 dep (a9e93bf)
  • internal: codegen related update (92cf858)
  • package: mark python 3.13 as supported (4600562)
  • readme: fix version rendering on pypi (ed9ea71)

1.9.0 (2025-06-29)

Full Changelog: v1.8.0...v1.9.0

Features

1.8.0 (2025-06-28)

Full Changelog: v1.7.0...v1.8.0

Features

  • client: add support for aiohttp (ec89992)

Bug Fixes

  • ci: release-doctor — report correct token name (5dfdca8)

Chores

  • ci: only run for pushes and fork pull requests (4a9a6ac)
  • tests: skip some failing tests on the latest python versions (1c82bc6)

1.7.0 (2025-06-19)

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

Features

1.6.0 (2025-06-19)

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

Features

Bug Fixes

  • client: correctly parse binary response | stream (26be0c4)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (b2bff71)

Chores

  • ci: enable for pull requests (d908899)
  • internal: update conftest.py (fd16274)
  • readme: update badges (727b0fa)
  • tests: add tests for httpx client instantiation & proxies (bb70721)
  • tests: run tests in parallel (b12584c)

Documentation

  • client: fix httpx.Timeout documentation reference (05629cf)

1.5.0 (2025-06-08)

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

Features

1.4.0 (2025-06-06)

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

Features

1.3.0 (2025-06-06)

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

Features

1.2.0 (2025-06-06)

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

Features

1.1.0 (2025-06-03)

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

Features

  • api: manual updates (fa44a02)
  • client: add follow_redirects request option (7a9a565)

Chores

  • docs: remove reference to rye shell (5d1533b)
  • docs: remove unnecessary param examples (93f2f3f)
  • internal: version bump (7a15a0a)

1.0.0 (2025-06-02)

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

Features

0.0.1-alpha.1 (2025-05-21)

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

Chores