Skip to content

0.35.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 19 Mar 13:41
· 98 commits to main since this release

🚀 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

Full Changelog: 0.34.0...0.35.0