Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-12-08 | 2.2 kB | |
v0.16.0_ Snapshots and more source code.tar.gz | 2022-12-08 | 632.8 kB | |
v0.16.0_ Snapshots and more source code.zip | 2022-12-08 | 801.7 kB | |
Totals: 3 Items | 1.4 MB | 2 |
What's Changed
- Fix / Update test services by @maxekman in https://github.com/looplab/eventhorizon/pull/373
- feat(commands): add a list func to export registered commands by @klowdo in https://github.com/looplab/eventhorizon/pull/374
- Update the Slack sign-up link in the README.md by @zdraganov in https://github.com/looplab/eventhorizon/pull/376
- add option to set kafka's StartOffset on the consumer by @JohnRoesler in https://github.com/looplab/eventhorizon/pull/379
- allow overriding kafka eventbus topic name by @JohnRoesler in https://github.com/looplab/eventhorizon/pull/380
- Avoid reusing variable name + ensure not nil check by @qzio in https://github.com/looplab/eventhorizon/pull/385
- set eventStore variable in the inner check by @qzio in https://github.com/looplab/eventhorizon/pull/384
- Add option to provide pubsub configuration for topic by @marcwickenden in https://github.com/looplab/eventhorizon/pull/382
- support clustered kafka brokers in the form of string delimited list by @JohnRoesler in https://github.com/looplab/eventhorizon/pull/387
- split the kafka addr right away as it's used a few places inside NewEventBus() by @JohnRoesler in https://github.com/looplab/eventhorizon/pull/388
- fix(eventstore/mongodb): pass context with transaction to inTx handler by @klowdo in https://github.com/looplab/eventhorizon/pull/386
- Ephemeral observer middleware by @dhogborg in https://github.com/looplab/eventhorizon/pull/390
- Add retry on kafka event handlers by @klowdo in https://github.com/looplab/eventhorizon/pull/395
- Eventstore snapshot by @klowdo in https://github.com/looplab/eventhorizon/pull/396
New Contributors
- @klowdo made their first contribution in https://github.com/looplab/eventhorizon/pull/374
- @zdraganov made their first contribution in https://github.com/looplab/eventhorizon/pull/376
- @JohnRoesler made their first contribution in https://github.com/looplab/eventhorizon/pull/379
- @marcwickenden made their first contribution in https://github.com/looplab/eventhorizon/pull/382
Full Changelog: https://github.com/looplab/eventhorizon/compare/v0.15.5...v0.16.0