Skip to content

0.2.0

Compare
Choose a tag to compare
@slinkydeveloper slinkydeveloper released this 09 Aug 07:24
· 17 commits to main since this release

New features

  • AWS Lambda support. Develop your service as usual and when deploying on AWS Lambda set the handler name to the variable containing restate.app.
  • Implement request verification, to secure your service when interacting with Restate cloud: https://docs.restate.dev/deploy/cloud#http
  • Implement ctx.state_keys() and ctx.clear_all()

What's Changed

  • We now test the SDK with the new SDK test tool

Full Changelog: v0.1.1...v0.2.0