Skip to content

Releases: orbcorp/orb-python

v1.31.0

16 Nov 16:41
Compare
Choose a tag to compare

1.31.0 (2023-11-16)

Full Changelog: v1.30.3...v1.31.0

Features

  • api: updates (#55) (dbfb455)
  • client: support reading the base url from an env variable (#54) (04d5ca5)

Chores

  • internal: fix devcontainer interpeter path (#52) (a35fe95)
  • internal: fix typo in NotGiven docstring (#50) (7e1d704)

Documentation

v1.30.3

13 Nov 18:13
Compare
Choose a tag to compare

1.30.3 (2023-11-13)

Full Changelog: v1.30.2...v1.30.3

Bug Fixes

  • client: retry if SSLWantReadError occurs in the async client (#48) (52d5c13)

v1.30.2

10 Nov 16:08
Compare
Choose a tag to compare

1.30.2 (2023-11-10)

Full Changelog: v1.30.1...v1.30.2

Bug Fixes

  • client: serialise pydantic v1 default fields correctly in params (#46) (dc058e3)

v1.30.1

10 Nov 12:51
Compare
Choose a tag to compare

1.30.1 (2023-11-10)

Full Changelog: v1.30.0...v1.30.1

Bug Fixes

  • models: mark unknown fields as set in pydantic v1 (#45) (c965317)

Chores

Documentation

v1.30.0

09 Nov 16:22
Compare
Choose a tag to compare

1.30.0 (2023-11-09)

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

Features

  • api: updates (#41) (ea5d1a4)
  • client: support passing chunk size for binary responses (#40) (6cc1be0)
  • client: support passing httpx.Timeout to method timeout argument (#35) (65c7fc9)

Chores

v1.29.0

06 Nov 15:05
Compare
Choose a tag to compare

1.29.0 (2023-11-06)

Full Changelog: v1.28.1...v1.29.0

Features

v1.28.1

06 Nov 03:20
Compare
Choose a tag to compare

1.28.1 (2023-11-06)

Full Changelog: v1.28.0...v1.28.1

Bug Fixes

  • prevent TypeError in Python 3.8 (ABC is not subscriptable) (#32) (f21abfa)

Chores

  • internal: remove unused int/float conversion (#29) (0b701e1)

Documentation

  • readme: improve example snippets (#31) (3815aad)

v1.28.0

03 Nov 16:49
Compare
Choose a tag to compare

1.28.0 (2023-11-03)

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

Features

  • api: updates (#13) (4256067)
  • api: updates (#8) (c9c4a66)
  • client: adjust retry behavior to be exponential backoff (#4) (62c25f6)
  • client: allow binary returns (#26) (9a25d2f)
  • client: improve file upload types (#3) (91b3d5c)
  • client: improve retry behaviour (#6) (04d94d2)
  • client: support passing BaseModels to request params at runtime (#27) (e8d0844)
  • github: include a devcontainer setup (#25) (fc96155)
  • package: add classifiers (#16) (fa652f3)

Bug Fixes

  • binaries: don't synchronously block in astream_to_file (#28) (ad6ebef)
  • client: include more detail in error messages (#12) (7b64c85)
  • rename customer.credits.ledger.create_entry_by_exteral_id and RequestValidationErrors (#9) (bd8dbe9)

Chores

  • internal: minor restructuring of base client (#15) (550d18c)
  • internal: require explicit overrides (#11) (4dab0a6)

Documentation

  • improve to dictionary example (#7) (3dac2fd)

v1.27.0

27 Oct 19:31
51aaa61
Compare
Choose a tag to compare

1.27.0 (2023-10-20)

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

Features

Chores

Documentation