Skip to content

Commit a81b4b9

Browse files
Update compat matrix
1 parent ddce42f commit a81b4b9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Discord](https://img.shields.io/discord/1128210118216007792?logo=discord)](https://discord.gg/skW3AZ6uGd)
44
[![Twitter](https://img.shields.io/twitter/follow/restatedev.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=restatedev)
55

6-
# Python SDK for restate
6+
# Restate Python SDK
77

88
[Restate](https://restate.dev/) is a system for easily building resilient applications using *distributed durable async/await*. This repository contains the Restate SDK for writing services in **Python**.
99

@@ -32,12 +32,14 @@ The Python SDK is currently in active development, and might break across releas
3232

3333
The compatibility with Restate is described in the following table:
3434

35-
| Restate Server\sdk-python | 0.0 - 0.2 | 0.3 - 0.5 | 0.6 - 0.7 |
36-
|---------------------------|-----------|-----------|-----------|
37-
| 1.0 ||||
38-
| 1.1 ||||
39-
| 1.2 ||||
40-
| 1.3 ||||
35+
| Restate Server\sdk-python | 0.0 - 0.2 | 0.3 - 0.5 | 0.6 - 0.7 | 0.8 |
36+
|---------------------------|-----------|-----------|-----------|------------------|
37+
| 1.0 |||||
38+
| 1.1 - 1.2 |||||
39+
| 1.3 |||| ✅ <sup>(1)</sup> |
40+
| 1.4 |||||
41+
42+
<sup>(1)</sup> **Note** The new Service/Object/Workflow constructor fields and the decorator fields `inactivity_timeout`, `abort_timeout`, `journal_retention`, `idempotency_retention`, `ingress_private`, `workflow_retention` work only from Restate 1.4 onward. Check the in-code documentation for more details.
4143

4244
## Contributing
4345

0 commit comments

Comments
 (0)