Skip to content

v0.3.4

Choose a tag to compare

@stainless-app stainless-app released this 20 Jan 12:13

0.3.4 (2026-01-17)

Full Changelog: v0.3.3...v0.3.4

Bug Fixes

  • client: disallow coercion from float to int (f3ef0fa)
  • client: fully respect max retries (9dff5d8)
  • client: send retry count header for max retries 0 (9dff5d8)
  • date time deserialization leniency (9ac59d5)
  • deserialization order (ad92dd8)

Chores

  • ci: upgrade actions/setup-java (c16fb63)
  • internal: depend on packages directly in example (9dff5d8)
  • internal: improve maven repo docs (160861a)
  • internal: update actions/checkout version (3524395)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (9ac59d5)