Skip to content

v0.1.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 05 Mar 23:03
4a640c1

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)