Releases: ArcadeAI/arcade-java
Releases · ArcadeAI/arcade-java
v0.1.0-alpha.5
0.1.0-alpha.5 (2026-03-16)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
Bug Fixes
- client: incorrect
Retry-Afterparsing (5894ea9)
v0.1.0-alpha.4
0.1.0-alpha.4 (2026-03-10)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
v0.1.0-alpha.3
v0.1.0-alpha.2
0.1.0-alpha.2 (2026-02-28)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
Features
- add Java-friendly convenience methods for JsonValue and tool response output (#9) (c44efc8)
- api: api update (1c45d3e)
- api: api update (bb94f57)
- api: api update (04fcbf1)
- api: api update (6b1998f)
- api: api update (cb15386)
- api: api update (d965caa)
- api: api update (5f47131)
- api: api update (8edb811)
- api: api update (bdacc08)
- client: add
HttpRequest#url()method (8840c08) - client: add connection pooling option (c227e1f)
- client: allow configuring dispatcher executor service (6a9cf95)
- client: send
X-Stainless-Kotlin-Versionheader (4708f4d)
Bug Fixes
- client: disallow coercion from float to int (a73ee11)
- client: fully respect max retries (ff68350)
- client: preserve time zone in lenient date-time parsing (ab98898)
- client: send retry count header for max retries 0 (ff68350)
- date time deserialization leniency (f7f0332)
- tests: add missing query/header params (63d142a)
Chores
- ci: upgrade
actions/github-script(bc708e6) - ci: upgrade
actions/setup-java(cb10ea7) - drop apache dependency (cbf0f1e)
- internal: allow passing args to
./scripts/test(09fdab4) - internal: clean up maven repo artifact script and add html documentation to repo root (54eaec7)
- internal: codegen related update (2a1703d)
- internal: correct cache invalidation for
SKIP_MOCK_TESTS(3aa593e) - internal: depend on packages directly in example (ff68350)
- internal: expand imports (161104e)
- internal: improve maven repo docs (19dfe71)
- internal: make
OkHttpconstructor internal (6976ff2) - internal: support uploading Maven repo artifacts to stainless package server (1587d95)
- internal: update
actions/checkoutversion (4e3d119) - internal: update
TestServerExtensioncomment (3d433ba) - internal: update maven repo doc to include authentication (9293d09)
- internal: upgrade AssertJ (83fbe85)
- make
Propertiesmore resilient tonull(a6e14e5) - test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (f7f0332)
Documentation
Refactors
- client: handling of absent pagination total (d44e78d)
v0.1.0-alpha.1
0.1.0-alpha.1 (2025-12-08)
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1
Features
Chores
- configure new SDK language (7a33653)
- internal: update java config (e61bcc1)
- update SDK settings (cb6b641)
Documentation
- add source file links to readme (1801e21)