Releases: orbcorp/orb-java
Releases · orbcorp/orb-java
v0.42.0
v0.41.0
v0.40.0
0.40.0 (2025-03-05)
Full Changelog: v0.39.0...v0.40.0
⚠ BREAKING CHANGES
- client: refactor multipart formdata impl (#296)
Features
- api: api update (#300) (d5cb74a)
- client: allow configuring timeouts granularly (#294) (fd71049)
- client: support raw response access (#295) (70b0eb8)
Chores
- client: expose
Optional, not nullable, fromClientOptions(#299) (20f1914) - client: refactor multipart formdata impl (#296) (22e538b)
- internal: refactor
ErrorHandlingTest(#292) (d1ec6ff)
Documentation
v0.39.0
v0.38.0
0.38.0 (2025-02-27)
Full Changelog: v0.37.0...v0.38.0
Features
Chores
- client: use deep identity methods for primitive array types (#283) (6e2862d)
- internal: add async service tests (#281) (8171ba6)
- internal: improve sync service tests (8171ba6)
- internal: refactor
ServiceParamsTest(#285) (7894edb)
Documentation
- readme parameter tweaks (8171ba6)
v0.37.0
v0.36.0
v0.35.0
v0.34.0
v0.33.0
0.33.0 (2025-02-20)
Full Changelog: v0.32.0...v0.33.0
Features
Bug Fixes
Chores
- docs: add faq to readme (#262) (67226ff)
- internal: remove unnecessary non-null asserts in tests (c6f1170)
- internal: use
assertNotNullin tests for type narrowing (c6f1170)