Eventhorizon Versions Save

Event Sourcing for Go!

v0.16.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/looplab/eventhorizon/compare/v0.15.5...v0.16.0

v0.15.5

2 years ago

Fixes

  • Fix / Register tracing context manually by @maxekman in #372

v0.15.4

2 years ago

Fixes

  • Fix / Cancel early when handling commands by @maxekman in #370
  • Update dependencies, go.mod to Go 1.17 by @maxekman in #371

v0.15.3

2 years ago

What's Changed

  • Fix / Add missing event in Redis event bus error by @maxekman in #369

v0.15.2

2 years ago

Fixes

  • Fix / Only close DB clients that are owned by @maxekman in #368

v0.15.1

2 years ago

Fixes

  • Fix / Add nil checks for commands/events by @maxekman in #367

v0.15.0

2 years ago

Features

  • 254 / Outbox pattern by @maxekman in #335, #361, #363, #365
  • Feature / custom mongodb event collection names by @MaxBreida in #354
  • 109 / Add persistance to command scheduler by @maxekman #351

Fixes

  • Fix / Return error in projector for removed models by @maxekman in #366

v0.14.10

2 years ago

Features

Fixes

New Contributors

v0.14.9

2 years ago

Fixes

  • Fix / Ping MongoDB when creating event store/repos #343

v0.14.8

2 years ago

Fixes

  • Fix / Add closers for graceful shutdown #342