Skip to content

v4.8.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Jan 21:05
84f7793

4.8.0 (2026-01-27)

Full Changelog: v4.7.1...v4.8.0

Features

  • client: send X-Stainless-Kotlin-Version header (11e5765)

Bug Fixes

  • client: disallow coercion from float to int (5263a13)
  • client: fully respect max retries (33cdc16)
  • client: preserve time zone in lenient date-time parsing (07887c9)
  • client: send retry count header for max retries 0 (33cdc16)
  • date time deserialization leniency (fa50329)

Chores

  • ci: upgrade actions/github-script (b428743)
  • ci: upgrade actions/setup-java (01049af)
  • internal: clean up maven repo artifact script and add html documentation to repo root (e1937ab)
  • internal: correct cache invalidation for SKIP_MOCK_TESTS (3bc2faa)
  • internal: depend on packages directly in example (33cdc16)
  • internal: improve maven repo docs (af0c83b)
  • internal: update actions/checkout version (337fcd7)
  • internal: update maven repo doc to include authentication (dbf1829)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (fa50329)

Documentation

  • add comment for arbitrary value fields (20bc1ec)
  • clarify version field description in AutomationTemplate (d853521)