diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx index 3cbc23cff..e847229ed 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx @@ -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. diff --git a/fern/products/sdks/overview/rust/changelog/2025-10-17.mdx b/fern/products/sdks/overview/rust/changelog/2025-10-17.mdx index 5a6a0ed38..36006713b 100644 --- a/fern/products/sdks/overview/rust/changelog/2025-10-17.mdx +++ b/fern/products/sdks/overview/rust/changelog/2025-10-17.mdx @@ -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