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
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.2.1
**`(fix):`** Fix auth scheme descriptions being lost when using generators.yml auth-schemes.
When security schemes are overridden in generators.yml, Fern now preserves the
descriptions from the OpenAPI spec's components.securitySchemes instead of using
generic placeholder text.


## 5.2.0
**`(feat):`** Add `multi-source` property to docs.yml `instances` configuration. When enabled, docs registration
uses a basepath-aware S3 key format, allowing multiple independent doc sites to be hosted under the
Expand Down
Loading