Skip to content

Latest commit

 

History

History
114 lines (67 loc) · 8.5 KB

CHANGELOG.md

File metadata and controls

114 lines (67 loc) · 8.5 KB

Changelog

1.3.0 (2025-01-27)

Full Changelog: v1.2.3...v1.3.0

Features

1.2.3 (2025-01-25)

Full Changelog: v1.2.2...v1.2.3

Bug Fixes

  • client: only call .close() when needed (#86) (edfe052)
  • correctly handle deserialising cls fields (#88) (05474de)

Chores

1.2.2 (2024-12-17)

Full Changelog: v1.2.1...v1.2.2

Chores

Documentation

  • readme: example snippet for client context manager (#79) (ddf9360)

1.2.1 (2024-12-04)

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

Chores

1.2.0 (2024-12-02)

Full Changelog: v1.1.2...v1.2.0

Features

1.1.2 (2024-12-01)

Full Changelog: v1.1.1...v1.1.2

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#57) (0665416)

1.1.1 (2024-11-28)

Full Changelog: v1.1.0...v1.1.1

Chores

  • internal: codegen related update (#54) (e799eff)
  • internal: exclude mypy from running on tests (#55) (1f82733)
  • internal: fix compat model_dump method when warnings are passed (#52) (38a854e)
  • rebuild project due to codegen change (#47) (e59029a)
  • rebuild project due to codegen change (#49) (9d05dc0)
  • rebuild project due to codegen change (#50) (1951e9d)
  • rebuild project due to codegen change (#51) (5b0dc70)

Documentation

1.1.0 (2024-10-08)

Full Changelog: v1.0.2...v1.1.0

Features

  • api: OpenAPI spec update via Stainless API (#44) (2420ce0)
  • api: OpenAPI spec update via Stainless API (#45) (d16b8e6)

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#42) (f8fce51)

Chores

  • add repr to PageInfo class (#43) (73fd7da)
  • internal: add support for parsing bool response content (#41) (066e7d5)
  • remove custom code (b62185e)