Skip to content

Commit f22e4ce

Browse files
Bump to 2.7.0
1 parent 5e157d2 commit f22e4ce

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ gradle init --type java-application
4646
Add the annotation processor dependency [sdk-api-gen](sdk-api-gen), and then, depending on whether you want to deploy using HTTP or Lambda, use the appropriate dependency:
4747

4848
```kotlin
49-
annotationProcessor("dev.restate:sdk-api-gen:2.4.1")
49+
annotationProcessor("dev.restate:sdk-api-gen:2.7.0")
5050

5151
// For HTTP services
52-
implementation("dev.restate:sdk-java-http:2.4.1")
52+
implementation("dev.restate:sdk-java-http:2.7.0")
5353
// For Lambda services
54-
// implementation("dev.restate:sdk-java-lambda:2.4.1")
54+
// implementation("dev.restate:sdk-java-lambda:2.7.0")
5555
```
5656

5757
### Setup a project (Kotlin)
@@ -73,12 +73,12 @@ plugins {
7373
Add the ksp dependency [sdk-api-gen](sdk-api-kotlin-gen), and then, depending on whether you want to deploy using HTTP or Lambda, use the appropriate dependency:
7474

7575
```kotlin
76-
ksp("dev.restate:sdk-api-kotlin-gen:2.4.1")
76+
ksp("dev.restate:sdk-api-kotlin-gen:2.7.0")
7777

7878
// For HTTP services
79-
implementation("dev.restate:sdk-kotlin-http:2.4.1")
79+
implementation("dev.restate:sdk-kotlin-http:2.7.0")
8080
// For Lambda services
81-
// implementation("dev.restate:sdk-kotlin-lambda:2.4.1")
81+
// implementation("dev.restate:sdk-kotlin-lambda:2.7.0")
8282
```
8383

8484
### Implement your first Restate component (Java)
@@ -288,12 +288,12 @@ This library follows [Semantic Versioning](https://semver.org/).
288288

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

291-
| Restate Server\sdk-java | < 2.0 | 2.0 - 2.1 | 2.2 - 2.3 | 2.4 |
291+
| Restate Server\sdk-java | < 2.0 | 2.0 - 2.1 | 2.2 - 2.3 | 2.4 - 2.7 |
292292
|-------------------------|------------------|-----------|------------------|------------------|
293293
| < 1.3 |||||
294294
| 1.3 ||| ✅ <sup>(1)</sup> | ✅ <sup>(2)</sup> |
295295
| 1.4 |||| ✅ <sup>(2)</sup> |
296-
| 1.5 | ⚠ <sup>(3)</sup> ||||
296+
| 1.5 - 1.6 | ⚠ <sup>(3)</sup> ||||
297297

298298
<sup>(1)</sup> **Note** The new service/handler configuration options `inactivityTimeout`, `abortTimeout`, `idempotencyRetention`, `journalRetention`, `ingressPrivate`, `enableLazyState` work only from Restate 1.4 onward.
299299

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
log4j = '2.24.3'
242242
opentelemetry = '1.58.0'
243243
protobuf = '4.29.3'
244-
restate = '2.7.0-SNAPSHOT'
244+
restate = '2.7.0'
245245
schema-kenerator = '2.1.2'
246246
spring-boot = '3.4.13'
247247
vertx = '4.5.24'

0 commit comments

Comments
 (0)