Skip to content

Commit

Permalink
Added release note for SDK typescript and latest runtime release.
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Sep 25, 2024
1 parent e7d271c commit a8b512f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.

## Contributing

Expand Down
4 changes: 3 additions & 1 deletion packages/restate-sdk-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
| 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.
4 changes: 3 additions & 1 deletion packages/restate-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
| 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 a8b512f

Please sign in to comment.