Releases: looplab/eventhorizon
Releases · looplab/eventhorizon
v0.16.0: Snapshots and more
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
- @klowdo made their first contribution in #374
- @zdraganov made their first contribution in #376
- @JohnRoesler made their first contribution in #379
- @marcwickenden made their first contribution in #382
Full Changelog: v0.15.5...v0.16.0
v0.15.5: Fix to register tracing context manually
v0.15.4: Fix command handling cancelation
v0.15.3: Fix missing event in Redis event bus error
v0.15.2: Fix DB closing
v0.15.1: Add nil checks for commands/events
v0.15.0: Outbox pattern, persistant command scheduling
v0.14.10: Retry projections, repo improvements, updated error handling
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
- chore: add golangci-lint as linter by @mavogel in #317
- docs(readme): fix test badge by @mavogel in #347
- Improve error handling by @maxekman in #348
- Fix / Linting issues by @maxekman in #349
- Fix / Event store errors, MongoDB v2 event store bug by @maxekman in #350
- Fix / Kafka reconnect issue by @maxekman in #353
New Contributors
- @mavogel made their first contribution in #317
- @MaxBreida made their first contribution in #352
v0.14.9: Ping MongoDB when creating event store/repos
Fixes
- Fix / Ping MongoDB when creating event store/repos #343
v0.14.8: Add closers for graceful shutdown
Fixes
- Fix / Add closers for graceful shutdown #342