Skip to content

0.27.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 11 Feb 14:10
· 64 commits to main since this release

🚀 What's New

  • Added SQLite event store the ability to create connection. Now the connection management and setup can be streamlined and outsourced to event store by @davecosec in 178
  • Add the first version of InMemoryDatabase It's a first step to fully supporting in memory projections by @stepaniukm in 186
  • Added optional getDocumentId selector for single stream projection. Thanks to that, one can still use a custom ID based on the event data just like for multi-stream projections. by @oskardudycz in 187

📝 What's Changed

  • Fixed the event store read event metadata inference by @oskardudycz in 180

📚 Docs

  • Used PostgreSQL storage in documentation instead of EventStoreDB, as it's the most popular choice and the most feature rich option by @oskardudycz in 181

New Contributors

Full Changelog: 0.26.0...0.27.0