Releases: restatedev/sdk-python
Releases · restatedev/sdk-python
v0.4.1
What's Changed
- Convert stringized annotations to real types by @igalshilman in #27
Full Changelog: v0.4.0...v0.4.1
v0.4.0
0.3.0
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
- Add x-restate-server to the response headers by @igalshilman in #20
- Add side effect retry by @igalshilman in #21
- Run retry e2e tests by @slinkydeveloper in #22
Full Changelog: v0.2.1...v0.3.0
0.2.0
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()
andctx.clear_all()
What's Changed
- We now test the SDK with the new SDK test tool
Full Changelog: v0.1.1...v0.2.0