Releases: blokur/harego
Releases · blokur/harego
Release v2.1.0
Fix
- License wording (ref #22)
- consumer: Create exchange before setting up
Refactor
- consumer: Handle panics gracefully
Misc
- Merge branch 'refactor/logging'
Feature
- Add structured logger [BREAKING CHANGE]
- Add DeprecatedLogger and logrus handler
v2.0.3
What's Changed
- refactor: use logger error level for errors by @lzambarda in #21
New Contributors
- @lzambarda made their first contribution in #21
Full Changelog: v2.0.2...v2.0.3
Reconnection fix
Update testament library version
v0.2.3 Update testament library version
Code cleanups and a new License
v0.2.2 Code cleanups and a new License
Better reconnect strategy
This commit refactors the ConfigFunc to return errors if the client is already started. The publishing error channel is not blocking anymore if
the client is closed.
We create only one exchange throughout the life of the client even if the worker count is more than 1.