Skip to content

Latest commit

 

History

History
146 lines (87 loc) · 9.05 KB

File metadata and controls

146 lines (87 loc) · 9.05 KB

Changelog

0.10.0 (2026-01-17)

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

Features

Bug Fixes

  • client: loosen auth header validation (3d175cb)

Chores

  • internal: update actions/checkout version (11aa112)

0.9.0 (2026-01-06)

Full Changelog: v0.8.1...v0.9.0

Features

0.8.1 (2025-12-21)

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

Features

Bug Fixes

  • use async_to_httpx_files in patch method (fa01b68)

Chores

  • internal: add --fix argument to lint script (befdcef)
  • speedup initial import (030c938)

0.8.1 (2025-12-16)

Full Changelog: v0.8.0...v0.8.1

Chores

  • internal: add missing files argument to base client (30792e6)

0.8.0 (2025-12-10)

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

Features

Bug Fixes

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

Chores

0.7.0 (2025-12-03)

Full Changelog: v0.6.0...v0.7.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (338aad1)
  • compat with Python 3.14 (dbe25c4)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (10d06c4)
  • ensure streams are always closed (f591b89)

Chores

  • add Python 3.14 classifier and testing (ab921a4)
  • bump httpx-aiohttp version to 0.1.9 (9421012)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (25c5bac)
  • docs: use environment variables for authentication in code snippets (c300c9e)
  • internal/tests: avoid race condition with implicit client cleanup (46f4d22)
  • internal: codegen related update (efa3043)
  • internal: grammar fix (it's -> its) (f006062)
  • package: drop Python 3.8 support (fb767f8)
  • update lockfile (086bf00)

0.6.0 (2025-10-29)

Full Changelog: v0.5.0...v0.6.0

Features

0.5.0 (2025-10-29)

Full Changelog: v0.0.1...v0.5.0

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (5ddd383)
  • do not install brew dependencies in ./scripts/bootstrap by default (076ff5b)
  • internal: detect missing future annotations with ruff (fac1c37)
  • sync repo (62de6e7)
  • update SDK settings (601825a)
  • update SDK settings (8369476)
  • update SDK settings (07f1747)
  • update SDK settings (be467f2)