Skip to content

Commit e2c67c2

Browse files
Update changelogs from fern repo (#1823)
Co-authored-by: Swimburger <[email protected]>
1 parent 4b4d182 commit e2c67c2

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.28.2
2+
**`(fix):`** Fix inconsistent path parameter casing in the WebSocket connect options.
3+
The casing now follows the same rules as other HTTP path parameters:
4+
- `retainOriginalCasing: true`: use the original casing from the OpenAPI spec, regardless of the `noSerdeLayer` setting.
5+
- `noSerdeLayer: true`: use the original casing from the OpenAPI spec.
6+
- `noSerdeLayer: false`: use camelCase for path parameters.
7+
8+

0 commit comments

Comments
 (0)