diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-23.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-23.mdx index e45872277..b41188a4a 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-23.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-23.mdx @@ -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.