You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michaelklishin
changed the title
Missing latest packages of amqp_client on hex
Erlang AMQP 0-9-1 client releases on hex.pm have stopped at 4.0.3
Feb 20, 2025
amqp_client releases need to be re-introduced for GA releases.
The release notes talk about RabbitMQ server's compatibility with Erlang 27. The AMQP 0-9-1 Erlang client has barely changed in the last year, so chances are, it just works on Erlang 27.
Locking because the scope of this issue is well defined and understood: https://github.com/rabbitmq/server-packages/ needs to be extended to produce Erlang client releases again.
That said, 4.0.3 should work just fine on Erlang 27 and I don't see why 4.0.3 would be a special version, in particular in terms of dependencies that haven't changed in years. And neither have the dependencies of rabbit_common.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
According to RabbitMQ's compatibility matrix, Erlang 27 requires version 4.0.4 or later. However, the latest package available on Hex is only 4.0.3.
Describe the solution you'd like
Making version >= 4.0.4 available on hex.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: