0.20.0
🚀 What's New
- [BREAKING] Command handling idempotency improvements. This will allow automatic retries, e.g. for optimistic concurrency check, and also ignoring the command by returning an empty array. All of that should give easier handling for idempotent handlers. by @oskardudycz in 119
- Added Support for an async
decide
/handle
function forCommandHandler
Kids, be careful with that! by @alex-laycalvert in 99 - Added streaming capabilities. That's the foundational work for event subscriptions and event streaming through WebStreams. by @oskardudycz in 76
📝 What's Changed
- Bumped pongo 0.16.1 by @oskardudycz in 120
- Fixed Dockerfile configuration to use esmodules instead of common js by @oskardudycz in 121
Full Changelog: 0.19.1...0.20.0