RabbitMQ 3.8.0 support
ono opened this issue · 6 comments
ono commented
Test amqp with the latest Erlang client: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.0 and update mix.exs.
Note that 3.7.x client is still compatible with 3.8.x server.
ono commented
https://hex.pm/packages/amqp/1.4.0-rc.0 is released and it supports 3.8.x. If you experience any issues, let us know!
dch commented
Thanks, looks like this Does The Right Thing in mix. Updating all the forks!
But why use 3.8.0 here - rather than 3.8.1 which is what we'd expect?
https://github.com/pma/amqp/blob/master/mix.exs#L38
whatyouhide commented
@dch ~> 3.8.0
is a version requirement. I says that the amqp
package supports versions >= 3.8.0 and < 3.9.0
, so 3.8.1 included.
ono commented
I'm planning to release 1.4.0
next week.
whatyouhide commented
🥳
ono commented