Skip to content

Releases: restatedev/sdk-typescript

0.3.1

22 Sep 12:16
Compare
Choose a tag to compare
  • Fix type inference of KeyedEventHandler wrongly identifies keyed handlers (67019c5)

Release 0.3.0

21 Sep 15:38
Compare
Choose a tag to compare
  • Support for Kafka event handlers (0b19442)
  • Support binding gRPC services that are defined as object literals. (08458c0)
  • Partial state flag (#160) (bee23ae)
  • Fix typos in in-code docs (#163) (411be14)
  • Update release instructions (75961af)

0.2.0

23 Aug 13:01
Compare
Choose a tag to compare
  • 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.