Skip to content

Latest commit

 

History

History
484 lines (257 loc) · 22.9 KB

File metadata and controls

484 lines (257 loc) · 22.9 KB

Changelog

2.0.1 (2026-04-30)

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

Bug Fixes

  • Remove orphaned MCP tools (f85b4af)

2.0.0 (2026-04-30)

Full Changelog: v1.14.2...v2.0.0

⚠ BREAKING CHANGES

  • AIP updates; fix!: Pydantic response model

Features

  • AIP updates; fix!: Pydantic response model (8c4629e)
  • support setting headers via env (3979340)

Bug Fixes

  • use correct field name format for multipart file arrays (5932ae6)

Chores

  • internal: more robust bootstrap script (e53a0fc)

1.14.2 (2026-04-18)

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

Performance Improvements

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

1.14.1 (2026-04-11)

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

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (ffefe0c)
  • ensure file data are only sent as 1 parameter (7b09afe)

1.14.0 (2026-03-27)

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

Features

  • internal: implement indices array format for query and form serialization (6b672e3)

Bug Fixes

  • deps: bump minimum typing-extensions version (7a2809e)
  • pydantic: do not pass by_alias unless set (5b4c5d1)
  • sanitize endpoint path params (a87e9d4)

Chores

  • ci: skip lint on metadata-only changes (07969b0)
  • ci: skip uploading artifacts on stainless-internal branches (53e9338)
  • internal: tweak CI branches (4d1960a)
  • internal: update gitignore (5266e41)

1.13.0 (2026-02-25)

Full Changelog: v1.12.0...v1.13.0

Features

  • api: api update (0241244)
  • api: api update (8436976)
  • client: add custom JSON encoder for extended type support (dad7856)
  • client: add support for binary request streaming (a9f1aa3)
  • client: support file upload requests (9d2d8ee)

Bug Fixes

  • client: loosen auth header validation (eafba80)
  • docs: fix mcp installation instructions for remote servers (62c08fb)

Chores

  • ci: upgrade actions/github-script (4e83c98)
  • format all api.md files (94bf810)
  • internal: add --fix argument to lint script (0a4e127)
  • internal: bump dependencies (369ba5d)
  • internal: codegen related update (cc420eb)
  • internal: fix lint error on Python 3.14 (9134bbc)
  • internal: update actions/checkout version (f633c5e)

Documentation

  • prominently feature MCP server setup in root SDK readmes (10cb284)

1.12.0 (2025-12-18)

Full Changelog: v1.11.3...v1.12.0

Features

1.11.3 (2025-12-18)

Full Changelog: v1.11.2...v1.11.3

Bug Fixes

  • ensure streams are always closed (e51d469)
  • Remove incorrect comment (12a638c)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (dfe9c19)
  • use async_to_httpx_files in patch method (6482e2b)

Chores

  • add missing docstrings (d90bf87)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (4fb9fd2)
  • docs: use environment variables for authentication in code snippets (cd2478b)
  • internal: add missing files argument to base client (fdfb733)
  • speedup initial import (41bfc15)
  • update lockfile (def90a4)

1.11.2 (2025-11-22)

Full Changelog: v1.11.1...v1.11.2

Bug Fixes

  • client: close streams without requiring full consumption (920e115)
  • compat with Python 3.14 (480f678)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (c8703be)

