Releases: openlayer-ai/openlayer-java
Releases · openlayer-ai/openlayer-java
v0.8.0
v0.7.0
0.7.0 (2026-04-01)
Full Changelog: v0.6.2...v0.7.0
⚠ BREAKING CHANGES
- client: extract auto pagination to shared classes
- client: Migration: - If you were referencing the
AutoPagerclass on a specific*Pageor*PageAsynctype, then you should instead reference the sharedAutoPagerandAutoPagerAsynctypes, under thecorepackageAutoPagerAsyncnow has different usage. You can call.subscribe(...)on the returned object instead to get called back each page item. You can also callonCompleteFuture()to get a future that completes when all items have been processed. Finally, you can call.close()on the returned object to stop auto-paginating early- If you were referencing
getNextPageorgetNextPageParams:- Swap to
nextPage()andnextPageParams() - Note that these both now return non-optional types (use
hasNextPage()before calling these, since they will throw if it's impossible to get another page)
- Swap to
Features
- api: add missing endpoints (0fd157b)
- api: add test evaluation method (d0640a7)
- api: api update (db0bfe7)
- api: api update (553299c)
- api: api update (e8df0b8)
- api: api update (#68) (f58ba60)
- api: manual updates (243f364)
- api: manual updates (#42) (c783d0d)
- api: manual updates (#43) (307340d)
- api: OpenAPI spec update via Stainless API (da3f817)
- api: OpenAPI spec update via Stainless API (#13) (d6ee032)
- api: OpenAPI spec update via Stainless API (#16) (5a5a5ba)
- api: OpenAPI spec update via Stainless API (#22) (90c35a9)
- api: OpenAPI spec update via Stainless API (#36) (7bc6a73)
- api: OpenAPI spec update via Stainless API (#8) (9d50db9)
- api: OpenAPI spec update via Stainless API (#9) (cfe4133)
- api: update POST /rows to use list method name (5917df4)
- api: update via SDK Studio (#1) (0afa19f)
- api: update via SDK Studio (#10) (2d1902c)
- api: update via SDK Studio (#14) (28c2236)
- api: update via SDK Studio (#15) (f946ae8)
- api: update via SDK Studio (#21) (1719e53)
- api: update via SDK Studio (#23) (f38382d)
- api: update via SDK Studio (#24) (5185670)
- api: update via SDK Studio (#27) (fbdb579)
- api: update via SDK Studio (#32) (d81fedc)
- api: update via SDK Studio (#40) (79fb06d)
- api: update via SDK Studio (#41) (eefdf01)
- api: update via SDK Studio (#5) (f01f468)
- api: update via SDK Studio (#7) (ee5c439)
- client: add a
withOptionsmethod (0ec9c48) - client: add connection pooling option (ba03a66)
- client: add logging when debug env is set (#56) (dfc852f)
- client: allow configuring dispatcher executor service (2638be9)
- client: allow providing some params positionally (12d07d2)
- client: extract auto pagination to shared classes (899dfb7)
- client: implement per-endpoint base URL support (f2acdbc)
- client: send
X-Stainless-Kotlin-Versionheader (9a8ed3e) - closes OPEN-8532: expose 'tests/{id}/results' endpoint (4764b16)
- closes OPEN-9425: document /rows endpoint in API reference and … (1a6b3bf)
Bug Fixes
- add missing fields (0bec16b)
- ci: release-doctor — report correct token name (ce92c93)
- client: allow updating header/query affecting fields in
toBuilder()(2abc904) - client: bump max requests per host to max requests (5 -> 64) (d52f901)
- client: disallow coercion from float to int (77375ef)
- client: don't close client on
withOptionsusage when original is gc'd (141e428) - client: fully respect max retries (2ba65fe)
- client: incorrect
Retry-Afterparsing (ce73303) - client: preserve time zone in lenient date-time parsing (3951fed...
v0.6.1
0.6.1 (2026-03-11)
Full Changelog: v0.6.0...v0.6.1
Bug Fixes
- client: incorrect
Retry-Afterparsing (434a822)
v0.6.0
0.6.0 (2026-03-06)
Full Changelog: v0.5.2...v0.6.0
Features
- api: update POST /rows to use list method name (5fd64a9)
- closes OPEN-9425: document /rows endpoint in API reference and … (e9093d0)
Chores
v0.5.2
v0.5.1
v0.5.0
0.5.0 (2026-02-19)
Full Changelog: v0.4.5...v0.5.0
Features
- client: add connection pooling option (b59994e)
Chores
- internal: make
OkHttpconstructor internal (bd14e2b)
v0.4.5
0.4.5 (2026-02-18)
Full Changelog: v0.4.4...v0.4.5
Chores
- internal: update
TestServerExtensioncomment (8497364)
v0.4.4
0.4.4 (2026-02-10)
Full Changelog: v0.4.3...v0.4.4
Chores
- closes OPEN-8647: add endpoint to retrieve aggregated user data for inference pipelines (56ac536)