Skip to content

Commit b6373f2

Browse files
Update changelogs from fern repo (#4983)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 0089cf2 commit b6373f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 3.64.0
2+
**`(feat):`** Add queryBuilder() for query parameter serialization with per-parameter format control.
3+
The generator now emits a fluent builder pattern (`core.url.queryBuilder()`) for query string
4+
construction, where each parameter's serialization format is decided at code-gen time via
5+
`.add(key, value, { style: "comma" })`. OpenAPI query parameters with `explode: false` use
6+
the comma style to produce comma-separated values (e.g., `tags=a,b,c`).
7+
8+

0 commit comments

Comments
 (0)