Skip to content

Releases: restatedev/sdk-python

v0.4.1

24 Oct 14:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Oct 13:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

0.3.0

10 Sep 07:13
Compare
Choose a tag to compare

Breaking changes

This SDK is compatible only with Restate >= 1.1

New features

  • It is now possible to configure the max number of retry attempts/max duration of retries for ctx.run

What's Changed

Full Changelog: v0.2.1...v0.3.0

0.2.0

09 Aug 07:24
Compare
Choose a tag to compare

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