restate-sdk-shared-core-0.5.0 has been yanked.
SDK Shared core
Shared core to build SDKs in various languages. Currently used by:
Versions
This library follows Semantic Versioning.
The compatibility with Restate is described in the following table:
| Restate Server\sdk-shared-core | 0.0.x | 0.1.x | 0.2.x | 0.3.x/0.4.x/0.5.x |
|---|---|---|---|---|
| 1.0 | ✅ | ❌ | ❌ | ❌ |
| 1.1 | ✅ | ✅ | ✅ | ❌ |
| 1.2 | ✅ | ✅ | ✅ | ❌ |
| 1.3/1.4 | ✅ | ✅ | ✅ | ✅ |
Development
You need the Rust toolchain. To verify:
just verify
To release we use cargo-release:
cargo release <VERSION>