Skip to content

Latest commit

 

History

History
147 lines (97 loc) · 11 KB

File metadata and controls

147 lines (97 loc) · 11 KB

Changelog

2.4.0 (2026-04-10)

Full Changelog: v2.3.0...v2.4.0

Features

  • api: add input endpoint (f3b1f16)
  • api: api update (cda5c19)
  • api: api update (ed80ce0)
  • api: better handling of SSE events (6b6ba7b)
  • internal: implement indices array format for query and form serialization (97a9bb7)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (2cda6ae)
  • deps: bump minimum typing-extensions version (1946504)
  • ensure file data are only sent as 1 parameter (10f77bc)
  • pydantic: do not pass by_alias unless set (a32962e)
  • sanitize endpoint path params (f4632c7)

Chores

  • ci: skip lint on metadata-only changes (9710840)
  • configure new SDK language (f5f587a)
  • internal: tweak CI branches (8458777)
  • internal: update gitignore (e39102c)

2.3.0 (2026-03-12)

Full Changelog: v2.2.0...v2.3.0

Features

Chores

  • ci: bump uv version (b17a93a)
  • ci: skip uploading artifacts on stainless-internal branches (4af1491)
  • format all api.md files (79c09d3)
  • internal: add request options to SSE classes (36eb33c)
  • internal: make test_proxy_environment_variables more resilient (e8a44e9)
  • internal: make test_proxy_environment_variables more resilient to env (e9e5e13)
  • internal: remove mock server code (f61d3b4)
  • test: update skip reason message (911d25f)
  • update mock server docs (ca0bd54)

2.2.0 (2026-02-11)

Full Changelog: v2.1.0...v2.2.0

Features

  • api: rename mcp package (ad5bd9b)

Chores

  • internal: bump dependencies (1e58c7b)
  • internal: fix lint error on Python 3.14 (db03056)

2.1.0 (2026-01-30)

Full Changelog: v2.0.0...v2.1.0

Features

Bug Fixes

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

Chores

  • ci: upgrade actions/github-script (b6d62f6)
  • internal: update actions/checkout version (9197068)

2.0.0 (2026-01-16)

Full Changelog: v0.0.1...v2.0.0

Features

Bug Fixes

  • use async_to_httpx_files in patch method (21f1611)
  • use async_to_httpx_files in patch method (3722dc8)

Chores

Documentation

  • add more examples (1c7a58d)
  • add more examples (0758a97)
  • prominently feature MCP server setup in root SDK readmes (ab430a6)
  • prominently feature MCP server setup in root SDK readmes (64952dc)

Refactors

  • internal: switch from rye to uv (ae82620)
  • internal: switch from rye to uv (19b47fc)