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
11 changes: 11 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-04-27.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4.100.1
**`(fix):`** Fix `fern automations generate` step summary not displaying SDK versions.
Upgrade Fiddle SDK to consume the new `actualVersion` field from
`FinishedTaskStatus`, which Fiddle now returns for both AUTO and explicit
versioning modes. Falls back to log-regex parsing and locally-resolved
version for backward compatibility.


**`(fix):`** Fix `fern docs dev` to serve translated page content when viewing localized pages.


## 4.100.0
**`(internal):`** Suppress Sentry false positives caused by user- and environment-provoked errors being misclassified as `InternalError`:
- Add a generic `ErrnoException` classifier in `resolveErrorCode` that maps filesystem errors (`ENOENT`, `EACCES`, `ENOSPC`, `EPIPE`, …) to `EnvironmentError` and network errors (`ENOTFOUND`, `ECONNREFUSED`, `ETIMEDOUT`, …) to `NetworkError`, both of which are non-reportable.
Expand Down
Loading