Skip to content

Releases: orbcorp/orb-python

v2.9.0

23 Aug 21:45

Choose a tag to compare

2.9.0 (2024-08-23)

Full Changelog: v2.8.0...v2.9.0

Features

  • api: OpenAPI spec update via Stainless API (#362) (b32c5c4)

v2.8.0

22 Aug 00:45

Choose a tag to compare

2.8.0 (2024-08-22)

Full Changelog: v2.7.0...v2.8.0

Features

  • api: OpenAPI spec update via Stainless API (#359) (a82bc26)

v2.7.0

21 Aug 16:13

Choose a tag to compare

2.7.0 (2024-08-21)

Full Changelog: v2.6.0...v2.7.0

Features

v2.6.0

17 Aug 01:22

Choose a tag to compare

2.6.0 (2024-08-17)

Full Changelog: v2.5.0...v2.6.0

Features

  • api: OpenAPI spec update via Stainless API (#352) (899a10f)

v2.5.0

16 Aug 01:20

Choose a tag to compare

2.5.0 (2024-08-16)

Full Changelog: v2.4.0...v2.5.0

Features

  • api: OpenAPI spec update via Stainless API (#349) (dc573e4)

v2.4.0

15 Aug 22:28

Choose a tag to compare

2.4.0 (2024-08-15)

Full Changelog: v2.3.0...v2.4.0

Features

  • api: OpenAPI spec update via Stainless API (#346) (9906e02)

v2.3.0

15 Aug 22:18

Choose a tag to compare

2.3.0 (2024-08-15)

Full Changelog: v2.2.0...v2.3.0

Features

  • api: OpenAPI spec update via Stainless API (#343) (b4db3f3)

v2.2.0

15 Aug 05:18

Choose a tag to compare

2.2.0 (2024-08-15)

Full Changelog: v2.1.0...v2.2.0

Features

  • api: OpenAPI spec update via Stainless API (#340) (632a6bd)

v2.1.0

14 Aug 12:00

Choose a tag to compare

2.1.0 (2024-08-14)

Full Changelog: v2.0.0...v2.1.0

Features

  • api: OpenAPI spec update via Stainless API (#338) (ff005e5)
  • client: add retries_taken to raw response class (#334) (99d1df1)

Chores

v2.0.0

02 Aug 17:31
26554a4

Choose a tag to compare

2.0.0 (2024-08-02)

Full Changelog: v1.56.0...v2.0.0

⚠ BREAKING CHANGES

  • api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#330)
  • api: endpoint expects amount of new allocation price to be a string, not a number (#297)
  • api: add semi_annual cadence and remove metadata from update items (#288)

Features

  • api: add 'status' to plan creation params (#310) (561898f)
  • api: add cadence enum value 'custom' (#327) (e1df500)
  • api: add methods to prices and invoices (#321) (0eaba5f)
  • api: add semi_annual cadence and remove metadata from update items (#288) (4b07848)
  • api: add support for adding allocation price to subscription (#295) (7e16ef5)
  • api: add support for query param include_all_blocks (#301) (1b7b6a3)
  • api: deprecate methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#329) (1cc12f1)
  • api: external connections made optional when updating items (#296) (9076f38)
  • api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#330) (62e5158)
  • api: updates (#291) (38aaf34)

Bug Fixes

  • api: endpoint expects amount of new allocation price to be a string, not a number (#297) (cb8992b)
  • build: include more files in sdist builds (#300) (922476f)
  • client/async: avoid blocking io call for platform headers (#294) (89f4bfe)
  • client: always respect content-type multipart/form-data if provided (#308) (9d980df)
  • docs: fix link to advanced python httpx docs (#298) (55cff13)
  • temporarily patch upstream version to fix broken release flow (#299) (b0c95aa)

Chores

Documentation