Skip to content

Releases: rabbitmq/hop

v3.5.0.RC2

14 Nov 10:19
Compare
Choose a tag to compare
v3.5.0.RC2 Pre-release
Pre-release

Changes between 3.4.0.RELEASE and 3.5.0.RC2

This pre-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 test this pre-release.

Thanks to @Haster2004 and @MarcialRosales for their contribution on this pre-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

v3.5.0.RC1

01 Oct 09:45
Compare
Choose a tag to compare
v3.5.0.RC1 Pre-release
Pre-release

Changes between 3.4.0.RELEASE and 3.5.0.RC1

This pre-release contains dependency upgrades (Spring 5.2.0 for the blocking client, Reactor 3.3.0 and Reactor Netty 0.9.0 for the reactive client). All users are encouraged to test this pre-release.

Bump dependencies

GitHub issue: #185

3.4.0.RELEASE

12 Sep 12:10
Compare
Choose a tag to compare

Changes between 3.3.0.RELEASE and 3.4.0.RELEASE

This minor release contains new features, a bug fix, and dependency upgrades. It is compatible with 3.3.0.RELEASE. All users are encouraged to upgrade to this release.

Publish messages (POST /api/queues/{vhost}/{name}/get)

GitHub issue: #30

Consume messages (POST /api/exchanges/{vhost}/{name}/publish)

GitHub issue: #21

Support virtual host metadata

GitHub issue: #186

Shovel status URIs are not set

GitHub issue: #189

Bump dependencies

The blocking client depends on Spring Framework 5.1.9. The ReactorNettyClient depends on Reactor Core 3.2.12 and Reactor Netty 0.8.11.

GitHub issue: #190

3.4.0.RC1

06 Sep 07:41
Compare
Choose a tag to compare
3.4.0.RC1 Pre-release
Pre-release

Changes between 3.3.0.RELEASE and 3.4.0.RC1

This pre-release contains new features, a bug fix, and dependency upgrades. All users are encouraged to test this pre-release.

Publish messages (POST /api/queues/{vhost}/{name}/get)

GitHub issue: #30

Consume messages (POST /api/exchanges/{vhost}/{name}/publish)

GitHub issue: #21

Support virtual host metadata

GitHub issue: #186

Shovel status URIs are not set

GitHub issue: #189

Bump dependencies

The blocking client depends on Spring Framework 5.1.9. The ReactorNettyClient depends on Reactor Core 3.2.12 and Reactor Netty 0.8.11.

GitHub issue: #190

3.3.0.RELEASE

25 Jul 09:03
Compare
Choose a tag to compare

Changes between 3.2.0.RELEASE and 3.3.0.RELEASE

This minor release contains new features, bug fixes and dependency upgrades. Note the dependency upgrades contain a vulnerability fix for the JSON mapping library Jackson. All users are encouraged to upgrade to this version.

Thanks to @nechkin for his contribution on this release.

Add support for federation upstream and upstream-set

GitHub PR: #182

Add option to provide ByteBufAllocator

GitHub issue: #184

Use Netty default pooled ByteBuf allocator

GitHub issue: #183

Make URI processing consistent in constructors

GitHub issue: #179

Bump dependencies

The blocking client depends on Spring Framework 5.1.8. The ReactorNettyClient depends on Reactor Core 3.2.10 and Reactor Netty 0.8.9.

GitHub issue: #181

Bump Jackson to 2.9.9.1

The upgrade addresses a CVE.

GitHub issue: #181

3.3.0.RC1

23 Jul 13:24
Compare
Choose a tag to compare
3.3.0.RC1 Pre-release
Pre-release

Changes between 3.2.0.RELEASE and 3.3.0.RC1

This pre-release contains new features, bug fixes and dependency upgrades. Note the dependency upgrades contain a vulnerability fix for the JSON mapping library Jackson. All users are encouraged to test this pre-release.

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

Add support for federation upstream and upstream-set

GitHub PR: #182

Add option to provide ByteBufAllocator

GitHub issue: #184

Use Netty default pooled ByteBuf allocator

GitHub issue: #183

Make URI processing consistent in constructors

GitHub issue: #179

Bump dependencies

The blocking client depends on Spring Framework 5.1.8. The ReactorNettyClient depends on Reactor Core 3.2.10 and Reactor Netty 0.8.9.

GitHub issue: #181

Bump Jackson to 2.9.9.1

The upgrade addresses a CVE.

GitHub issue: #181

3.2.0.RELEASE

22 Mar 13:49
Compare
Choose a tag to compare

Changes between 3.1.1.RELEASE and 3.2.0.RELEASE

This minor release brings usability changes and dependency upgrades. All users are encouraged to upgrade.

Thanks to Vyacheslav Artemyev for his contribution on this release.

Add missing toString method for domain classes

GitHub issue: #159

Deprecate Definitions#rabbitMqVersion and OverviewResponse#rabbitMqVersion

GitHub issue: #161

Bump dependencies

The blocking client depends on Spring Framework 5.1.5. The ReactorNettyClient depends on Reactor Core 3.2.6 and Reactor Netty 0.8.5.

GitHub issue: #164

3.2.0.RC1

20 Mar 16:41
Compare
Choose a tag to compare
3.2.0.RC1 Pre-release
Pre-release

Changes between 3.1.1.RELEASE and 3.2.0.RC1

This pre-release brings usability changes and dependency upgrades.

Thanks to Vyacheslav Artemyev for his contribution on this pre-release.

Add missing toString method for domain classes

GitHub issue: #159

Deprecate Definitions#rabbitMqVersion and OverviewResponse#rabbitMqVersion

GitHub issue: #161

Bump dependencies

The blocking client depends on Spring Framework 5.1.5. The ReactorNettyClient depends on Reactor Core 3.2.6 and Reactor Netty 0.8.5.

GitHub issue: #164

3.1.1.RELEASE

15 Feb 13:34
Compare
Choose a tag to compare

Changes between 3.1.0.RELEASE and 3.1.1.RELEASE

This patch release contains a bug fix. All users are encouraged to upgrade to this version.

Binding arguments are not set

GitHub issue: #147

3.1.0.RELEASE

22 Jan 13:49
Compare
Choose a tag to compare

Changes between 3.0.1.RELEASE and 3.1.0.RELEASE

This minor release brings a new feature and dependency upgrades. Note the dependency upgrades contain a vulnerability fix for the JSON mapping library Jackson. All users are encouraged to upgrade to this release.

Support for all dynamic shovel properties

GitHub issue: #143

Bump dependencies

The blocking client depends on Spring Framework 5.1.4. The ReactorNettyClient depends on Reactor Core 3.2.5 and Reactor Netty 0.8.4.

GitHub issue: #146

Bump Jackson to 2.9.8

The upgrade addresses a CVE.

GitHub issue: #145