Skip to content

Releases: orbcorp/orb-python

v1.30.1

10 Nov 12:51

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

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

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

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

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

Choose a tag to compare

1.27.0 (2023-10-20)

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

Features

Chores

Documentation