Skip to content

Commit 8f104ba

Browse files
fern-supportjsklan
andauthored
Update changelogs from fern repo (#4315)
Co-authored-by: jsklan <100491078+jsklan@users.noreply.github.com>
1 parent cf38f25 commit 8f104ba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

fern/products/sdks/overview/typescript/changelog/2026-03-16.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.57.2
2+
**`(fix):`** Fix map types with unknown/any value types to not include spurious `| undefined`.
3+
Previously, `map<string, UnknownType>` generated `Record<string, UnknownType | undefined>`
4+
instead of `Record<string, UnknownType>`. The `| undefined` is now correctly omitted
5+
from map value types.
6+
7+
18
## 3.57.1
29
**`(fix):`** Fix passthrough `fetch()` method producing 404s when the SDK environment is an
310
object (e.g. `{ base: string; production: string }`) instead of a plain string URL.

0 commit comments

Comments
 (0)