Skip to content

Releases: orbcorp/orb-python

v1.44.0

11 Mar 19:07

Choose a tag to compare

1.44.0 (2024-03-11)

Full Changelog: v1.43.0...v1.44.0

Features

Chores

  • internal: improve deserialisation of discriminated unions (#190) (5b96dd5)

v1.43.0

09 Mar 05:04

Choose a tag to compare

1.43.0 (2024-03-09)

Full Changelog: v1.42.3...v1.43.0

Features

Chores

  • ci: uses Stainless GitHub App for releases (#172) (d5b9f5f)
  • client: improve error message for invalid http_client argument (#184) (17dacf2)
  • client: use anyio.sleep instead of asyncio.sleep (#178) (677ef7e)
  • docs: mention install from git repo (#181) (795ae88)
  • export NOT_GIVEN sentinel value (#188) (7a739b9)
  • internal: add core support for deserializing into number response (#185) (247964e)
  • internal: bump pyright (#177) (f5c6f0c)
  • internal: bump pyright (#186) (03ff063)
  • internal: bump rye to v0.24.0 (#175) (450508a)
  • internal: minor core client restructuring (#179) (ace9451)
  • internal: refactor release environment script (#173) (2503fbc)
  • internal: split up transforms into sync / async (#182) (17a94e7)
  • internal: support more input types (#183) (fc2721e)
  • internal: support parsing Annotated types (#187) (9982119)
  • internal: update deps (#176) (abdbcc6)

Documentation

v1.42.3

07 Feb 00:17

Choose a tag to compare

1.42.3 (2024-02-07)

Full Changelog: v1.42.2...v1.42.3

Bug Fixes

  • change status serialization behavior (#168) (fb5348b)

v1.42.2

06 Feb 15:26

Choose a tag to compare

1.42.2 (2024-02-06)

Full Changelog: v1.42.1...v1.42.2

Bug Fixes

  • types: loosen most List params types to Iterable (#167) (ee5959e)

Chores

v1.42.1

04 Feb 18:58

Choose a tag to compare

1.42.1 (2024-02-04)

Full Changelog: v1.42.0...v1.42.1

Bug Fixes

  • prevent crash when platform.architecture() is not allowed (#163) (20629a0)

Chores

  • interal: make link to api.md relative (#161) (7710cdc)

v1.42.0

01 Feb 02:47

Choose a tag to compare

1.42.0 (2024-02-01)

Full Changelog: v1.41.0...v1.42.0

Features

Chores

  • internal: support pre-release versioning (#158) (3dd41bb)

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