Ruby RabbitMQ HTTP API client 0.7.0 is released.
This is a minor feature release.
Changes Between 0.6.0 and 0.7.0
Support for Basic HTTP Auth Credentials in URI
It is now possible to pass credentials in the endpoint URI:
1
| |
Changes Between 0.5.0 and 0.6.0
Support for Advanced Connection Options
It is now possible to pass more options to Faraday connection, for example, HTTPS related ones:
1 2 3 4 5 6 7 | |
Any options other than username and password will be passed on to
Faraday::Connection.
Changes Between 0.4.0 and 0.5.0
Endpoint Reader
RabbitMQ::HTTP::Client#endpoint is a new reader (getter) that makes
it possible to access the URI a client instance uses.
Full change log can be found on GitHub.
Michael on behalf of the Ruby RabbitMQ Clients Team