From b723671be2e638ebc66362b77d85f8560dcdd388 Mon Sep 17 00:00:00 2001 From: thesandlord <8902396+thesandlord@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:42:17 +0000 Subject: [PATCH] update changelogs --- .../sdks/generators/python/changelog/2026-07-31.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/sdks/generators/python/changelog/2026-07-31.mdx b/fern/products/sdks/generators/python/changelog/2026-07-31.mdx index 35a56e75d..e6b78336d 100644 --- a/fern/products/sdks/generators/python/changelog/2026-07-31.mdx +++ b/fern/products/sdks/generators/python/changelog/2026-07-31.mdx @@ -1,3 +1,11 @@ +## 5.26.0 +**`(feat):`** Add an `encode_path_params` config option (default `false`). When enabled, path parameter +values are percent-encoded when substituted into the request path, so a value containing `/` +or `..` can no longer change which endpoint the request resolves to. The default `false` +preserves the existing (unencoded) behavior; TypeScript, Go, Java, and C# already encode path +params. + + ## 5.25.0 **`(feat):`** Add opt-in `allow_user_agent_app_info` config (camelCase alias `allowUserAgentAppInfo`). When enabled, the generated client accepts an optional `app_info`