Skip to content

Releases: looplab/eventhorizon

v0.16.0: Snapshots and more

22 Dec 19:32
c851bec
Compare
Choose a tag to compare

What's Changed

  • Fix / Update test services by @maxekman in #373
  • feat(commands): add a list func to export registered commands by @klowdo in #374
  • Update the Slack sign-up link in the README.md by @zdraganov in #376
  • add option to set kafka's StartOffset on the consumer by @JohnRoesler in #379
  • allow overriding kafka eventbus topic name by @JohnRoesler in #380
  • Avoid reusing variable name + ensure not nil check by @qzio in #385
  • set eventStore variable in the inner check by @qzio in #384
  • Add option to provide pubsub configuration for topic by @marcwickenden in #382
  • support clustered kafka brokers in the form of string delimited list by @JohnRoesler in #387
  • split the kafka addr right away as it's used a few places inside NewEventBus() by @JohnRoesler in #388
  • fix(eventstore/mongodb): pass context with transaction to inTx handler by @klowdo in #386
  • Ephemeral observer middleware by @dhogborg in #390
  • Add retry on kafka event handlers by @klowdo in #395
  • Eventstore snapshot by @klowdo in #396

New Contributors

Full Changelog: v0.15.5...v0.16.0

v0.15.5: Fix to register tracing context manually

14 Dec 08:41
f89f3f5
Compare
Choose a tag to compare

Fixes

v0.15.4: Fix command handling cancelation

06 Dec 12:07
1b41069
Compare
Choose a tag to compare

Fixes

v0.15.3: Fix missing event in Redis event bus error

03 Dec 13:59
fb59d5d
Compare
Choose a tag to compare

What's Changed

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

v0.15.2: Fix DB closing

01 Dec 08:09
f84d75b
Compare
Choose a tag to compare

Fixes

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

v0.15.1: Add nil checks for commands/events

29 Nov 10:18
b6067b2
Compare
Choose a tag to compare

Fixes

v0.15.0: Outbox pattern, persistant command scheduling

26 Nov 10:09
bc7e608
Compare
Choose a tag to compare

Features

Fixes

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

v0.14.10: Retry projections, repo improvements, updated error handling

08 Nov 13:06
3602de4
Compare
Choose a tag to compare

Features

  • Feature / Add retry once option to Projector by @maxekman in #346
  • Feature / Add function to find single entity with custom query to mongo repo by @MaxBreida in #352

Fixes

New Contributors

v0.14.9: Ping MongoDB when creating event store/repos

12 Oct 09:04
a155912
Compare
Choose a tag to compare

Fixes

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

v0.14.8: Add closers for graceful shutdown

07 Oct 07:44
19944c0
Compare
Choose a tag to compare

Fixes

  • Fix / Add closers for graceful shutdown #342