There was an error while loading. Please reload this page.
1 parent 28b8a06 commit 7d883deCopy full SHA for 7d883de
1 file changed
fern/products/sdks/generators/typescript/changelog/2026-08-03.mdx
@@ -0,0 +1,8 @@
1
+## 3.87.0
2
+**`(feat):`** Add a `requireBaseUrl` config option. When enabled, `baseUrl` is a required client option and
3
+`environment` is optional, for APIs whose users always pass an explicit server URL. Generated
4
+snippets, README, and wire tests use `baseUrl` accordingly. The option is ignored for APIs with
5
+multiple base URLs, whose clients resolve each URL from `environment`. Defaults to `false`, so
6
+existing SDKs are unchanged.
7
+
8
0 commit comments