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.0-rc47
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.17 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.0.45.1
internal:
Addinline
field to type declarations in the Fern definition and IR.Add support for importing inline types from OpenAPI into Fern definition and IR.
0.45.1-rc0
fix:
Generate valid examples using spec validation information; respectnull
entries during example generation.0.45.0
internal:
Several improvements to docs, conjure importer, and the cli.0.45.0-rc55
internal:
Docs generation now preserves original model schema names.0.45.0-rc54
internal:
Removes errant minimum and maximums for 'float' types for docs.0.45.0-rc53
internal:
Add support for thesmart-casing
flags in the IR commands.0.45.0-rc52
fix:
Fix bug where max length validation for strings were incorrectly plumbed.0.45.0-rc51
feat:
Add support for theinline-path-parameters
setting in the OpenAPIimporter.
0.45.0-rc50
fix:
Increase max recursive depth allowed for example validation.0.45.0-rc49
fix:
Add 'list' to reserved keywords for use in PHP generator.0.45.0-rc48
feat:
OAuth Client Credential Auth Scheme now supports the ability to optionallyset token header and prefix fields for use with docs playground.