Skip to content

Backport RabbitMQ channel fixes, and catch up 1.x branch

Compare
Choose a tag to compare
@puellanivis puellanivis released this 08 Nov 12:18
10383b7

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 on done channel could happen after closing the done channel
  • checks/rabbitmq: if a messages channel unexpectedly receives more than 1 message, it will block indefinitely
  • checks/mysql: added (is API divergent from 2.x)
  • travis files