Releases: orbcorp/orb-java
Releases · orbcorp/orb-java
v1.10.0
1.10.0 (2026-01-17)
Full Changelog: v1.9.0...v1.10.0
⚠ BREAKING CHANGES
- api: define shared model ConversionRateConfig
Features
- add retryable exception (cf6742e)
- api: api update (4e4f486)
- api: api update (5595866)
- api: api update (ca80943)
- api: api update (66b024c)
- api: api update (f14a0b8)
- api: api update (a321e4c)
- api: api update (16c09ab)
- api: api update (42a3bf2)
- api: api update (8d40c66)
- api: api update (340aeb5)
- api: api update (8c81c68)
- api: api update (bf19834)
- api: api update (db21295)
- api: api update (8d0120a)
- api: api update (dfd1f8b)
- api: api update (2c02d15)
- api: api update (c7d3dda)
- api: api update (5f65069)
- api: api update (f28bee7)
- api: api update (b6f5318)
- api: api update (1a45d5d)
- api: api update (108cdfc)
- api: api update (f101f63)
- api: api update (6c895f2)
- api: api update (84cc66c)
- api: api update (ab79480)
- api: api update (0f4e585)
- api: api update (617892e)
- api: api update (bf412bc)
- api: api update (6aa1d53)
- api: api update (321aa41)
- api: api update (cf6fd19)
- api: api update (9c8977c)
- api: api update (247937e)
- api: api update (5d00bf2)
- api: api update (05b6a4e)
- api: api update (3b2489b)
- api: api update (e90f837)
- api: define shared model ConversionRateConfig (13fc2ef)
- api: manual updates (268bca0)
- client: add
HttpRequest#url()method (cad2dc0) - client: allow configuring dispatcher executor service (14307ff)
- client: ensure compat with proguard (83ddd55)
- client: expose sleeper option (427df35)
- extract minimum composite to type (3e25650)
Bug Fixes
- ci: use java-version 21 for publish step (b290b3a)
- client: cancel okhttp call when future cancelled (c9b8382)
- client: deserialization of empty objects (1764089)
- client: disallow coercion from float to int (03a24de)
- client: ensure single timer is created per client (427df35)
- client: fully respect max retries (032e2e6)
- client: incorrect
getPackageVersionimpl (9bc6ac9) - client: multi-value header serialization (bf4d413)
- client: r8 support (27da721)
- client: send retry count header for max retries 0 (032e2e6)
- date time deserialization leniency (bc5e9be)
- schema: Rename unit price type to avoid naming conflict (7738ed4)
Chores
- ci: upgrade
actions/setup-java(023c1ff) - fix formatting (a6e527f)
- improve formatter performance (5d37bc1)
- internal: bump ci test timeout (0e68dd4)
- internal: change some comment formatting (7e80bfe)
- internal: clean up maven repo artifact script and add html documentation to repo root (c79bf46)
- internal: codegen related update (97bd293)
- internal: codegen related update (3a4300a)
- internal: codegen related update (185acb8)
- internal: codegen related update (76d269d)
- internal: depend on packages directly in example (032e2e6)
- internal: improve maven repo docs (f8215cc)
- internal: reduce proguard ci logging (9b4d208)
- internal: support uploading Maven repo artifacts to stainless package server (24af903)
- internal: update
actions/checkoutversion (f9c0414) - test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (bc5e9be)
Documenta...
v1.9.0
v1.8.0
1.8.0 (2025-07-24)
Full Changelog: v1.7.0...v1.8.0
Features
- api: api update (d9b5f74)
- client: add
{QueryParams,Headers}#put(String, JsonValue)methods (1985d12)
Chores
- internal: remove unnecessary
[...]in[@see](https://github.com/see)(cc42cf6)
Documentation
v1.7.0
v1.6.0
v1.5.1
1.5.1 (2025-07-17)
Full Changelog: v1.5.0...v1.5.1
Bug Fixes
- client: ensure error handling always occurs (833326e)
v1.5.0
1.5.0 (2025-07-16)
Full Changelog: v1.4.0...v1.5.0
Features
- api: api update (9eba618)
Chores
- internal: allow running specific example from cli (88917ff)