Releases: orbcorp/orb-java
Releases · orbcorp/orb-java
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)
v1.4.0
v1.3.0
v1.2.0
v1.1.0
1.1.0 (2025-07-02)
Full Changelog: v1.0.0...v1.1.0
Features
- api: api update (91c85d4)
- api: api update (e58761c)
- api: api update (83c2707)
- api: api update (614dfad)
- client: add a
withOptions
method (744d7a6) - client: implement per-endpoint base URL support (6172f77)
Bug Fixes
- ci: release-doctor — report correct token name (d631afb)
- client: bump max requests per host to max requests (5 -> 64) (5576ea4)
- client: don't close client on
withOptions
usage when original is gc'd (002c10d)
Chores
- ci: enable for pull requests (ecdbbd4)
- ci: only run for pushes and fork pull requests (cbc078a)
- fix formatting (fe0ad84)
Refactors
- internal: minor
ClientOptionsTest
change (d7614c8)