Skip to content

Releases: restatedev/sdk-python

v0.7.1

05 May 10:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

29 Apr 15:04
56bd610
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

09 Apr 15:03
Compare
Choose a tag to compare

We are pleased to announce the release of the Python SDK 0.6.0, in combination with Restate 1.3.
Check out the announcement blog post for more details about Restate 1.3 and the new SDK features: https://restate.dev/blog/announcing-restate-1.3/

Check out the docs and examples to learn about the latest features:
https://docs.restate.dev/category/python-sdk/

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

18 Feb 16:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.1

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