Skip to content

Latest commit

 

History

History
293 lines (175 loc) · 21.5 KB

File metadata and controls

293 lines (175 loc) · 21.5 KB

Changelog

0.3.4 (2026-01-17)

Full Changelog: v0.3.3...v0.3.4

Bug Fixes

  • client: disallow coercion from float to int (f3ef0fa)
  • client: fully respect max retries (9dff5d8)
  • client: send retry count header for max retries 0 (9dff5d8)
  • date time deserialization leniency (9ac59d5)
  • deserialization order (ad92dd8)

Chores

  • ci: upgrade actions/setup-java (c16fb63)
  • internal: depend on packages directly in example (9dff5d8)
  • internal: improve maven repo docs (160861a)
  • internal: update actions/checkout version (3524395)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (9ac59d5)

0.3.3 (2026-01-16)

Full Changelog: v0.3.2...v0.3.3

Chores

  • internal: clean up maven repo artifact script and add html documentation to repo root (9ea4d75)

0.3.2 (2026-01-13)

Full Changelog: v0.3.1...v0.3.2

Chores

  • internal: support uploading Maven repo artifacts to stainless package server (a494a36)

0.3.1 (2026-01-12)

Full Changelog: v0.3.0...v0.3.1

Chores

  • closes OPEN-8576: expose delete project endpoint (2084dab)

0.3.0 (2026-01-09)

Full Changelog: v0.2.0...v0.3.0

Features

  • closes OPEN-8532: expose 'tests/{id}/results' endpoint (8815922)

0.2.0 (2026-01-09)

Full Changelog: v0.1.1...v0.2.0

Features

  • client: allow configuring dispatcher executor service (abbc6d6)

0.1.1 (2026-01-08)

Full Changelog: v0.1.0...v0.1.1

Chores

  • closes OPEN-8644: address warnings on Stainless studio (353710c)
  • remove _meta (93ad3a1)

0.1.0 (2026-01-08)

Full Changelog: v0.1.0-alpha.12...v0.1.0

Features

  • api: add missing endpoints (db4b1fb)

0.1.0-alpha.12 (2026-01-07)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

⚠ 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 test evaluation method (e8d8121)
  • api: api update (225da0c)
  • api: api update (a089f7f)
  • api: api update (e48acb3)
  • api: manual updates (fd5752e)
  • client: add a withOptions method (9ebe803)
  • client: allow providing some params positionally (134e615)
  • client: extract auto pagination to shared classes (d2fa723)
  • client: implement per-endpoint base URL support (710b626)

Bug Fixes

  • ci: release-doctor — report correct token name (6e8b2be)
  • client: bump max requests per host to max requests (5 -> 64) (21777c4)
  • client: don't close client on withOptions usage when original is gc'd (2595481)
  • client: remove @MustBeClosed for future returning methods (0e78fa9)

Chores

  • ci: enable for pull requests (5d83cd2)
  • ci: only run for pushes and fork pull requests (69737c8)
  • docs: grammar improvements (d1cacea)
  • internal: codegen related update (9c97d6d)
  • internal: codegen related update (d2c9111)
  • internal: codegen related update (942316f)
  • internal: codegen related update (9b5aa41)
  • internal: codegen related update (4881e6f)
  • internal: codegen related update (ce52e15)
  • sync repo (390e75d)

Documentation

  • add Spring AI sample application (4cc1fb8)
  • remove or fix invalid readme examples (9372b90)

Refactors

  • internal: minor ClientOptionsTest change (7d83620)

0.1.0-alpha.11 (2024-12-20)

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

Features

Chores

0.1.0-alpha.10 (2024-12-13)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Chores

  • internal: codegen related update (#66) (0a31936)
  • internal: remove unused imports (#65) (cfb5af8)
  • update example values in tests and docs (#61) (4737582)

Styles

  • internal: make enum value definitions less verbose (#63) (445cf02)
  • internal: move enum identity methods to bottom of class (#64) (1be25e8)

0.1.0-alpha.9 (2024-12-11)

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

Chores

  • internal: codegen related update (#58) (b646e7f)

0.1.0-alpha.8 (2024-11-25)

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

Features

  • client: add logging when debug env is set (#56) (9d81162)

Chores

  • internal: codegen related update (#54) (4794b46)

0.1.0-alpha.7 (2024-11-21)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Chores

  • internal: codegen related update (#52) (224921d)
  • rebuild project due to codegen change (#50) (49217e1)

0.1.0-alpha.6 (2024-11-14)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Chores

  • rebuild project due to codegen change (#47) (a16074e)

0.1.0-alpha.5 (2024-11-11)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

Bug Fixes

  • update stream data example (01a6acb)

Chores

0.1.0-alpha.4 (2024-09-23)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Features

  • api: OpenAPI spec update via Stainless API (#36) (5d56754)

0.1.0-alpha.3 (2024-08-22)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

Bug Fixes

  • docs: use correct putAdditionalProperty value (#33) (a5b56f8)

0.1.0-alpha.2 (2024-08-15)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • api: OpenAPI spec update via Stainless API (f3a2e94)
  • api: OpenAPI spec update via Stainless API (#13) (3d51770)
  • api: OpenAPI spec update via Stainless API (#16) (700e5dd)
  • api: OpenAPI spec update via Stainless API (#22) (57cd9b9)
  • api: OpenAPI spec update via Stainless API (#8) (8edaa4b)
  • api: OpenAPI spec update via Stainless API (#9) (69c5aba)
  • api: update via SDK Studio (#10) (75a4d98)
  • api: update via SDK Studio (#14) (b5ecd1c)
  • api: update via SDK Studio (#15) (ca3563b)
  • api: update via SDK Studio (#21) (b3df178)
  • api: update via SDK Studio (#23) (656bca9)
  • api: update via SDK Studio (#24) (1166c1b)
  • api: update via SDK Studio (#27) (9ed736f)
  • api: update via SDK Studio (#5) (f01f468)
  • api: update via SDK Studio (#7) (8c4398e)

Chores

0.1.0-alpha.1 (2024-06-24)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features