Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
Loading