We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f118694 commit ba0456dCopy full SHA for ba0456d
1 file changed
fern/products/sdks/generators/typescript/changelog/2026-04-23.mdx
@@ -1,3 +1,11 @@
1
+## 3.65.5
2
+**`(fix):`** Stop emitting the legacy `queryParameters` object at endpoint call sites. Query parameters
3
+are now passed exclusively via `queryString` (produced by `core.url.queryBuilder()`).
4
+The runtime `Fetcher.Args.queryParameters` field is retained (marked deprecated) for
5
+custom-fetcher back-compat, and both `queryParameters` and `queryString` receive equivalent
6
+log metadata and redaction of sensitive keys.
7
+
8
9
## 3.65.4
10
**`(chore):`** Bump @fern-api/generator-cli to 0.9.13, which fixes the publish of 0.9.12
11
(autoversion pipeline + @fern-api/replay 0.12.0) by marking @boundaryml/baml
0 commit comments