From 441ba3dada6751953ca6022f6dfd7a0d67d3e42c Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Sun, 3 May 2026 20:41:27 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-05-03.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2026-05-03.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-03.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-03.mdx new file mode 100644 index 0000000000..4e87363143 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-03.mdx @@ -0,0 +1,12 @@ +## 5.7.7 +**`(chore):`** Reduce verbose logging during OpenAPI parsing by moving individual example +validation warnings to debug level. The per-API example validation summary +is still shown at warn level. + + +**`(fix):`** Improve logging when APIs are skipped during docs generation. Skipped APIs +now log at error level (instead of warn) with the API name and a clear +reason. Repetitive per-endpoint frontmatter warnings are aggregated into +a single summary line per API. + +