Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
222 lines (133 loc) * 13 KB

CHANGELOG.md

File metadata and controls

222 lines (133 loc) * 13 KB

Changelog

0.11.2 (2026-03-07)

Full Changelog: v0.11.1...v0.11.2

Chores

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

0.11.1 (2026-03-04)

Full Changelog: v0.11.0...v0.11.1

Chores

  • internal: refactor authentication internals (98a0de8)
  • tests: update webhook tests (61923d7)

0.11.0 (2026-02-25)

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

Features

Chores

  • dependencies: require standardwebhooks 1.0.1 (5f17622)
  • format all api.md files (b369f44)
  • internal: add request options to SSE classes (b464428)
  • internal: bump dependencies (bce9c62)
  • internal: fix lint error on Python 3.14 (6ee1adf)
  • internal: make test_proxy_environment_variables more resilient (b75ade3)
  • internal: make test_proxy_environment_variables more resilient to env (1f2227a)
  • internal: remove mock server code (33c7611)
  • update mock server docs (1526a0a)

0.10.0 (2026-01-30)

Full Changelog: v0.9.1...v0.10.0

Features

  • client: add custom JSON encoder for extended type support (a953026)

0.9.1 (2026-01-24)

Full Changelog: v0.9.0...v0.9.1

Chores

  • ci: upgrade actions/github-script (748b8a0)

0.9.0 (2026-01-17)

Full Changelog: v0.8.0...v0.9.0

Features

Chores

  • internal: update actions/checkout version (25fb601)

0.8.0 (2026-01-15)

Full Changelog: v0.7.0...v0.8.0

Features

  • config: added per endpoint security settings (f93c952)

0.7.0 (2026-01-14)

Full Changelog: v0.6.2...v0.7.0

Features

  • api: removed security from config (16ea279)
  • client: add support for binary request streaming (32d90c2)

Bug Fixes

  • client: loosen auth header validation (32660ad)

Chores

  • sdk/config: change model api_file to job-file (0816575)

0.6.2 (2026-01-06)

Full Changelog: v0.6.1...v0.6.2

Chores

  • internal: codegen related update (06b1abe)

0.6.1 (2025-12-18)

Full Changelog: v0.6.0...v0.6.1

Chores

  • internal: add --fix argument to lint script (157ffda)

0.6.0 (2025-12-18)

Full Changelog: v0.5.2...v0.6.0

Features

Bug Fixes

  • use async_to_httpx_files in patch method (f1226ac)

Chores

  • internal: add missing files argument to base client (f3cba1a)
  • speedup initial import (ac8ba11)

0.5.2 (2025-12-09)

Full Changelog: v0.5.1...v0.5.2

Bug Fixes

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

Chores

0.5.1 (2025-12-05)

Full Changelog: v0.5.0...v0.5.1

Chores

0.5.0 (2025-12-05)

Full Changelog: v0.1.0...v0.5.0

Chores

  • docs: use environment variables for authentication in code snippets (8f4c1ca)
  • update lockfile (b94e00b)
  • update SDK settings (0da6d65)

0.1.0 (2025-12-01)

Full Changelog: v0.0.1...v0.1.0

BREAKING CHANGES

  • api: update all created.* query string to epoch unix time format

Features

Bug Fixes

  • ensure streams are always closed (4ca75a8)

Chores

  • add Python 3.14 classifier and testing (b9e87ef)
  • configure new SDK language (ae76a37)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (69ed2bf)
  • update SDK settings (60ca36b)