From 85fb2ca662786d5ffd21a5f8fcf3b2605a36a255 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Fri, 16 Feb 2024 17:23:53 -0500 Subject: [PATCH 1/5] update sdk support Signed-off-by: Hannah Hunter --- .../en/operations/support/support-release-policy.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/daprdocs/content/en/operations/support/support-release-policy.md b/daprdocs/content/en/operations/support/support-release-policy.md index 47679a8baaf..269294b9175 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -91,6 +91,14 @@ The table below shows the versions of Dapr releases that have been tested togeth | Mar 25th 2022 | 1.6.1
| 1.6.0 | Java 1.4.0
Go 1.3.1
PHP 1.1.0
Python 1.5.0
.NET 1.6.0
JS 2.0.0 | 0.9.0 | Unsupported | | | Jan 25th 2022 | 1.6.0
| 1.6.0 | Java 1.4.0
Go 1.3.1
PHP 1.1.0
Python 1.5.0
.NET 1.6.0
JS 2.0.0 | 0.9.0 | Unsupported | | +## SDK forward and backward compatibility + +**Forward compatibility** +Newer Dapr SDKs support the latest version of Dapr runtime and two previous versions (N-2). + +**Backward compatibility** +With non-breaking changes, the current SDK version and three previous three versions (N-3)are supported for a newer Dapr runtime version. + ## Upgrade paths After the 1.0 release of the runtime there may be situations where it is necessary to explicitly upgrade through an additional release to reach the desired target. For example, an upgrade from v1.0 to v1.2 may need to pass through v1.1. From 06813456e0acb39c9c614b168406e6b0c9761d7a Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:56:22 -0500 Subject: [PATCH 2/5] Update daprdocs/content/en/operations/support/support-release-policy.md Co-authored-by: Mark Fussell Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --- .../content/en/operations/support/support-release-policy.md | 3 ++- 1 file changed, 2 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 269294b9175..e088333ae13 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -91,7 +91,8 @@ The table below shows the versions of Dapr releases that have been tested togeth | Mar 25th 2022 | 1.6.1
| 1.6.0 | Java 1.4.0
Go 1.3.1
PHP 1.1.0
Python 1.5.0
.NET 1.6.0
JS 2.0.0 | 0.9.0 | Unsupported | | | Jan 25th 2022 | 1.6.0
| 1.6.0 | Java 1.4.0
Go 1.3.1
PHP 1.1.0
Python 1.5.0
.NET 1.6.0
JS 2.0.0 | 0.9.0 | Unsupported | | -## SDK forward and backward compatibility +## SDK compatibility +The SDKs and runtime are committed to non-breaking changes other than those required for security issues. All breaking changes are announced if required in the release notes. **Forward compatibility** Newer Dapr SDKs support the latest version of Dapr runtime and two previous versions (N-2). From a4b19b740b97a6e7b9690c250cc5804976349d2d Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:56:30 -0500 Subject: [PATCH 3/5] Update daprdocs/content/en/operations/support/support-release-policy.md Co-authored-by: Mark Fussell Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --- .../content/en/operations/support/support-release-policy.md | 2 +- 1 file changed, 1 insertion(+), 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 e088333ae13..7b5063ce840 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -94,7 +94,7 @@ The table below shows the versions of Dapr releases that have been tested togeth ## SDK compatibility The SDKs and runtime are committed to non-breaking changes other than those required for security issues. All breaking changes are announced if required in the release notes. -**Forward compatibility** +**SDK and runtime forward compatibility** Newer Dapr SDKs support the latest version of Dapr runtime and two previous versions (N-2). **Backward compatibility** From edd6f856aa66972b7a2eedd35876e1e4ab3e04ca Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:56:38 -0500 Subject: [PATCH 4/5] Update daprdocs/content/en/operations/support/support-release-policy.md Co-authored-by: Mark Fussell Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --- .../content/en/operations/support/support-release-policy.md | 2 +- 1 file changed, 1 insertion(+), 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 7b5063ce840..7a733698356 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -97,7 +97,7 @@ The SDKs and runtime are committed to non-breaking changes other than those requ **SDK and runtime forward compatibility** Newer Dapr SDKs support the latest version of Dapr runtime and two previous versions (N-2). -**Backward compatibility** +**SDK and runtime backward compatibility** With non-breaking changes, the current SDK version and three previous three versions (N-3)are supported for a newer Dapr runtime version. ## Upgrade paths From 6899c69975ac14ad8ffd785636d98161d38ab49a Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:56:46 -0500 Subject: [PATCH 5/5] Update daprdocs/content/en/operations/support/support-release-policy.md Co-authored-by: Mark Fussell Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --- .../content/en/operations/support/support-release-policy.md | 2 +- 1 file changed, 1 insertion(+), 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 7a733698356..69bf8802712 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -98,7 +98,7 @@ The SDKs and runtime are committed to non-breaking changes other than those requ Newer Dapr SDKs support the latest version of Dapr runtime and two previous versions (N-2). **SDK and runtime backward compatibility** -With non-breaking changes, the current SDK version and three previous three versions (N-3)are supported for a newer Dapr runtime version. +For a new Dapr runtime, the current SDK version and two previous versions (N-2) are supported. ## Upgrade paths