Skip to content

0.20.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 11 Oct 13:30
· 166 commits to main since this release
3f1c6c4

🚀 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 for CommandHandler 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

Full Changelog: 0.19.1...0.20.0