Skip to content

Commit 532eedb

Browse files
Prepare release
1 parent 81c94f5 commit 532eedb

File tree

15 files changed

+71
-36
lines changed

15 files changed

+71
-36
lines changed

.changeset/new-showers-buy.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/pink-rabbits-do.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/puny-lilies-knock.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/libs/restate-sdk-clients/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @restatedev/restate-sdk-clients
22

3+
## 1.10.3
4+
5+
### Patch Changes
6+
7+
- 4b477f6: Add rpc.opts({name})/rpc.sendOpts({name}) to propagate entry name for call. This allows tagging from caller perspective a request.
8+
- ef1cc48: Added new journal incompatibility assertion to shared-core, to detect if an await was added mutating code in-place.
9+
- 4b477f6: Update the shared core to 0.8.0
10+
- Updated dependencies [4b477f6]
11+
- Updated dependencies [ef1cc48]
12+
- Updated dependencies [4b477f6]
13+
- @restatedev/restate-sdk-core@1.10.3
14+
315
## 1.10.2
416

517
### Patch Changes

packages/libs/restate-sdk-clients/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restatedev/restate-sdk-clients",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"description": "Typescript SDK for Restate",
55
"author": "Restate Developers",
66
"email": "code@restate.dev",

packages/libs/restate-sdk-cloudflare-workers/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @restatedev/restate-sdk-cloudflare-workers
22

3+
## 1.10.3
4+
5+
### Patch Changes
6+
7+
- 4b477f6: Add rpc.opts({name})/rpc.sendOpts({name}) to propagate entry name for call. This allows tagging from caller perspective a request.
8+
- ef1cc48: Added new journal incompatibility assertion to shared-core, to detect if an await was added mutating code in-place.
9+
- 4b477f6: Update the shared core to 0.8.0
10+
- Updated dependencies [4b477f6]
11+
- Updated dependencies [ef1cc48]
12+
- Updated dependencies [4b477f6]
13+
- @restatedev/restate-sdk-core@1.10.3
14+
315
## 1.10.2
416

517
### Patch Changes

packages/libs/restate-sdk-cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restatedev/restate-sdk-cloudflare-workers",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"description": "Typescript SDK for Restate",
55
"author": "Restate Developers",
66
"email": "code@restate.dev",

packages/libs/restate-sdk-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @restatedev/restate-sdk-core
22

3+
## 1.10.3
4+
5+
### Patch Changes
6+
7+
- 4b477f6: Add rpc.opts({name})/rpc.sendOpts({name}) to propagate entry name for call. This allows tagging from caller perspective a request.
8+
- ef1cc48: Added new journal incompatibility assertion to shared-core, to detect if an await was added mutating code in-place.
9+
- 4b477f6: Update the shared core to 0.8.0
10+
311
## 1.10.2
412

513
### Patch Changes

packages/libs/restate-sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restatedev/restate-sdk-core",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"description": "Typescript SDK for Restate",
55
"author": "Restate Developers",
66
"email": "code@restate.dev",

packages/libs/restate-sdk-testcontainers/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @restatedev/restate-sdk-testcontainers
22

3+
## 1.10.3
4+
5+
### Patch Changes
6+
7+
- 4b477f6: Add rpc.opts({name})/rpc.sendOpts({name}) to propagate entry name for call. This allows tagging from caller perspective a request.
8+
- ef1cc48: Added new journal incompatibility assertion to shared-core, to detect if an await was added mutating code in-place.
9+
- 4b477f6: Update the shared core to 0.8.0
10+
- Updated dependencies [4b477f6]
11+
- Updated dependencies [ef1cc48]
12+
- Updated dependencies [4b477f6]
13+
- @restatedev/restate-sdk@1.10.3
14+
- @restatedev/restate-sdk-clients@1.10.3
15+
316
## 1.10.2
417

518
### Patch Changes

0 commit comments

Comments
 (0)