Highlights
- Server: ensure QueueTasks are deleted after acknowledgement
- Server: better handling of failures in streaming responses
- Server: update event-type schemas validation to be stricter
- Libs/Kotlin: support configuring retry schedule
- Libs: fix metadata field in Go and Python
What's Changed
- Ensure QueueTasks are deleted after acknowledgement by @svix-daniel in #671
- Kotlin: Additional Configuration Parameters by @jaymell in #673
- Handle failure to read a response body after dispatch by @svix-daniel in #675
- Simplify security.rs and authorization logic by @svix-gabriel in #674
- Ensure NACKed QueueTasks do not have stale duplicates after reinsertion by @svix-daniel in #676
- Update event-type schemas to be stricter by @svix-gabriel in #677
- Fix metadata field in Go and Python SDKs by @svix-gabriel in #678
- Bump version and update changelog. by @tasn in #681
Full Changelog: v0.68.1...v0.69.0