mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into wasm-url
This commit is contained in:
commit
5979f3d1b5
|
@ -10,7 +10,7 @@
|
|||
link: s3
|
||||
state: Stable
|
||||
version: v1
|
||||
since: "1.0"
|
||||
since: "1.11"
|
||||
features:
|
||||
input: false
|
||||
output: true
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
- component: Redis
|
||||
link: redis-configuration-store
|
||||
state: Alpha
|
||||
state: Stable
|
||||
version: v1
|
||||
since: "1.5"
|
||||
since: "1.11"
|
||||
- component: Postgres
|
||||
link: postgres-configuration-store
|
||||
state: Alpha
|
||||
state: Stable
|
||||
version: v1
|
||||
since: "1.9"
|
||||
since: "1.11"
|
||||
- component: Azure App Configuration
|
||||
link: azure-appconfig-configuration-store
|
||||
state: Alpha
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
description: Enables the [OAuth2 Client Credentials Grant flow](https://tools.ietf.org/html/rfc6749#section-4.4) on a Web API
|
||||
- component: OpenID Connect
|
||||
link: /reference/components-reference/supported-middleware/middleware-bearer
|
||||
state: Alpha
|
||||
state: Stable
|
||||
since: "1.11"
|
||||
version: v1
|
||||
description: Verifies a [Bearer Token](https://tools.ietf.org/html/rfc6750) using [OpenID Connect](https://openid.net/connect/) on a Web API
|
||||
- component: Rego/OPA Policies
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
link: setup-gcp-pubsub
|
||||
state: Stable
|
||||
version: v1
|
||||
since: "1.0"
|
||||
since: "1.11"
|
||||
features:
|
||||
bulkPublish: false
|
||||
bulkSubscribe: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
link: setup-firestore
|
||||
state: Stable
|
||||
version: v1
|
||||
since: "1.0"
|
||||
since: "1.11"
|
||||
features:
|
||||
crud: true
|
||||
transactions: false
|
||||
|
|
|
@ -165,9 +165,9 @@
|
|||
query: false
|
||||
- component: SQLite
|
||||
link: setup-sqlite
|
||||
state: Beta
|
||||
state: Stable
|
||||
version: v1
|
||||
since: "1.10"
|
||||
since: "1.11"
|
||||
features:
|
||||
crud: true
|
||||
transactions: true
|
||||
|
|
Loading…
Reference in New Issue