Skip to content

v0.1.0-alpha.47

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 20 Jan 22:24
c5193a9

0.1.0-alpha.47 (2026-01-17)

Full Changelog: v0.1.0-alpha.46...v0.1.0-alpha.47

Bug Fixes

  • client: disallow coercion from float to int (7455e7f)
  • client: fully respect max retries (814f38c)
  • client: send retry count header for max retries 0 (814f38c)
  • date time deserialization leniency (32945ab)

Chores

  • ci: upgrade actions/setup-java (efba5c4)
  • internal: clean up maven repo artifact script and add html documentation to repo root (75e739a)
  • internal: depend on packages directly in example (814f38c)
  • internal: improve maven repo docs (214feba)
  • internal: update actions/checkout version (e69a85a)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (32945ab)