Skip to content

Latest commit

 

History

History
464 lines (272 loc) · 29.4 KB

CHANGELOG.md

File metadata and controls

464 lines (272 loc) · 29.4 KB

Changelog

1.33.0 (2024-11-07)

Full Changelog: v1.32.0...v1.33.0

Features

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#69) (67375a3)
  • client: handle domains with underscores (#15) (eb905a1)
  • Extend create and create_or_update methods for tasks (be6ac8e)
  • Fix import (405e1db)
  • Fix positional args handling (fdb1d64)
  • lib: Fix inspect args logic (cbe409c)
  • Pop extra args from argument list (b2133aa)
  • remove unused import (a5c7b48)

Chores

1.32.0 (2024-11-07)

Full Changelog: v1.31.1...v1.32.0

Features

1.31.1 (2024-11-02)

Full Changelog: v1.31.0...v1.31.1

Bug Fixes

Chores

1.31.0 (2024-11-02)

Full Changelog: v1.30.0...v1.31.0

Features

  • various codegen changes (cdb714e)

Bug Fixes

  • lib: Fix inspect args logic (cbe409c)

1.30.0 (2024-11-01)

Full Changelog: v1.29.0...v1.30.0

Features

1.29.0 (2024-11-01)

Full Changelog: v1.28.0...v1.29.0

Features

1.28.0 (2024-10-31)

Full Changelog: v1.27.0...v1.28.0

Features

1.27.0 (2024-10-31)

Full Changelog: v1.26.0...v1.27.0

Features

1.26.0 (2024-10-30)

Full Changelog: v1.25.1...v1.26.0

Features

1.25.1 (2024-10-30)

Full Changelog: v1.25.0...v1.25.1

Bug Fixes

Chores

1.25.0 (2024-10-30)

Full Changelog: v1.24.0...v1.25.0

Features

1.24.0 (2024-10-29)

Full Changelog: v1.23.0...v1.24.0

Features

1.23.0 (2024-10-29)

Full Changelog: v1.22.0...v1.23.0

Features

1.22.0 (2024-10-29)

Full Changelog: v1.21.0...v1.22.0

Features

1.21.0 (2024-10-26)

Full Changelog: v1.20.0...v1.21.0

Features

1.20.0 (2024-10-22)

Full Changelog: v1.19.0...v1.20.0

Features

1.19.0 (2024-10-19)

Full Changelog: v1.18.0...v1.19.0

Features

1.18.0 (2024-10-18)

Full Changelog: v1.17.0...v1.18.0

Features

  • deps: Add dotenv as a bundled dep (08fd755)

1.17.0 (2024-10-18)

Full Changelog: v1.16.0...v1.17.0

Features

1.16.0 (2024-10-10)

Full Changelog: v1.15.2...v1.16.0

Features

1.15.2 (2024-10-07)

Full Changelog: v1.15.1...v1.15.2

Chores

1.15.1 (2024-10-07)

Full Changelog: v1.15.0...v1.15.1

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#69) (7e9c5de)

1.15.0 (2024-10-07)

Full Changelog: v1.14.0...v1.15.0

Features

  • api: OpenAPI spec update via Stainless API (#66) (cfc33cc)

1.14.0 (2024-10-05)

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

Features

  • api: OpenAPI spec update via Stainless API (#63) (fbd636d)

1.13.0 (2024-10-05)

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

Features

  • api: OpenAPI spec update via Stainless API (#60) (1bb231a)

1.12.0 (2024-10-05)

Full Changelog: v1.11.1...v1.12.0

Features

  • api: OpenAPI spec update via Stainless API (#57) (d2a2f6f)

1.11.1 (2024-10-04)

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

Chores

  • internal: add support for parsing bool response content (#54) (fb290f2)

1.11.0 (2024-10-04)

Full Changelog: v1.10.0...v1.11.0

Features

  • api: manual change nested_format->dots and array_format->repeat in query settings (#52) (51c5ad8)

1.10.0 (2024-10-04)

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

Features

  • api: OpenAPI spec update via Stainless API (#49) (7e6100c)

1.9.0 (2024-10-04)

Full Changelog: v1.8.0...v1.9.0

Features

  • api: OpenAPI spec update via Stainless API (#46) (9ec3586)

1.8.0 (2024-10-03)

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

Features

  • api: OpenAPI spec update via Stainless API (#43) (584193e)

1.7.0 (2024-10-02)

Full Changelog: v1.6.0...v1.7.0

Features

  • api: OpenAPI spec update via Stainless API (#41) (917f242)

Chores

1.6.0 (2024-10-01)

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

Features

  • api: OpenAPI spec update via Stainless API (#35) (316651d)

1.5.0 (2024-09-25)

Full Changelog: v1.4.0...v1.5.0

Features

  • api: OpenAPI spec update via Stainless API (#32) (f359535)

1.4.0 (2024-09-25)

Full Changelog: v1.3.2...v1.4.0

Features

  • api: OpenAPI spec update via Stainless API (#29) (4223a5c)

1.3.2 (2024-09-25)

Full Changelog: v1.3.1...v1.3.2

Chores

  • internal: codegen related update (#27) (cb98d42)
  • internal: use typing_extensions.overload instead of typing (#25) (3c50f29)

1.3.1 (2024-09-24)

Full Changelog: v1.3.0...v1.3.1

Chores

  • internal: update pydantic v1 compat helpers (#22) (f90bc17)

1.3.0 (2024-09-23)

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

Features

  • api: OpenAPI spec update via Stainless API (#19) (c27c232)
  • api: OpenAPI spec update via Stainless API (#20) (d8ff0e5)
  • client: send retry count header (#17) (8f99506)

1.2.1 (2024-09-19)

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

Bug Fixes

  • client: handle domains with underscores (#15) (f00026b)

Chores

  • internal: bump pyright / mypy version (#14) (73a4b15)
  • internal: codegen related update (#12) (4309b50)

1.2.0 (2024-09-19)

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

Features

  • api: add custom api key; change uuid4 to uuid (#8) (7b2488e)

1.1.0 (2024-09-13)

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

Features

  • api: OpenAPI spec update via Stainless API (#5) (9b26042)

1.0.1 (2024-09-13)

Full Changelog: v0.0.1-alpha.0...v1.0.1

Features

  • api: update via SDK Studio (99fc2a4)
  • api: update via SDK Studio (d4c5ba9)
  • api: update via SDK Studio (d681e89)
  • api: update via SDK Studio (73e713c)
  • api: update via SDK Studio (4e9f83d)
  • api: update via SDK Studio (8f60449)
  • api: update via SDK Studio (dda74e1)
  • api: update via SDK Studio (e8c3b6f)
  • api: update via SDK Studio (d287c9f)
  • api: update via SDK Studio (e7b85a3)
  • api: update via SDK Studio (949a676)
  • api: update via SDK Studio (281bafd)

Chores