Skip to content

Latest commit

 

History

History
255 lines (138 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

255 lines (138 loc) · 14.7 KB

Changelog

2.3.2 (2025-02-26)

Full Changelog: v2.3.1...v2.3.2

Chores

  • internal: properly set pydantic_private (#104) (2d7a59f)

2.3.1 (2025-02-22)

Full Changelog: v2.3.0...v2.3.1

Chores

2.3.0 (2025-02-21)

Full Changelog: v2.2.2...v2.3.0

Features

  • client: allow passing NotGiven for body (#98) (fda401a)

Bug Fixes

  • client: mark some request bodies as optional (fda401a)

2.2.2 (2025-02-14)

Full Changelog: v2.2.1...v2.2.2

Bug Fixes

  • asyncify on non-asyncio runtimes (#96) (c478bc7)

Chores

2.2.1 (2025-02-07)

Full Changelog: v2.2.0...v2.2.1

Chores

  • internal: fix type traversing dictionary params (#90) (49d44b9)
  • internal: minor type handling changes (#92) (f4f122f)

2.2.0 (2025-02-06)

Full Changelog: v2.1.11...v2.2.0

Features

  • client: send X-Stainless-Read-Timeout header (#87) (43e6f00)

2.1.11 (2025-02-04)

Full Changelog: v2.1.10...v2.1.11

Chores

  • internal: bummp ruff dependency (#83) (3d1be9d)
  • internal: change default timeout to an int (#82) (38e5767)

2.1.10 (2025-01-24)

Full Changelog: v2.1.9...v2.1.10

Chores

2.1.9 (2025-01-21)

Full Changelog: v2.1.8...v2.1.9

Bug Fixes

  • add back missing docstrings (#73) (8eac71e)
  • client: only call .close() when needed (#69) (4a48c73)
  • correctly handle deserialising cls fields (#71) (6db1a75)
  • tests: make test_get_platform less flaky (#75) (7199a24)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#76) (bff6464)
  • internal: codegen related update (#67) (027aa11)
  • internal: codegen related update (#70) (38c71dc)
  • internal: codegen related update (#72) (d4b14b4)

Documentation

  • raw responses: fix duplicate the (#74) (0d563ee)

2.1.8 (2025-01-08)

Full Changelog: v2.1.7...v2.1.8

Chores

2.1.7 (2025-01-02)

Full Changelog: v2.1.6...v2.1.7

Chores

  • internal: codegen related update (#61) (6248aa2)

2.1.6 (2024-12-18)

Full Changelog: v2.1.5...v2.1.6

Chores

Documentation

  • readme: example snippet for client context manager (#57) (e62b5e9)

2.1.5 (2024-12-13)

Full Changelog: v2.1.4...v2.1.5

Chores

2.1.4 (2024-12-10)

Full Changelog: v2.1.3...v2.1.4

Chores

  • internal: bump pydantic dependency (#40) (ae3a845)

Documentation

  • readme: fix http client proxies example (#42) (d1389f7)

2.1.3 (2024-12-04)

Full Changelog: v2.1.2...v2.1.3

Chores

2.1.2 (2024-12-03)

Full Changelog: v2.1.1...v2.1.2

Chores

2.1.1 (2024-11-28)

Full Changelog: v2.1.0...v2.1.1

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#28) (f5e637e)

Chores

  • internal: exclude mypy from running on tests (#27) (d724387)
  • internal: fix compat model_dump method when warnings are passed (#24) (61c8490)
  • rebuild project due to codegen change (#19) (2a4cf56)
  • rebuild project due to codegen change (#21) (e680d5b)
  • rebuild project due to codegen change (#22) (ecddf51)
  • remove now unused cached-property dep (#26) (21e64d0)

Documentation

2.1.0 (2024-11-06)

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

Features

2.0.0 (2024-10-04)

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

Features

Chores

  • internal: codegen related update (#10) (b1b5a5f)
  • internal: codegen related update (#11) (6a8ccd0)
  • internal: codegen related update (#8) (c66ad91)

1.0.0 (2024-09-18)

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

Chores

0.1.0-alpha.1 (2024-09-16)

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

Features

  • api: update via SDK Studio (d2b36be)
  • api: update via SDK Studio (458cea2)
  • api: update via SDK Studio (8218b59)

Chores

  • go live (#1) (9de5b2d)
  • internal: bump pyright / mypy version (329a9ff)
  • internal: bump ruff (8152032)
  • internal: codegen related update (05e04a7)
  • internal: codegen related update (a6d2ae7)

Documentation