Skip to content

Releases: blokur/harego

Release v2.1.0

25 May 11:12
64835d0
Compare
Choose a tag to compare

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

05 May 11:43
4ceac42
Compare
Choose a tag to compare

What's Changed

  • refactor: use logger error level for errors by @lzambarda in #21

New Contributors

Full Changelog: v2.0.2...v2.0.3

Reconnection fix

15 Feb 12:18
2d1220a
Compare
Choose a tag to compare

Code Refactoring

  • Refactor connection setup and NewClient function
  • Refactor queue creation only on Consume call (close #14)

Fixed

  • Fix reconnection while consuming (ref #7)

Update

  • Update documentation and minor test fixes

Update testament library version

15 Feb 12:19
9957ca2
Compare
Choose a tag to compare
v0.2.3

Update testament library version

Code cleanups and a new License

15 Feb 12:20
5392c6a
Compare
Choose a tag to compare
v0.2.2

Code cleanups and a new License

Better reconnect strategy

15 Feb 12:20
2098aef
Compare
Choose a tag to compare

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.