Skip to content

Releases: orbcorp/orb-python

v1.34.1

08 Dec 19:03

Choose a tag to compare

1.34.1 (2023-12-08)

Full Changelog: v1.34.0...v1.34.1

Bug Fixes

  • avoid leaking memory when Client.with_options is used (#97) (b65cdf2)

v1.34.0

08 Dec 18:48

Choose a tag to compare

1.34.0 (2023-12-08)

Full Changelog: v1.33.4...v1.34.0

Features

v1.33.4

08 Dec 10:09

Choose a tag to compare

1.33.4 (2023-12-08)

Full Changelog: v1.33.3...v1.33.4

Bug Fixes

  • errors: properly assign APIError.body (#94) (7ee4eea)

Chores

v1.33.3

06 Dec 00:41
b4c223e

Choose a tag to compare

1.33.3 (2023-12-04)

Full Changelog: v1.33.2...v1.33.3

Chores

  • package: lift anyio v4 restriction (#84) (70cbb10)

v1.33.2

01 Dec 17:56

Choose a tag to compare

1.33.2 (2023-12-01)

Full Changelog: v1.33.1...v1.33.2

Bug Fixes

  • client: correct base_url setter implementation (#83) (83ad98c)

Chores

  • internal: remove unused type var (#82) (a9a3dbe)
  • internal: replace string concatenation with f-strings (#81) (d290faf)

Documentation

v1.33.1

30 Nov 00:04

Choose a tag to compare

1.33.1 (2023-11-30)

Full Changelog: v1.33.0...v1.33.1

Bug Fixes

  • client: ensure retried requests are closed (#78) (af69dbb)

Chores

v1.33.0

28 Nov 19:29

Choose a tag to compare

1.33.0 (2023-11-28)

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

Features

Chores

  • deps: bump mypy to v1.7.1 (#72) (e7f7b47)
  • internal: options updates (#67) (8f91e55)
  • internal: revert recent options change (#70) (6ff55a6)
  • internal: send more detailed x-stainless headers (#71) (7dd46f3)

Documentation

v1.32.0

22 Nov 14:54

Choose a tag to compare

1.32.0 (2023-11-22)

Full Changelog: v1.31.2...v1.32.0

Features

Chores

  • client: improve copy method (#63) (ae3eed5)
  • package: add license classifier metadata (#65) (da28530)

v1.31.2

21 Nov 00:24

Choose a tag to compare

1.31.2 (2023-11-21)

Full Changelog: v1.31.1...v1.31.2

Bug Fixes

  • client: attempt to parse unknown json content types (#61) (2ff1f69)

v1.31.1

21 Nov 00:07

Choose a tag to compare

1.31.1 (2023-11-20)

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

Chores

  • internal: update some test values (#60) (cf1e4a9)
  • internal: update type hint for helper function (#59) (191e197)

Documentation