From a8b512fd961e347d9fe6a7eaaa9dacae475539b6 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Wed, 25 Sep 2024 10:23:21 +0200 Subject: [PATCH] Added release note for SDK typescript and latest runtime release. --- README.md | 4 +++- packages/restate-sdk-core/README.md | 4 +++- packages/restate-sdk/README.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0479d13..ba39c64d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ The compatibility with Restate is described in the following table: | Restate Server\sdk-typescript | 1.0/1.1/1.2/1.3 | |-------------------------------|-----------------| | 1.0 | ✅ | -| 1.1 | ✅ | +| 1.1 (1) | ✅ | + +(1) **Only** when upgrading from 1.0 to 1.1 you MUST rediscover all the existing deployments using `restate dp register
--force`. You don't need to update the SDK, nor change the code. ## Contributing diff --git a/packages/restate-sdk-core/README.md b/packages/restate-sdk-core/README.md index 1bdca107..88ab132f 100644 --- a/packages/restate-sdk-core/README.md +++ b/packages/restate-sdk-core/README.md @@ -56,4 +56,6 @@ The compatibility with Restate is described in the following table: | Restate Server\sdk-typescript | 1.0/1.1/1.2/1.3 | |-------------------------------|-----------------| | 1.0 | ✅ | -| 1.1 | ✅ | \ No newline at end of file +| 1.1 (1) | ✅ | + +(1) **Only** when upgrading from 1.0 to 1.1 you MUST rediscover all the existing deployments using `restate dp register
--force`. You don't need to update the SDK, nor change the code. diff --git a/packages/restate-sdk/README.md b/packages/restate-sdk/README.md index 1bdca107..88ab132f 100644 --- a/packages/restate-sdk/README.md +++ b/packages/restate-sdk/README.md @@ -56,4 +56,6 @@ The compatibility with Restate is described in the following table: | Restate Server\sdk-typescript | 1.0/1.1/1.2/1.3 | |-------------------------------|-----------------| | 1.0 | ✅ | -| 1.1 | ✅ | \ No newline at end of file +| 1.1 (1) | ✅ | + +(1) **Only** when upgrading from 1.0 to 1.1 you MUST rediscover all the existing deployments using `restate dp register
--force`. You don't need to update the SDK, nor change the code.