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,11 @@
## 4.48.1
**`(fix):`** Fix OpenAPI importer handling of `security: []` on endpoints. Previously,
endpoints with an explicit empty security array (meaning no auth required)
inherited the global auth scheme instead of being marked as unauthenticated.
This caused generated SDKs to require auth tokens at construction time,
preventing use of unauthenticated endpoints like signup or signin.


## 4.47.0
**`(feat):`** Add `fern sdk preview` command for publishing preview SDK packages.
Generates an SDK via Docker and publishes it to the Fern preview
Expand Down
Loading