Skip to content

Releases: rabbitmq/hop

3.9.0.RC1

05 Nov 13:14
Compare
Choose a tag to compare
3.9.0.RC1 Pre-release
Pre-release

Changes between 3.8.0.RELEASE and 3.9.0.RC1

This pre-release contains usability dependency upgrades (Reactor Netty 1.0.0, Reactor Core 3.4.0, Spring 5.3.0). All users are encouraged to test this pre-release.

Bump Reactor and Spring dependencies

GitHub issue: #232

3.8.0.RELEASE

13 Oct 14:45
Compare
Choose a tag to compare

Changes between 3.7.0.RELEASE and 3.8.0.RELEASE

This minor release contains usability improvements and dependency upgrades. All users are encouraged to upgrade.

Use -1 for longs in QueueInfo when appropriate

GitHub issue: #229

Add fields for HA classic queues and quorum queues

GitHub PR: #227

Bump dependencies

GitHub issue: #228

3.8.0.RC1

09 Oct 12:38
Compare
Choose a tag to compare
3.8.0.RC1 Pre-release
Pre-release

Changes between 3.7.0.RELEASE and 3.8.0.RC1

This pre-release contains usability improvements and dependency upgrades. All users are encouraged to test this pre-release.

Use -1 for longs in QueueInfo when appropriate

GitHub issue: #229

Add fields for HA classic queues and quorum queues

GitHub PR: #227

Bump dependencies

GitHub issue: #228

3.7.0.RELEASE

27 May 14:14
Compare
Choose a tag to compare

Changes between 3.6.1.RELEASE and 3.7.0.RELEASE

This minor release contains a new feature, usability improvements, and dependency upgrades. All users are encouraged upgrade.

Thanks to @kubamarchwicki, @kurenchuksergey, and @MatCuk for their contribution.

Add support for /vhost-limits

GitHub issue: #214

Create enum for binding-type

GitHub PR: #220

Expose Client internals (restTemplate, uri) for an easier extension

GitHub issue: #215

Bump dependencies

GitHub issue: #219

3.7.0.RC1

19 May 09:21
Compare
Choose a tag to compare
3.7.0.RC1 Pre-release
Pre-release

Changes between 3.6.1.RELEASE and 3.7.0.RC1

This pre-release contains a new feature, usability improvements, and dependency upgrades. All users are encouraged to test this pre-release.

Thanks to @kubamarchwicki, @kurenchuksergey, and @MatCuk for their contribution.

Add support for /vhost-limits

GitHub issue: #214

Create enum for binding-type

GitHub PR: #220

Expose Client internals (restTemplate, uri) for an easier extension

GitHub issue: #215

Bump dependencies

GitHub issue: #219

3.6.1.RELEASE

17 Feb 14:33
Compare
Choose a tag to compare

Changes between 3.6.0.RELEASE and 3.6.1.RELEASE

This patch release contains a bux fix. All users are encouraged to upgrade.

Remove dependency on Spring in reactive client

GitHub issue: #213

3.6.0.RELEASE

05 Feb 14:32
Compare
Choose a tag to compare

Changes between 3.5.0.RELEASE and 3.6.0.RELEASE

This minor release contains new features and dependency upgrades. The blocking IO client can now work without a dependency on Apache HTTPComponents. All users are encouraged to upgrade.

Thanks to @kubamarchwicki for his contribution on this release.

Make HTTP layer pluggable on blocking IO client

GitHub issue: #212

Add support for JDK HTTP facilities in synchronous client

GitHub issue: #210

Add support for OkHttp in synchronous client

GitHub issue: #205

Bump dependencies

GitHub issue: #208

3.6.0.RC2

30 Jan 08:50
Compare
Choose a tag to compare
3.6.0.RC2 Pre-release
Pre-release

Changes between 3.5.0.RELEASE and 3.6.0.RC2

This pre-release contains new features and dependency upgrades. The blocking IO client can now work without a dependency on Apache HTTPComponents. All users are encouraged to test this pre-release.

Thanks to @kubamarchwicki for his contribution on this pre-release.

Make HTTP layer pluggable on blocking IO client

GitHub issue: #212

Add support for JDK HTTP facilities in synchronous client

GitHub issue: #210

Add support for OkHttp in synchronous client

GitHub issue: #205

Bump dependencies

GitHub issue: #208

3.6.0.RC1

16 Jan 15:56
Compare
Choose a tag to compare
3.6.0.RC1 Pre-release
Pre-release

Changes between 3.5.0.RELEASE and 3.6.0.RC1

This pre-release contains new features and dependency upgrades. The blocking IO client can now work without a dependency on Apache HTTPComponents. All users are encouraged to test this pre-release.

Thanks to @kubamarchwicki for his contribution on this pre-release.

Make HTTP layer pluggable on blocking IO client

GitHub issue: #212

Add support for JDK HTTP facilities in synchronous client

GitHub issue: #210

Add support for OkHttp in synchronous client

GitHub issue: #205

Bump dependencies

GitHub issue: #208

v3.5.0.RELEASE

20 Nov 14:37
Compare
Choose a tag to compare

Changes between 3.4.0.RELEASE and 3.5.0.RELEASE

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). All users are encouraged to upgrade.

Thanks to @Haster2004 and @MarcialRosales for their contribution on this release.

Expose consumer_details in QueueInfo

GitHub PR: #201

ShovelDetails doesn't support multiple uris for source and destination

GitHub issue: #192

Missing decoding in basic auth credentials of URL to REST API

GitHub issue: #193

Bump dependencies

GitHub issue: #185