Skip to content

v0.30.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 04 Nov 18:02

0.30.0 (2025-11-04)

Full Changelog: v0.29.0...v0.30.0

⚠ BREAKING CHANGES

  • api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.

Features

  • api: Change the default max retries from 5 to 2 (f89b597)

Bug Fixes

  • Do not auto-retry on 500 errors. 501+ can retry (7ce8399)