Skip to content

Commit

Permalink
Add 1.4 in compatibility matrix (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper authored Oct 21, 2024
1 parent ebcf898 commit d59dba7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ This library follows [Semantic Versioning](https://semver.org/).

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 <sup>(1)</sup> | |
| Restate Server\sdk-typescript | 1.0/1.1/1.2/1.3 | 1.4 |
|-------------------------------|------------------|-----|
| 1.0 | ||
| 1.1 | ✅ <sup>(1)</sup> | |

<sup>(1)</sup> **Only** when upgrading from 1.0 to 1.1 you MUST rediscover all the existing deployments using `restate dp register <address> --force`. You don't need to update the SDK, nor change the code.

Expand Down
8 changes: 4 additions & 4 deletions packages/restate-sdk-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ This library follows [Semantic Versioning](https://semver.org/).

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 <sup>(1)</sup> | |
| Restate Server\sdk-typescript | 1.0/1.1/1.2/1.3 | 1.4 |
|-------------------------------|------------------|-----|
| 1.0 | ||
| 1.1 | ✅ <sup>(1)</sup> | |

<sup>(1)</sup> **Only** when upgrading from 1.0 to 1.1 you MUST rediscover all the existing deployments using `restate dp register <address> --force`. You don't need to update the SDK, nor change the code.
8 changes: 4 additions & 4 deletions packages/restate-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ This library follows [Semantic Versioning](https://semver.org/).

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 <sup>(1)</sup> | |
| Restate Server\sdk-typescript | 1.0/1.1/1.2/1.3 | 1.4 |
|-------------------------------|------------------|-----|
| 1.0 | ||
| 1.1 | ✅ <sup>(1)</sup> | |

<sup>(1)</sup> **Only** when upgrading from 1.0 to 1.1 you MUST rediscover all the existing deployments using `restate dp register <address> --force`. You don't need to update the SDK, nor change the code.

0 comments on commit d59dba7

Please sign in to comment.