Skip to content

Releases: orbcorp/orb-kotlin

v0.1.0-alpha.4

14 Aug 21:43
0fc673b

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

0.1.0-alpha.4 (2024-08-14)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

  • api: OpenAPI spec update via Stainless API (#31) (3a0a24f)

v0.1.0-alpha.3

02 Aug 17:31
4424079

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2024-08-02)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

⚠ BREAKING CHANGES

  • api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#30)

Features

  • api: add 'status' to plan creation params (#14) (125924a)
  • api: add cadence enum value 'custom' (#25) (847e046)
  • api: add methods to prices and invoices (#21) (e4169ae)
  • api: deprecate methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#29) (41ff2f7)
  • api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#30) (9c9f653)
  • client: improve binary return values (#27) (e6fc27a)

Chores

  • ci: also run workflows for PRs targeting next (#17) (446a7ab)
  • ci: limit release doctor target branches (#22) (25a2792)
  • ci: run tests in CI (#28) (83b1878)
  • docs: document minimum Java version (Java 8) in README (#16) (b4ac601)
  • docs: minor update to formatting of API link in README (#19) (8d9dbcd)
  • internal: refactor release doctor script (#23) (bc19329)
  • internal: remove unused test file (#26) (908c31a)
  • minor updates (#20) (fe32256)
  • tests: update prism version (#24) (8c504c5)

Documentation

v0.1.0-alpha.2

29 Jun 00:36
3ced3db

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2024-06-28)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

⚠ BREAKING CHANGES

  • api: endpoint expects amount of new allocation price to be a string, not a number (#10)

Features

  • api: add support for adding allocation price to subscription (#8) (94987f0)
  • api: add support for query param include_all_blocks (#11) (ce06e75)
  • api: external connections made optional when updating items (#9) (f12c785)
  • api: updates (#5) (2c0c8e8)
  • client: add support for putQueryParam on ClientOptions (#6) (1d16514)

Bug Fixes

  • api: endpoint expects amount of new allocation price to be a string, not a number (#10) (8cb42ee)

Chores

Documentation

v0.1.0-alpha.1

06 Jun 21:20

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

0.1.0-alpha.1 (2024-06-06)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

⚠ BREAKING CHANGES

  • api: add semi_annual cadence and remove metadata from update items (#2)

Features

  • api: add semi_annual cadence and remove metadata from update items (#2) (afec5f5)

Bug Fixes

  • unions: fix namespacing in example types for unions that have models (3161a77)