Skip to content

v1.10.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 17 Jan 01:09
478e285

1.10.0 (2026-01-17)

Full Changelog: v1.9.0...v1.10.0

⚠ BREAKING CHANGES

  • api: define shared model ConversionRateConfig

Features

Bug Fixes

  • ci: use java-version 21 for publish step (b290b3a)
  • client: cancel okhttp call when future cancelled (c9b8382)
  • client: deserialization of empty objects (1764089)
  • client: disallow coercion from float to int (03a24de)
  • client: ensure single timer is created per client (427df35)
  • client: fully respect max retries (032e2e6)
  • client: incorrect getPackageVersion impl (9bc6ac9)
  • client: multi-value header serialization (bf4d413)
  • client: r8 support (27da721)
  • client: send retry count header for max retries 0 (032e2e6)
  • date time deserialization leniency (bc5e9be)
  • schema: Rename unit price type to avoid naming conflict (7738ed4)

Chores

  • ci: upgrade actions/setup-java (023c1ff)
  • fix formatting (a6e527f)
  • improve formatter performance (5d37bc1)
  • internal: bump ci test timeout (0e68dd4)
  • internal: change some comment formatting (7e80bfe)
  • internal: clean up maven repo artifact script and add html documentation to repo root (c79bf46)
  • internal: codegen related update (97bd293)
  • internal: codegen related update (3a4300a)
  • internal: codegen related update (185acb8)
  • internal: codegen related update (76d269d)
  • internal: depend on packages directly in example (032e2e6)
  • internal: improve maven repo docs (f8215cc)
  • internal: reduce proguard ci logging (9b4d208)
  • internal: support uploading Maven repo artifacts to stainless package server (24af903)
  • internal: update actions/checkout version (f9c0414)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (bc5e9be)

Documentation

  • remove $ for better copy-pasteabality (c20680a)