Skip to content
Merged
Changes from 1 commit
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
9 changes: 6 additions & 3 deletions docs-website/router/security/cost-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ description: "Protect the API from expensive operations by estimating query comp
icon: scale-balanced
---

<Warning>
This feature is not released yet. Preview documentation only.
</Warning>
## Minimum requirements

| Package | Minimum version |
| ----------- | -------------------------------------------------------------------------------------------- |
| router | [0.294.0](https://github.com/wundergraph/cosmo/releases/tag/router%400.294.0) |
| composition | [0.54.0](https://github.com/wundergraph/cosmo/releases/tag/%40wundergraph%2Fcomposition%400.54.0) |

## Overview

Expand Down
Loading