Skip to content

v0.10.0

Compare
Choose a tag to compare
@jackkleeman jackkleeman released this 16 Aug 09:23
· 18 commits to main since this release

There are several breaking changes in this release:

  1. NewServiceRouter et al -> NewService
  2. restate.Service and restate.Object -> restate.Reflect
  3. Sleep now returns an error, which is returned in the case of invocation cancellation

There is also a significant new feature; code generation. For other changes, see below

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0