Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.93.0
**`(feat):`** Turns HTTP snippets on by default in docs generation.

To turn HTTP snippets off, set `settings.http-snippets: false` in the `docs.yml` file. You can also specify an explicit list of snippets to include.

```docs.yml
# this will only generate typescript and python snippets, no curl
settings:
http-snippets:
- typescript
- python
```


## 0.92.0
**`(feat):`** For debugging purposes, generating a docs preview via `fern generate --docs --preview`, it is now possible to specify `--skip-upload` to
skip the asset uploading step.
Expand Down
3 changes: 3 additions & 0 deletions fern/products/sdks/overview/rust/changelog/2025-10-17.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.0
**`(feat):`** Add file download support with ByteStream

## 0.7.3
**`(chore):`** enable show log only on --log-level debug