Skip to content

Commit 218b888

Browse files
Update changelogs from fern repo (#936)
Co-authored-by: Swimburger <[email protected]>
1 parent f058cf2 commit 218b888

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fern/products/cli-api-reference/cli-changelog/2025-09-23.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.79.0
2+
**`(feat):`** You can now specify security schemes and scopes on the HTTP endpoint `auth` property in Fern Definition.
3+
```yml
4+
service:
5+
...
6+
endpoints:
7+
getAdmins:
8+
...
9+
auth:
10+
- OAuth: ["admin"] # OAuth is the given name of the auth scheme in api.yml
11+
```
12+
13+
14+
**`(feat):`** The OpenAPI parser will now configure the `auth` property on HTTP endpoints based on the security schemes defined in the OpenAPI spec.
15+
116
## 0.78.7
217
**`(fix):`** Users can now enable dynamic snippets using the `dynamic-snippets` flag in the `docs.yml` file.
318

0 commit comments

Comments
 (0)