Skip to content

Commit 1230125

Browse files
Update shared core, update compatibility matrix
1 parent decbfef commit 1230125

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pin-project-lite = "0.2"
3636
rand = { version = "0.9", optional = true }
3737
regress = "=0.10.3"
3838
restate-sdk-macros = { version = "0.6", path = "macros" }
39-
restate-sdk-shared-core = { version = "=0.4.0", features = ["request_identity", "sha2_random_seed", "http"] }
39+
restate-sdk-shared-core = { version = "=0.6.0", features = ["request_identity", "sha2_random_seed", "http"] }
4040
schemars = { version = "1.0.0", optional = true }
4141
serde = "1.0"
4242
serde_json = "1.0"

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,19 @@ The Rust SDK is currently in active development, and might break across releases
190190

191191
The compatibility with Restate is described in the following table:
192192

193-
| Restate Server\sdk-rust | 0.0 - 0.2 | 0.3 | 0.4 - 0.5 | 0.6 |
194-
| ----------------------- | --------- | --- | --------- | ----------------- |
195-
| 1.0 |||||
196-
| 1.1 |||||
197-
| 1.2 |||||
198-
| 1.3 |||| ✅ <sup>(1)</sup> |
199-
| 1.4 |||||
193+
| Restate Server\sdk-rust | < 0.4 | 0.4 - 0.5 | 0.6 | 0.7 |
194+
|-------------------------|------------------|-----------|------------------|------------------|
195+
| < 1.3 |||||
196+
| 1.3 ||| ✅ <sup>(1)</sup> | ✅ <sup>(2)</sup> |
197+
| 1.4 |||| ✅ <sup>(2)</sup> |
198+
| 1.5 | ⚠ <sup>(3)</sup> ||||
200199

201200
<sup>(1)</sup> **Note** `bind_with_options` works only from Restate 1.4 onward.
202201

202+
<sup>(2)</sup> **Note** the new `retry_policy` options work only from Restate 1.5 onward. Check the in-code documentation for more details.
203+
204+
<sup>(3)</sup> **Warning** SDK versions < 0.4 are deprecated, and cannot be registered anymore. Check the [Restate 1.5 release notes](https://github.com/restatedev/restate/releases/tag/v1.5.0) for more info.
205+
203206
## Contributing
204207

205208
We’re excited if you join the Restate community and start contributing!

0 commit comments

Comments
 (0)