Releases: restatedev/sdk-typescript
Releases · restatedev/sdk-typescript
Release 0.5.1
Release 0.5.0
What's Changed
- Bump @babel/traverse from 7.21.5 to 7.23.3 by @dependabot in #185
- Add deterministic random functions by @jackkleeman in #181
- Support already completed journals in lambda handlers by @jackkleeman in #189
- Move to xorshiro for rand generation by @jackkleeman in #190
Full Changelog: v0.4.1...v0.5.0
Release 0.4.1
0.4.0
Breaking changes
- Now when using
listen()
the default port is9080
instead of8080
. Check https://github.com/restatedev/restate-dist/releases/tag/v0.4.0 for more details.
Release 0.3.2
- Schedule suspensions only when the promises are awaited (then-ed) (6af64b9)
0.3.1
Release 0.3.0
0.2.0
- Important: We have changed the versioning scheme to align it with the Restate runtime. Old releases should be considered "yanked" and we will soon remove them from the package registry.
- Important: This release is not compatible with Restate runtime < 0.2.0
- Breaking: Redesigned the awakeable APIs
- New feature: Now you can send awakeable rejections
- Slight changes to the logging format
- We now publish development versions of the SDK. You can install them with
npm install @restatedev/restate-sdk@dev
, but please note that we don't provide any compatibility guarantees for those.