Skip to content

Commit a2327db

Browse files
committed
docs(changeset): Adds an optional --root-security flag to the TanStack Query React OpenAPI plugin so root-level security from the document is applied as the default for operations that do not define their own security, while operation-level security still overrides it per OpenAPI semantics.
1 parent 6c6ada0 commit a2327db

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.changeset/swift-sheep-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openapi-qraft/tanstack-query-react-plugin': minor
3+
---
4+
5+
Added an optional `--root-security` flag that applies the OpenAPI document’s top-level `security` as the default for operations that omit their own `security`, while any operation-level `security` still overrides it as defined by the specification.

0 commit comments

Comments
 (0)