🌿 ✨ [Scheduled] Upgrade Fern CLI #3
Closed
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.43.8
to0.44.6
- Changelog0.44.6
fix:
The Fern Definition respects endpoint level base-path overrides when validating examples.0.44.5
feat:
The Fern Definition now supports overridingbase-path
at the endpoint level.This is useful if you have subset of endpoints that do not live at the
configured base-path.
0.44.4
fix:
Fern's OpenAPI importer will now handle generating examples for declarederrors so that they show up in the generated documentation.
0.44.3
feat:
Fern's OpenAPI importer can now handlereadOnly
properties in the top levelrequest schema. Note that Fern does not handle nested
readOnly
propertiesjust yet; please file a GitHub issue if this is important!
0.44.2
fix:
Fern's OpenAPI importer can now handle multiple error schemas for thesame status code.
2 additional updates, see more
0.44.1
feat:
The OpenAPI importer used to try and coerce all enums into a literals.In some cases this is not desirable, so we now expose an option called
coerce-enums-to-literals
in your generators.yml.0.44.0-rc0
feat:
The Fern CLI now supports parsing Conjure, Palantir'shome-grown API Definition format.
If you know a company that is using Conjure that wants API Docs + SDKs, send them our way!