0.46.8
(fix):
The CLI now auto generates SSE and JSON Streaming examples even if those are
not provided in the OpenAPI Spec or Fern Definition.
(fix):
The CLI now auto generates SSE and JSON Streaming examples even if those are
not provided in the OpenAPI Spec or Fern Definition.
(fix):
The audiences property on WebSocket channels is now respected when filtering
the IR graph based on configured audiences.
(fix):
The OpenAPI parser now deduplicates headers that appear in both security schemes and
operation-level headers to avoid duplicate header declarations.
(fix):
The generated SSE examples always have data
and event
keys so that they are correct.
(fix):
The Fern CLI now supports generating examples for streaming SSE (server-sent-event)
endpoints.
(feat):
The Fern CLI now supports parsing a logo
option from your frontmatter. If
you would like to override logo on a specific page you can do so by adding
the following:
or
(internal):
No changes; promote 0.46.0-rc1
release candidate to minor version.
(fix):
Defaults are no longer set on datetimes when converting to docs shapes.
(chore):
Unknown schemas are no longer incorrectly marked as additionalProperties: true
.
(fix):
The CLI prompts the user to confirm output directory overwrites on fern generate.