Chores

  • add Python 3.14 classifier and testing (aa3cd7d)
  • bump httpx-aiohttp version to 0.1.9 (8bb3482)
  • internal/tests: avoid race condition with implicit client cleanup (21f1918)
  • internal: detect missing future annotations with ruff (c7100fb)
  • internal: grammar fix (it's -> its) (10ceb55)
  • package: drop Python 3.8 support (a8ce8c0)

1.11.1 (2025-10-06)

Full Changelog: v1.11.0...v1.11.1

Bug Fixes

  • Incorrect snippet in ReadMe (d956a5c)

1.11.0 (2025-10-06)

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

Features

1.10.1 (2025-09-25)

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

Bug Fixes

  • Correct accessing example in README (7a8c9fd)

1.10.0 (2025-09-22)

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

Features

Bug Fixes

  • Merge public_treasury config (a6738ba)
  • Stainless config to match the latest endpoints (73ec25c)

1.9.0 (2025-09-20)

Full Changelog: v1.8.3...v1.9.0

Features

  • improve future compat with pydantic v3 (a6ad7f5)
  • types: replace List[str] with SequenceNotStr in params (fe41e4f)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (138163f)
  • internal: move mypy configurations to pyproject.toml file (73f97dc)
  • internal: update pydantic dependency (2db8a2b)
  • tests: simplify get_platform test (f344e7e)
  • types: change optional parameter type from NotGiven to Omit (4d0a984)

1.8.3 (2025-08-30)

Full Changelog: v1.8.2...v1.8.3

Bug Fixes

  • avoid newer type syntax (3533b82)

Chores

  • internal: add Sequence related utils (fdf2b29)
  • internal: change ci workflow machines (5a910b3)
  • internal: codegen related update (73e0df0)
  • internal: update pyright exclude list (6b0b243)
  • update github action (bd13157)

1.8.2 (2025-07-25)

Full Changelog: v1.8.1...v1.8.2

Bug Fixes

  • parsing: parse extra field types (7c699a8)

Chores

  • project: add settings file for vscode (7896645)

1.8.1 (2025-07-22)

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

Bug Fixes

  • parsing: ignore empty metadata (7cb1ba9)

1.8.0 (2025-07-20)

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

Features

1.7.0 (2025-07-15)

Full Changelog: v1.6.1...v1.7.0

Features

  • clean up environment call outs (f82dc91)

1.6.1 (2025-07-12)

Full Changelog: v1.6.0...v1.6.1

Bug Fixes

  • parsing: correctly handle nested discriminated unions (8a4fd1d)

Chores

  • readme: fix version rendering on pypi (a0dbf14)

1.6.0 (2025-07-09)

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

Features

1.5.0 (2025-07-09)

Full Changelog: v1.4.3...v1.5.0

Features

Chores

  • internal: bump pinned h11 dep (13baf6c)
  • package: mark python 3.13 as supported (8b2928d)

1.4.3 (2025-07-08)

Full Changelog: v1.4.2...v1.4.3

Chores

  • internal: codegen related update (248b684)

1.4.2 (2025-07-02)

Full Changelog: v1.4.1...v1.4.2

Bug Fixes

  • ci: correct conditional (7726945)

Chores

1.4.1 (2025-06-28)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

  • ci: release-doctor — report correct token name (62a033e)

Chores

  • ci: only run for pushes and fork pull requests (5db6eab)
  • tests: skip some failing tests on the latest python versions (f5e4873)

1.4.0 (2025-06-23)

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

Features

1.3.0 (2025-06-21)

Full Changelog: v1.2.1...v1.3.0

Features

  • client: add support for aiohttp (f2c6437)

1.2.1 (2025-06-19)

Full Changelog: v1.2.0...v1.2.1

Bug Fixes

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

Chores

  • ci: enable for pull requests (a0ed478)
  • internal: update conftest.py (12b1700)
  • readme: update badges (815ee9f)
  • tests: add tests for httpx client instantiation & proxies (352858a)

Documentation

  • client: fix httpx.Timeout documentation reference (1b205fd)

1.2.0 (2025-06-13)

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

Features

1.1.0 (2025-06-13)

Full Changelog: v1.0.1...v1.1.0

Features

  • api: Update example response (ea77eac)

Bug Fixes

  • client: correctly parse binary response | stream (7df7dc4)

Chores

  • tests: run tests in parallel (115a0dc)

1.0.1 (2025-06-10)

Full Changelog: v1.0.0...v1.0.1

Chores

1.0.0 (2025-06-10)

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

Chores

0.1.0-alpha.7 (2025-06-08)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Features

  • api: Update to coingecko_sdk (262a767)

0.1.0-alpha.6 (2025-06-07)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

0.1.0-alpha.5 (2025-06-03)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

  • client: add follow_redirects request option (f01e996)

Chores

  • docs: remove reference to rye shell (5c72fbf)

0.1.0-alpha.4 (2025-06-02)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

  • api: update via SDK Studio (0c72a75)

0.1.0-alpha.3 (2025-05-29)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

  • api: update via SDK Studio (0812f21)

0.1.0-alpha.2 (2025-05-28)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • api: update via SDK Studio (3869350)

0.1.0-alpha.1 (2025-05-28)

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

Features

  • api: update via SDK Studio (2b17650)
  • api: update via SDK Studio (c7b2f6c)
  • api: update via SDK Studio (2e88eda)

Chores