diff --git a/fern/products/cli-api-reference/cli-changelog/2026-04-27.mdx b/fern/products/cli-api-reference/cli-changelog/2026-04-27.mdx index 6db31ca15..088a723d0 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-04-27.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-04-27.mdx @@ -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.