Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrading from
0.45.1
to0.46.3
- Changelog0.46.3
fix:
The Fern CLI now supports generating examples for streaming SSE (server-sent-event)endpoints.
0.46.2
feat:
The Fern CLI now supports parsing alogo
option from your frontmatter. Ifyou would like to override logo on a specific page you can do so by adding
the following:
or
0.46.1
fix:
Add support for setting theUser-Agent
header value for Go generators.0.46.0
internal:
No changes; promote0.46.0-rc1
release candidate to minor version.0.46.0-rc1
fix:
* Setinline: true
for inline enums imported from OpenAPI.inline: true
for maps generated from OpenAPI additionalProperties.6 additional updates, see more
0.46.0-rc0
feat:
The Fern Definition now supportsbytes
as a response type.0.45.4
fix:
Defaults are no longer set on datetimes when converting to docs shapes.0.45.4-rc1
chore:
Unknown schemas are no longer incorrectly marked asadditionalProperties: true
.0.45.4-rc0
fix:
The CLI prompts the user to confirm output directory overwrites on fern generate.0.45.3
fix:
Unknown schemas are no longer incorrectly marked asadditionalProperties: true
.0.45.2
fix:
Example generation now respects read-only schemas when generating request examples.