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
15 changes: 15 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-09-23.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.79.0
**`(feat):`** You can now specify security schemes and scopes on the HTTP endpoint `auth` property in Fern Definition.
```yml
service:
...
endpoints:
getAdmins:
...
auth:
- OAuth: ["admin"] # OAuth is the given name of the auth scheme in api.yml
```


**`(feat):`** The OpenAPI parser will now configure the `auth` property on HTTP endpoints based on the security schemes defined in the OpenAPI spec.

## 0.78.7
**`(fix):`** Users can now enable dynamic snippets using the `dynamic-snippets` flag in the `docs.yml` file.

Expand Down
Loading