Skip to content

Releases: orbcorp/orb-python

v1.41.0

30 Jan 19:37

Choose a tag to compare

1.41.0 (2024-01-30)

Full Changelog: v1.40.0...v1.41.0

Features

v1.40.0

30 Jan 15:54

Choose a tag to compare

1.40.0 (2024-01-30)

Full Changelog: v1.39.1...v1.40.0

Features

  • api: add external_customer_id (#155) (0e74ce3)
  • client: enable follow redirects by default (#150) (94c7376)
  • client: support parsing custom response types (#153) (da133ec)

Chores

  • internal: add internal helpers (#147) (bf87d8e)
  • internal: cast type in mocked test (#154) (579cda7)
  • internal: enable ruff type checking misuse lint rule (#152) (a98b037)
  • internal: support multipart data with overlapping keys (#151) (988e720)

Refactors

v1.39.1

18 Jan 17:14

Choose a tag to compare

1.39.1 (2024-01-18)

Full Changelog: v1.39.0...v1.39.1

Bug Fixes

  • ci: ignore stainless-app edits to release PR title (#146) (5a2e2b5)

Chores

  • internal: fix typing util function (#140) (31a83a9)
  • internal: remove redundant client test (#142) (e315f4e)
  • internal: share client instances between all tests (#145) (64a4cb6)
  • internal: speculative retry-after-ms support (#143) (d7affe9)
  • lazy load raw resource class properties (#144) (72734a3)

v1.39.0

17 Jan 05:27

Choose a tag to compare

1.39.0 (2024-01-17)

Full Changelog: v1.38.1...v1.39.0

Features

Chores

v1.38.1

16 Jan 10:52

Choose a tag to compare

1.38.1 (2024-01-16)

Full Changelog: v1.38.0...v1.38.1

Bug Fixes

  • client: ensure path params are non-empty (#134) (f318392)

v1.38.0

15 Jan 14:20

Choose a tag to compare

1.38.0 (2024-01-15)

Full Changelog: v1.37.0...v1.38.0

Features

Chores

v1.37.0

12 Jan 22:04

Choose a tag to compare

1.37.0 (2024-01-12)

Full Changelog: v1.36.0...v1.37.0

Features

  • add None default value to nullable response properties (#123) (823f95c)
  • api: add beta evaluate price endpoint (#129) (5f8379a)

Chores

  • add .keep files for examples and custom code directories (#126) (672693d)
  • client: improve debug logging for failed requests (#127) (b35adf9)
  • internal: loosen type var restrictions (#125) (60a2816)
  • internal: replace isort with ruff (#121) (42b60df)
  • use property declarations for resource members (#124) (b60f5a8)

Documentation

v1.36.0

01 Jan 15:25

Choose a tag to compare

1.36.0 (2024-01-01)

Full Changelog: v1.35.2...v1.36.0

Features

v1.35.2

28 Dec 02:18

Choose a tag to compare

1.35.2 (2023-12-28)

Full Changelog: v1.35.1...v1.35.2

Bug Fixes

  • client: correctly use custom http client auth (#117) (863ebe8)

v1.35.1

26 Dec 20:10

Choose a tag to compare

1.35.1 (2023-12-26)

Full Changelog: v1.35.0...v1.35.1

Bug Fixes

  • use brackets instead of commas for array query params (#116) (a03afeb)

Chores

Documentation

Refactors