Skip to content

v4.16.0

Choose a tag to compare

@stainless-app stainless-app released this 21 Jan 22:29
de8d6db

4.16.0 (2026-01-21)

Full Changelog: v4.15.0...v4.16.0

Features

  • api: api update (e5203e2)
  • client: send X-Stainless-Kotlin-Version header (d77a171)

Bug Fixes

  • client: disallow coercion from float to int (4332495)
  • client: fully respect max retries (b2ac5ce)
  • client: send retry count header for max retries 0 (b2ac5ce)
  • date time deserialization leniency (35a4662)
  • make ResponseAccumulator forwards compatible with new event types (d9dc902)

Chores

  • ci: upgrade actions/setup-java (d739c6a)
  • internal: clean up maven repo artifact script and add html documentation to repo root (763df3f)
  • internal: depend on packages directly in example (b2ac5ce)
  • internal: improve maven repo docs (005acfc)
  • internal: support uploading Maven repo artifacts to stainless package server (24dd88f)
  • internal: update actions/checkout version (64b074f)
  • internal: update maven repo doc to include authentication (c00b703)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (35a4662)