v0.7.0
What's Changed
- Fix DefaultSerde with_type_hint by @igalshilman in #79
- Make the restate app mountable by @igalshilman in #80
- [test] Use single element tuples by @igalshilman in #81
- Rename created Docker image into test-services-python by @tillrohrmann in #77
- [docs] Add types to the attributes section by @igalshilman in #82
- Introduce attempt completion event by @igalshilman in #83
- Auto cancel tasks when an attempt is over by @igalshilman in #84
- Support concurrent side effects more robustly by @igalshilman in #86
- Fix task error is ignored by @igalshilman in #87
- Catch asyncio.CancelledError during attempt tear down by @igalshilman in #88
- Wait for the side effect to complete by @igalshilman in #89
- Use stable rust in rust-toolchain.toml by @slinkydeveloper in #91
- Separate the ASGI types from the restate types by @igalshilman in #90
Full Changelog: v0.6.0...v0.7.0