Skip to content
Merged
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
13 changes: 13 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 5.36.0
**`(feat):`** cli-v2: add `fern update` command for installing and switching between CLI
versions. Includes `fern update`, `fern update list`, `fern update use
<version>`, `fern update --check`, and `fern update --to <version>`. Versions
are stored in `~/.cache/fern/v1/versions/<version>/` and tracked in
`~/.fernrc` under the new `cli` field. A new opt-in `--versions` flag was
added to `fern cache clear`; the default behavior continues to leave
installed CLI binaries untouched. `fern cache show` now reports the versions
cache alongside IR and logs. After every successful command, the CLI runs a
rate-limited (24-hour) probe against the release feed and prints a one-line
nag when a newer version is available.


## 5.35.5
**`(chore):`** Bump @fern-api/venus-api-sdk from 0.22.34 to 4.0.0, fixing a bug where
Authorization headers were silently dropped on org GET endpoints.
Expand Down
Loading