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
12 changes: 12 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-05-03.mdx
Original file line number Diff line number Diff line change
@@ -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.


Loading