0.35.0
🚀 What's New
- Added the first iteration of inMemoryDatabase with handle possibilities This is the first step to support in-memory projections by @stepaniukm in 207
- Added the first version of SQLite Consumers. Note that this is the first iteration that works with file-based databases. The consumers to in-memory SQLite database are still a work in progress. by @LuccaHellriegel and @oskardudycz in 212, 216.
- Added devcontainer configuration for consistent development environment for contribution by @tburny in 209
📝 What's Changed
- Fixed typo in Express.js defaulErrorToProblemDetailsMapping by @ducin in 213
- Added tests for SQLite eventStore onBeforeCommit hook by @davecosec in 211
- Fix ESDB consumer filtering of a single stream. Previously it was always subscribing to $all stream. by @mbirkegaard and @oskardudycz in 222
- Fixed the ProjectionDefinition registration not to conflict with custom event type by @oskardudycz in #223
📚 Docs
- Moved all entries in API reference into dedicated pages. That should keep them easier accessible and focused by @tburny in 203
- Eliminated dead links in documentation by @tburny in 210
- Add Diataxis documentation type to existing documentation. In the longer term this should make easier to reason about intention behind docs and search them by tags. by @tburny in #219
New Contributors
- @ducin made their first contribution in 213
- @LuccaHellriegel made their first contribution in 213
- @mbirkegaard made their first contribution in in 213
Full Changelog: 0.34.0...0.35.0