Releases: heureka/gorabbit
Releases · heureka/gorabbit
v0.6.2
v0.6.1
v0.6.0
v1 couldn't re-open channel and connection, because they were re-opened separately.
If connection got closed, channel would try reconnect on closed connection and fail.
v2 client can correctly reconnect both connection and channel.
The implementation is still WIP, it was not tested in production
v0.5.3
v0.5.2
v0.5.1
fix(connection): set the same defaults as in amqp-go library
Set default heartbeat to 10s, see:
https://github.com/rabbitmq/amqp091-go/blob/a6fa7f7d76ecb00f1f46d42d02adfe0454c5514f/connection.go#L160