Skip to content

Releases: openlayer-ai/openlayer-java

v0.8.0

01 Apr 22:17

Choose a tag to compare

0.8.0 (2026-04-01)

Full Changelog: v0.7.0...v0.8.0

Features

v0.7.0

01 Apr 21:29

Choose a tag to compare

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 AutoPager class on a specific *Page or *PageAsync type, then you should instead reference the shared AutoPager and AutoPagerAsync types, under the core package
    • AutoPagerAsync now has different usage. You can call .subscribe(...) on the returned object instead to get called back each page item. You can also call onCompleteFuture() 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 getNextPage or getNextPageParams:
      • Swap to nextPage() and nextPageParams()
      • 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)

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 withOptions method (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-Version header (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 withOptions usage when original is gc'd (141e428)
  • client: fully respect max retries (2ba65fe)
  • client: incorrect Retry-After parsing (ce73303)
  • client: preserve time zone in lenient date-time parsing (3951fed...
Read more

v0.6.1

12 Mar 19:59

Choose a tag to compare

0.6.1 (2026-03-11)

Full Changelog: v0.6.0...v0.6.1

Bug Fixes

  • client: incorrect Retry-After parsing (434a822)

v0.6.0

06 Mar 20:56

Choose a tag to compare

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

  • internal: bump palantir-java-format (3b5458b)
  • internal: codegen related update (d1f3122)
  • test: do not count install time for mock server timeout (e2cc9fd)

v0.5.2

25 Feb 14:10

Choose a tag to compare

0.5.2 (2026-02-25)

Full Changelog: v0.5.1...v0.5.2

Chores

  • internal: expand imports (da2516b)

v0.5.1

24 Feb 12:55

Choose a tag to compare

0.5.1 (2026-02-24)

Full Changelog: v0.5.0...v0.5.1

Chores

  • drop apache dependency (c189130)
  • make Properties more resilient to null (8c199df)

v0.5.0

19 Feb 14:52

Choose a tag to compare

0.5.0 (2026-02-19)

Full Changelog: v0.4.5...v0.5.0

Features

  • client: add connection pooling option (b59994e)

Chores

  • internal: make OkHttp constructor internal (bd14e2b)

v0.4.5

18 Feb 18:25

Choose a tag to compare

0.4.5 (2026-02-18)

Full Changelog: v0.4.4...v0.4.5

Chores

  • internal: update TestServerExtension comment (8497364)

v0.4.4

10 Feb 12:20

Choose a tag to compare

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)

v0.4.3

09 Feb 11:53

Choose a tag to compare

0.4.3 (2026-02-07)

Full Changelog: v0.4.2...v0.4.3

Chores

  • internal: upgrade AssertJ (0b6e8bc)