Skip to content

Commit 5aafc17

Browse files
Update changelogs from fern repo (#5138)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 74d568b commit 5aafc17

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-04-24.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.94.1
2+
**`(fix):`** Fix global theme asset downloads preserving original filenames and extensions.
3+
Previously, assets downloaded from S3 CAS URLs (whose pathname is a raw content
4+
hash) were saved without a file extension, breaking downstream MIME type detection.
5+
The CLI now reads the filename from the presigned URL's response-content-disposition
6+
query parameter, falling back to the Content-Disposition response header, then
7+
Content-Type, so files land on disk with their correct names (e.g. logo.svg).
8+
9+
110
## 4.94.0
211
**`(feat):`** Add consumer-side support for the `global-theme` key in docs.yml. When a docs site
312
declares `global-theme: <name>`, the CLI fetches the named theme from Fern's cloud

0 commit comments

Comments
 (0)