We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4d182 commit e2c67c2Copy full SHA for e2c67c2
fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx
@@ -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