From 12309e3ff282dce6614e06ece515416ffcea9204 Mon Sep 17 00:00:00 2001 From: Cassie Coyle Date: Fri, 18 Jul 2025 10:57:23 -0500 Subject: [PATCH 1/2] add dapr 1.15.8 (#4730) * add 1.15.7 Signed-off-by: Cassandra Coyle * Adds `1.15.8` to releases Signed-off-by: joshvanl --------- Signed-off-by: Cassandra Coyle Signed-off-by: joshvanl Co-authored-by: Josh van Leeuwen --- .../content/en/operations/support/support-release-policy.md | 3 +++ daprdocs/layouts/shortcodes/dapr-latest-version.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/support/support-release-policy.md b/daprdocs/content/en/operations/support/support-release-policy.md index ab0a3adf1..abcf6ed0e 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -45,6 +45,9 @@ The table below shows the versions of Dapr releases that have been tested togeth | Release date | Runtime | CLI | SDKs | Dashboard | Status | Release notes | |--------------------|:--------:|:--------|---------|---------|---------|------------| +| July 18th 2025 | 1.15.8
| 1.15.0 | Java 1.14.1
Go 1.12.0
PHP 1.2.0
Python 1.15.0
.NET 1.15.4
JS 3.5.2
Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.8 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.8) | +| July 16th 2025 | 1.15.7
| 1.15.0 | Java 1.14.1
Go 1.12.0
PHP 1.2.0
Python 1.15.0
.NET 1.15.4
JS 3.5.2
Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.7 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.7) | +| June 20th 2025 | 1.15.6
| 1.15.0 | Java 1.14.1
Go 1.12.0
PHP 1.2.0
Python 1.15.0
.NET 1.15.4
JS 3.5.2
Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.6 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.6) | | May 5th 2025 | 1.15.5
| 1.15.0 | Java 1.14.1
Go 1.12.0
PHP 1.2.0
Python 1.15.0
.NET 1.15.4
JS 3.5.2
Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.5 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.5) | | April 4th 2025 | 1.15.4
| 1.15.0 | Java 1.14.0
Go 1.12.0
PHP 1.2.0
Python 1.15.0
.NET 1.15.4
JS 3.5.2
Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.4 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.4) | | March 5rd 2025 | 1.15.3
| 1.15.0 | Java 1.14.0
Go 1.12.0
PHP 1.2.0
Python 1.15.0
.NET 1.15.4
JS 3.5.2
Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.3 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.3) | diff --git a/daprdocs/layouts/shortcodes/dapr-latest-version.html b/daprdocs/layouts/shortcodes/dapr-latest-version.html index a085fd0e6..eac203eb9 100644 --- a/daprdocs/layouts/shortcodes/dapr-latest-version.html +++ b/daprdocs/layouts/shortcodes/dapr-latest-version.html @@ -1 +1 @@ -{{- if .Get "short" }}1.15{{ else if .Get "long" }}1.15.5{{ else if .Get "cli" }}1.15.1{{ else }}1.15.1{{ end -}} +{{- if .Get "short" }}1.15{{ else if .Get "long" }}1.15.8{{ else if .Get "cli" }}1.15.1{{ else }}1.15.1{{ end -}} From 7bc2f2c400985fde168e68195ed6c66d3b10f410 Mon Sep 17 00:00:00 2001 From: Oliver Tomlinson Date: Mon, 21 Jul 2025 05:48:29 +0100 Subject: [PATCH 2/2] dropped query capability from state store supported capabilities and replaced with workflow (#4726) * dropped query capability from state store supported capabilities and replaced with workflow Signed-off-by: Oliver Tomlinson * fixed some inaccuracies in supported state store capaiblities Signed-off-by: Oliver Tomlinson --------- Signed-off-by: Oliver Tomlinson Co-authored-by: Yaron Schneider --- .../data/components/state_stores/aws.yaml | 2 +- .../data/components/state_stores/azure.yaml | 8 ++-- .../data/components/state_stores/generic.yaml | 38 +++++++++---------- .../data/components/state_stores/oracle.yaml | 4 +- .../partials/components/state-stores.html | 29 +++++++------- 5 files changed, 41 insertions(+), 40 deletions(-) diff --git a/daprdocs/data/components/state_stores/aws.yaml b/daprdocs/data/components/state_stores/aws.yaml index 1d5be544f..f6d8d1b1a 100644 --- a/daprdocs/data/components/state_stores/aws.yaml +++ b/daprdocs/data/components/state_stores/aws.yaml @@ -8,4 +8,4 @@ transactions: true etag: true ttl: true - query: false + workflow: false diff --git a/daprdocs/data/components/state_stores/azure.yaml b/daprdocs/data/components/state_stores/azure.yaml index 6f490f842..287477de7 100644 --- a/daprdocs/data/components/state_stores/azure.yaml +++ b/daprdocs/data/components/state_stores/azure.yaml @@ -8,7 +8,7 @@ transactions: false etag: true ttl: false - query: false + workflow: false - component: Azure Cosmos DB link: setup-azure-cosmosdb state: Stable @@ -19,7 +19,7 @@ transactions: true etag: true ttl: true - query: true + workflow: false - component: Microsoft SQL Server link: setup-sqlserver state: Stable @@ -30,7 +30,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: Azure Table Storage link: setup-azure-tablestorage state: Stable @@ -41,4 +41,4 @@ transactions: false etag: true ttl: false - query: false + workflow: false diff --git a/daprdocs/data/components/state_stores/generic.yaml b/daprdocs/data/components/state_stores/generic.yaml index ee5ca782c..289d8ce43 100644 --- a/daprdocs/data/components/state_stores/generic.yaml +++ b/daprdocs/data/components/state_stores/generic.yaml @@ -8,7 +8,7 @@ transactions: false etag: true ttl: false - query: false + workflow: false - component: Apache Cassandra link: setup-cassandra state: Stable @@ -19,7 +19,7 @@ transactions: false etag: false ttl: true - query: false + workflow: false - component: CockroachDB link: setup-cockroachdb state: Stable @@ -30,7 +30,7 @@ transactions: true etag: true ttl: true - query: true + workflow: false - component: Couchbase link: setup-couchbase state: Alpha @@ -41,7 +41,7 @@ transactions: false etag: true ttl: false - query: false + workflow: false - component: etcd link: setup-etcd state: Beta @@ -52,7 +52,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: Hashicorp Consul link: setup-consul state: Alpha @@ -63,7 +63,7 @@ transactions: false etag: false ttl: false - query: false + workflow: false - component: Hazelcast link: setup-hazelcast state: Alpha @@ -74,7 +74,7 @@ transactions: false etag: false ttl: false - query: false + workflow: false - component: In-memory link: setup-inmemory state: Stable @@ -85,7 +85,7 @@ transactions: true etag: true ttl: true - query: false + workflow: true - component: JetStream KV link: setup-jetstream-kv state: Alpha @@ -96,7 +96,7 @@ transactions: false etag: false ttl: false - query: false + workflow: false - component: Memcached link: setup-memcached state: Stable @@ -107,7 +107,7 @@ transactions: false etag: false ttl: true - query: false + workflow: false - component: MongoDB link: setup-mongodb state: Stable @@ -118,7 +118,7 @@ transactions: true etag: true ttl: true - query: true + workflow: true - component: MySQL & MariaDB link: setup-mysql state: Stable @@ -129,7 +129,7 @@ transactions: true etag: true ttl: true - query: false + workflow: true - component: Oracle Database link: setup-oracledatabase state: Beta @@ -140,7 +140,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: PostgreSQL v1 link: setup-postgresql-v1 state: Stable @@ -151,7 +151,7 @@ transactions: true etag: true ttl: true - query: true + workflow: true - component: PostgreSQL v2 link: setup-postgresql-v2 state: Stable @@ -162,7 +162,7 @@ transactions: true etag: true ttl: true - query: false + workflow: true - component: Redis link: setup-redis state: Stable @@ -173,7 +173,7 @@ transactions: true etag: true ttl: true - query: true + workflow: true - component: RethinkDB link: setup-rethinkdb state: Beta @@ -184,7 +184,7 @@ transactions: false etag: false ttl: false - query: false + workflow: false - component: SQLite link: setup-sqlite state: Stable @@ -195,7 +195,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: Zookeeper link: setup-zookeeper state: Alpha @@ -206,4 +206,4 @@ transactions: false etag: true ttl: false - query: false + workflow: false diff --git a/daprdocs/data/components/state_stores/oracle.yaml b/daprdocs/data/components/state_stores/oracle.yaml index 8722ff875..9dfcbd868 100644 --- a/daprdocs/data/components/state_stores/oracle.yaml +++ b/daprdocs/data/components/state_stores/oracle.yaml @@ -8,7 +8,7 @@ transactions: true etag: true ttl: true - query: false + workflow: false - component: Object Storage link: setup-oci-objectstorage state: Alpha @@ -19,4 +19,4 @@ transactions: false etag: true ttl: true - query: false + workflow: false diff --git a/daprdocs/layouts/partials/components/state-stores.html b/daprdocs/layouts/partials/components/state-stores.html index 7d1e4693a..420736f96 100644 --- a/daprdocs/layouts/partials/components/state-stores.html +++ b/daprdocs/layouts/partials/components/state-stores.html @@ -17,7 +17,7 @@ ETag TTL Actors - Query + Workflow Status Component version Since runtime version @@ -29,44 +29,45 @@ {{ if .features.crud }} - + {{else}} - CRUD: Not supported + CRUD: Not supported {{ end }} {{ if .features.transactions }} - + {{else}} - Transactions: Not supported + Transactions: Not supported {{ end }} {{ if .features.etag }} - + {{else}} - ETag: Not supported + ETag: Not supported {{ end }} {{ if .features.ttl }} - + {{else}} - TTL: Not supported + TTL: Not supported {{ end }} {{ if (and .features.transactions .features.etag) }} - + {{else}} - Actors: Not supported + Actors: Not supported {{ end }} - {{ if .features.query }} - + {{ if .features.workflow }} + {{else}} - Query: Not supported + Workflow: Not supported {{ end }} {{ .state }}