Skip to content

Commit 4cbbadc

Browse files
Bump to 2.10.0-SNAPSHOT and update compatibility table
1 parent 91d9471 commit 4cbbadc

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,18 +287,14 @@ This library follows [Semantic Versioning](https://semver.org/).
287287

288288
The compatibility with Restate is described in the following table:
289289

290-
| Restate Server\sdk-java | < 2.0 | 2.0 - 2.1 | 2.2 - 2.3 | 2.4 - 2.8 |
291-
|-------------------------|------------------|-----------|------------------|------------------|
292-
| < 1.3 |||||
293-
| 1.3 ||| ✅ <sup>(1)</sup> | ✅ <sup>(2)</sup> |
294-
| 1.4 |||| ✅ <sup>(2)</sup> |
295-
| 1.5 - 1.6 | ⚠ <sup>(3)</sup> ||||
290+
| Restate Server\sdk-java | 2.2 - 2.3 | 2.4 - 2.8 | 2.9 |
291+
|-------------------------|-----------|-----------|-----|
292+
| 1.5 - 1.6 ||||
293+
| 1.7 ||||
296294

297-
<sup>(1)</sup> **Note** The new service/handler configuration options `inactivityTimeout`, `abortTimeout`, `idempotencyRetention`, `journalRetention`, `ingressPrivate`, `enableLazyState` work only from Restate 1.4 onward.
295+
Some features require a minimum version of both Restate and the SDK:
298296

299-
<sup>(2)</sup> **Note** The new service/handler configuration option `invocationRetryPolicy` works only from Restate 1.5 onward.
300-
301-
<sup>(3)</sup> **Warning** SDK versions < 2.0 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.
297+
- **Scope and limit key**: requires Restate >= 1.7 with sdk-java >= 2.9
302298

303299
## Contributing
304300

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
micrometer-context-propagation = '1.1.3'
273273
opentelemetry = '1.58.0'
274274
protobuf = '4.29.3'
275-
restate = '2.9.0'
275+
restate = '2.10.0-SNAPSHOT'
276276
schema-kenerator = '2.1.2'
277277
spring-boot = '3.4.13'
278278
vertx = '4.5.24'

0 commit comments

Comments
 (0)