Skip to content

0.24.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 10 Jan 14:15
· 10 commits to main since this release

🚀 What's New

  • Added MongoDB EventStore onAfterCommit hook. Now you can get notifications about newly added events in MongoDB. You can use that to forward to the message bus. Warning: This is handled in-process, so it doesn't guarantee the full delivery. by @alex-laycalvert in #170
  • Added SQLite append to stream by @davecosec in #165
  • Added read stream by @davecosec in #171

Full Changelog: 0.23.0...0.24.0