diff --git a/daprdocs/data/components/bindings/aws.yaml b/daprdocs/data/components/bindings/aws.yaml index 50b5a3607..6a1147801 100644 --- a/daprdocs/data/components/bindings/aws.yaml +++ b/daprdocs/data/components/bindings/aws.yaml @@ -8,9 +8,9 @@ output: true - component: AWS S3 link: s3 - state: Alpha + state: Stable version: v1 - since: "1.0" + since: "1.11" features: input: false output: true diff --git a/daprdocs/data/components/configuration_stores/generic.yaml b/daprdocs/data/components/configuration_stores/generic.yaml index c6d180327..6377c08cd 100644 --- a/daprdocs/data/components/configuration_stores/generic.yaml +++ b/daprdocs/data/components/configuration_stores/generic.yaml @@ -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 diff --git a/daprdocs/data/components/middleware/http.yaml b/daprdocs/data/components/middleware/http.yaml index ad1836cc2..5f06f016d 100644 --- a/daprdocs/data/components/middleware/http.yaml +++ b/daprdocs/data/components/middleware/http.yaml @@ -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 diff --git a/daprdocs/data/components/pubsub/gcp.yaml b/daprdocs/data/components/pubsub/gcp.yaml index 815ced19b..8026f4669 100644 --- a/daprdocs/data/components/pubsub/gcp.yaml +++ b/daprdocs/data/components/pubsub/gcp.yaml @@ -1,8 +1,8 @@ - component: GCP Pub/Sub link: setup-gcp-pubsub - state: Alpha + state: Stable version: v1 - since: "1.0" + since: "1.11" features: bulkPublish: false bulkSubscribe: false diff --git a/daprdocs/data/components/state_stores/aws.yaml b/daprdocs/data/components/state_stores/aws.yaml index e8af47bc1..1d5be544f 100644 --- a/daprdocs/data/components/state_stores/aws.yaml +++ b/daprdocs/data/components/state_stores/aws.yaml @@ -5,7 +5,7 @@ since: "1.10" features: crud: true - transactions: false + transactions: true etag: true ttl: true query: false diff --git a/daprdocs/data/components/state_stores/gcp.yaml b/daprdocs/data/components/state_stores/gcp.yaml index bd8fdc9bd..24681fac1 100644 --- a/daprdocs/data/components/state_stores/gcp.yaml +++ b/daprdocs/data/components/state_stores/gcp.yaml @@ -1,8 +1,8 @@ - component: GCP Firestore link: setup-firestore - state: Alpha + state: Stable version: v1 - since: "1.0" + since: "1.11" features: crud: true transactions: false diff --git a/daprdocs/data/components/state_stores/generic.yaml b/daprdocs/data/components/state_stores/generic.yaml index 621f91fa5..55d12e0a5 100644 --- a/daprdocs/data/components/state_stores/generic.yaml +++ b/daprdocs/data/components/state_stores/generic.yaml @@ -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