Releases: Clarilab/eh-rabbitmq
Releases · Clarilab/eh-rabbitmq
v2.1.1
What's Changed
- build(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible by @dependabot in #38
- build(deps): bump github.com/Clarilab/tracygo/v2 from 2.3.0 to 2.4.1 by @dependabot in #39
- fix: only add cID to ctx if it is filled by @felixgehrmann in #43
- build(deps): bump github.com/Clarilab/tracygo/v2 from 2.4.1 to 2.5.2 by @dependabot in #42
New Contributors
- @felixgehrmann made their first contribution in #43
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- feat: add setup event handlers with middleware by @nicoandrewss in #37
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- build(deps): bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.17.0 by @dependabot in #25
- build(deps): bump github.com/Clarilab/eventhorizon from 0.19.0 to 0.20.0 by @dependabot in #35
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- V2 by @nicoandrewss in #34
Full Changelog: v1.6.0...v2.0.0
BREAKING CHANGE:
the eventbus now has to be started separately after the declaration
Why?: when used in services/applications, the main setup might has not yet fully finished initializing, but the added handlers already handle events from the eventbus, which can lead to panics, and even the app not starting at all.
Note: the eventbus can be switched back to the previous behaviour by using the
WithHandlerConsumeAfterAdd() option while declaring.
v1.6.0
What's Changed
- feat: extend api functionality for publishing and adding handlers by @nicoandrewss in #33
Full Changelog: v1.5.1...v1.6.0
v1.5.0
What's Changed
- feat: add max retries exceeded handler by @nicoandrewss in #29
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: update logger by @nicoandrewss in #28
- breaking change: replaced github.com/looplab/eventhorizon dependency with github.com/Clarilab/eventhorizon Fork. Imports in your project might have to be replaced as well
Full Changelog: v1.3.3...v1.4.0
v1.3.1
v1.3.0
What's Changed
- Add more handlers functionality by @nicoandrewss in #20
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- fix: recovery error + accept logger interface by @nicoandrewss in #17
- build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #16
Full Changelog: v1.1.0...v1.2.0