Releases: orbcorp/orb-java
Releases · orbcorp/orb-java
v0.1.0-alpha.4
v0.1.0-alpha.3
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) (02ccf47)
- api: add cadence enum value 'custom' (#25) (61cf205)
- api: add methods to prices and invoices (#21) (5dbd997)
- api: deprecate methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#29) (756a150)
- api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#30) (988218e)
- client: improve binary return values (#27) (e5abbb9)
Chores
- ci: also run workflows for PRs targeting
next(#17) (9f47531) - ci: limit release doctor target branches (#22) (92f41a2)
- ci: run tests in CI (#28) (e4c2eb6)
- docs: document minimum Java version (Java 8) in README (#16) (3630a08)
- docs: minor update to formatting of API link in README (#19) (65f8385)
- internal: refactor release doctor script (#23) (c039b0e)
- internal: remove unused test file (#26) (71b39db)
- minor updates (#20) (42c2a5c)
- tests: update prism version (#24) (b14155d)
Documentation
v0.1.0-alpha.2
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) (d150c33)
- api: add support for query param include_all_blocks (#11) (73d5e94)
- api: external connections made optional when updating items (#9) (d1a63a3)
- api: updates (#5) (fb8c7d9)
- client: add support for
putQueryParamonClientOptions(#6) (71d82b0)
Bug Fixes
Chores
- docs: improve Coupon description (#7) (4d1d183)
- docs: updates price intervals docs (#12) (554df1b)
- gitignore test server logs (#13) (11e4ebc)
Documentation
v0.1.0-alpha.1
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
Bug Fixes
- unions: fix namespacing in example types for unions that have models (846d155)