Skip to content

Commit c8ded2a

Browse files
Update matrix
1 parent caec26d commit c8ded2a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,16 @@ This library follows [Semantic Versioning](https://semver.org/).
5757

5858
The compatibility with Restate is described in the following table:
5959

60-
| Restate Server\sdk-typescript | 1.0/1.1/1.2/1.3 | 1.4 | 1.5 |
61-
|-------------------------------|------------------|-----|-----|
62-
| 1.0 ||||
63-
| 1.1 | ✅ <sup>(1)</sup> |||
64-
| 1.2 ||||
65-
| 1.3 ||||
60+
| Restate Server\sdk-typescript | 1.0 - 1.3 | 1.4 | 1.5 - 1.6 | 1.7 |
61+
|-------------------------------|------------------|-----|-----------|------------------|
62+
| 1.0 |||||
63+
| 1.1 | ✅ <sup>(1)</sup> ||||
64+
| 1.2 |||||
65+
| 1.3 |||| ✅ <sup>(2)</sup> |
66+
| 1.4 |||||
6667

6768
<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.
69+
<sup>(2)</sup> **Note** the new `options` in service/object/workflow constructors, together with some of the new options in the `handler`s too, work only from Restate 1.4 onward. Check the in-code documentation for more details.
6870

6971
## Contributing
7072

0 commit comments

Comments
 (0)