Skip to content

Releases: ArcadeAI/arcade-java

v0.1.0-alpha.5

16 Mar 14:57
dfc9839

Choose a tag to compare

v0.1.0-alpha.5 Pre-release
Pre-release

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-After parsing (5894ea9)

v0.1.0-alpha.4

10 Mar 22:02
b035bd3

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

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

09 Mar 22:41
0f3e5ad

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2026-03-09)

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

Features

Chores

  • ci: skip uploading artifacts on stainless-internal branches (e37cb5d)
  • internal: bump palantir-java-format (b1ebae8)
  • internal: codegen related update (8837560)
  • test: do not count install time for mock server timeout (4432b39)

v0.1.0-alpha.2

05 Mar 23:03
4a640c1

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

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-Version header (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 OkHttp constructor internal (6976ff2)
  • internal: support uploading Maven repo artifacts to stainless package server (1587d95)
  • internal: update actions/checkout version (4e3d119)
  • internal: update TestServerExtension comment (3d433ba)
  • internal: update maven repo doc to include authentication (9293d09)
  • internal: upgrade AssertJ (83fbe85)
  • make Properties more resilient to null (a6e14e5)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (f7f0332)

Documentation

  • add comment for arbitrary value fields (5697f14)
  • add more examples (ad5a7c6)

Refactors

  • client: handling of absent pagination total (d44e78d)

v0.1.0-alpha.1

08 Dec 19:06
e4614e4

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

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)