Backport RabbitMQ channel fixes, and catch up 1.x branch
Some users of this library may be depending upon a 1.x
version, but since the RabbitMQ check was serious enough, we have backported the RabbitMQ check.
There was however, some additionally PRs merged to master before the library moved on to versions 2.x
that were not included in a prior release. As such, this release additionally catches up to the 1.x
branch.
What’s changed:
checks/rabbitmq
: in the event of a consume timeout, a send ondone
channel could happen after closing thedone
channelchecks/rabbitmq
: if amessages
channel unexpectedly receives more than 1 message, it will block indefinitelychecks/mysql
: added (is API divergent from2.x
)- travis files