Skip to content

Releases: orbcorp/orb-java

v1.9.0

26 Jul 00:27
Compare
Choose a tag to compare

1.9.0 (2025-07-26)

Full Changelog: v1.8.0...v1.9.0

Features

v1.8.0

25 Jul 03:42
Compare
Choose a tag to compare

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

21 Jul 22:56
Compare
Choose a tag to compare

1.7.0 (2025-07-21)

Full Changelog: v1.6.0...v1.7.0

Features

  • api: api update (b20980d)
  • client: add https config options (15ac3d4)
  • client: allow configuring env via system properties (c32c0d2)

Chores

  • internal: refactor delegating from client to options (12282fa)

v1.6.0

18 Jul 03:47
Compare
Choose a tag to compare

1.6.0 (2025-07-17)

Full Changelog: v1.5.1...v1.6.0

Features

v1.5.1

17 Jul 22:21
Compare
Choose a tag to compare

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

16 Jul 23:06
Compare
Choose a tag to compare

1.5.0 (2025-07-16)

Full Changelog: v1.4.0...v1.5.0

Features

Chores

  • internal: allow running specific example from cli (88917ff)

v1.4.0

16 Jul 20:18
05b24db
Compare
Choose a tag to compare

1.4.0 (2025-07-16)

Full Changelog: v1.3.0...v1.4.0

Features

Chores

  • ci: bump actions/setup-java to v4 (ee43b24)
  • ci: ensure docs generation always succeeds (00866a5)

v1.3.0

08 Jul 05:30
Compare
Choose a tag to compare

1.3.0 (2025-07-08)

Full Changelog: v1.2.0...v1.3.0

Features

v1.2.0

04 Jul 03:51
Compare
Choose a tag to compare

1.2.0 (2025-07-04)

Full Changelog: v1.1.0...v1.2.0

Features

v1.1.0

02 Jul 18:18
Compare
Choose a tag to compare

1.1.0 (2025-07-02)

Full Changelog: v1.0.0...v1.1.0

Features

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)