Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.94 KB

0.5.0 | Pull request

0.4.2 | Pull request

  • Fix compile error on Windows GOOS=windows GOARCH=386 go build (issue)

0.4.1 | Pull request

  • Data race fixed on c.conn when connection error occurs.

0.4.0 | Pull request

0.3.1

  • On error wait for c.cfg.Wait time before consumer restart.

0.3.0

  • Rename Attempts to ReconnectAttempts in Connector config
  • Make zero value of ReconnectAttempts equal infinity.
  • Return error from ChannelKeeper Close method.

0.2.1

  • On error once close amqp channel.

0.2.0

  • Dial and DialConfig were added. DialConfig used to configure RabbitMQ connection settings.
  • Config stores only reconnect options.
  • Start replaced with Dial.