0.27.0
🚀 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
- @stepaniukm made their first contribution in #186
Full Changelog: 0.26.0...0.27.0