add wasm and sentinel to table (#2622)

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
Hannah Hunter 2022-07-06 17:20:29 -05:00 committed by GitHub
parent 474b483dfe
commit 6b89f527f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -23,8 +23,18 @@
state: Alpha state: Alpha
version: v1 version: v1
description: Applies [Rego/OPA Policies](https://www.openpolicyagent.org/) to incoming Dapr HTTP requests description: Applies [Rego/OPA Policies](https://www.openpolicyagent.org/) to incoming Dapr HTTP requests
- component: Sentinel
link: middleware-sentinel
state: Alpha
version: v1
description: Use Sentinel middleware to guarantee the reliability and resiliency of your application
- component: Uppercase - component: Uppercase
link: middleware-uppercase link: middleware-uppercase
state: Stable state: Stable
version: v1 version: v1
description: Converts the body of the request to uppercase letters (demo) description: Converts the body of the request to uppercase letters (demo)
- component: WASM
link: middleware-wasm
state: Alpha
version: v1
description: Use WASM middleware in your HTTP pipeline