amqp v0.20.0 Release Notes

Release Date: 2020-05-29 // almost 4 years ago
    • fromURI now activates TLS if the URI starts with ampqs://. Previously it only changed the port, without activating TLS.
    • 👍 fromURI now supports multi-broker URIs in the form of amqp://user:pass@host-1:port-2,host-2:port-2/vhost

Previous changes from v0.19.1

    • ➕ add nackMsg and nackEnv methods