From 5b69ef785f5328c95c7fe88a381ef0f1bd4b7b1e Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Sat, 16 May 2026 17:54:01 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-05-16.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-16.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-16.mdx index 17788484b..ea4e156cf 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-16.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-16.mdx @@ -1,3 +1,10 @@ +## 5.27.4 +**`(fix):`** Classify service and environment errors at their boundary call sites: mark exhausted +429 retries as NetworkError, pass error objects through failWithoutThrowing in remote +generation so CliError codes propagate, and reclassify docs preview server startup +failures as EnvironmentError instead of InternalError. + + ## 5.27.3 **`(fix):`** Wrap `yaml.load` calls in `getVersionedNavigationConfiguration` and `getNavigationConfiguration` with try/catch boundaries that convert YAML parse failures to `CliError(ParseError)`, preventing