v0.9.0
With v0.9.0, this repository is compatible with Restate v1, and is much closer to feature complete with other repos. Correctness has been validated using the Restate verification tests in restatedev/e2e. A 1.0 release will come when we have API stability, which will not come until we have some feedback from users.
What's Changed
- Update for 1.0 and implement basic awakeables by @jackkleeman in #2
- Async completions by @jackkleeman in #3
- Use panics where possible, implement selector by @jackkleeman in #4
- Bring handler registration closer in line to TS by @jackkleeman in #5
- Move logs to slog by @jackkleeman in #6
- Add rand implementation by @jackkleeman in #7
- Add identity implementation by @jackkleeman in #8
- Custom encoders by @jackkleeman in #9
- Move to Go 1.21.x by @jackkleeman in #10
- Implement shared context & various improvements by @jackkleeman in #11
- Verif fixes, simplify void by @jackkleeman in #12
New Contributors
- @jackkleeman made their first contribution in #2
Full Changelog: v0.8.2...v0.9.0