From ba8639a0106f8fe9ddbb39789156092351abb3ce Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:45:54 +0000 Subject: [PATCH] update changelogs --- .../sdks/generators/python/changelog/2026-04-30.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fern/products/sdks/generators/python/changelog/2026-04-30.mdx b/fern/products/sdks/generators/python/changelog/2026-04-30.mdx index ff4771b51..0fd882a44 100644 --- a/fern/products/sdks/generators/python/changelog/2026-04-30.mdx +++ b/fern/products/sdks/generators/python/changelog/2026-04-30.mdx @@ -1,3 +1,10 @@ +## 5.9.0 +**`(feat):`** Add `retryStatusCodes` config with `"legacy"` and `"recommended"` modes. Legacy (default) +preserves current behavior (408, 409, 429, >= 500). Recommended retries only transient +codes (408, 409, 429, 502, 503, 504), avoiding idempotency issues with 500. A 6.0.0 +migration auto-pins legacy for upgrading users. + + ## 5.8.4 **`(chore):`** Bump @fern-api/generator-cli to 0.9.21, which includes @fern-api/replay 0.14.0 with fixes for silent customization loss across apply and resolve