On behalf of the RabbitMQ team I'm happy to announce that RabbitMQ HOP
3.5.0 GA is available.
HOP [1] is a RabbitMQ HTTP API client for Java, Groovy, and other JVM languages.
This minor release contains a new feature, 2 bug fixes, and dependency
upgrades (Spring 5.2.1 for the blocking client, Reactor 3.3.0 and
Reactor Netty 0.9.1 for the reactive client). See the changelog [2]
for more details.
Users of previous versions are encouraged to upgrade.
Thanks to Haster2004 and Marcial Rosales for their contribution on this release.
Changes:
* Expose consumer_details in QueueInfo
* Missing decoding in basic auth credentials of URL to REST API
* ShovelDetails doesn't support multiple uris for source and destination
* Bump dependencies
Dependency (Maven artifact)
Maven:
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>http-client</artifactId>
<version>3.5.0.RELEASE</version>
</dependency>
Gradle:
compile 'com.rabbitmq:http-client:3.5.0.RELEASE'
[1]
https://github.com/rabbitmq/hop
[2]
https://github.com/rabbitmq/hop/releases/tag/v3.5.0.RELEASE