Releases: rabbitmq/hop
5.3.0
Changes between 5.2.0 and 5.3.0
This is a minor release with new features, usability improvements, and dependency upgrades. Socket-related properties have been removed from NodeInfo
as they always return 0 in RabbitMQ 4.0 (see #466). All users are encouraged to upgrade.
Thanks to @mikymigs, @ifyun, and @awills96 for their contribution.
See the dependency configuration section to include Hop in your projects.
Refactor percent encoding
GitHub PR: #477
Add activity_status attribute to ConsumerDetails
GitHub issue: #470
Remove zeroed sockets_used/sockets_total
GitHub PR: #466
QueueInfo not include "effective_policy_definition" property
GitHub issue: #460
Add global parameter mqtt-vhost mapping functions
GitHub PR: #429
Bump dependencies
GitHub issue: #407
5.2.0
Changes between 5.1.0 and 5.2.0
This is a minor release with new features, a bug fix, and dependency upgrades. It is compatible with 5.1.0. All users are encouraged to upgrade.
Thanks to @awills96 for their contribution.
See the dependency configuration section to include Hop in your projects.
Add parameters and global parameters to Definitions
GitHub PR: #399
Add client functions for Operator Policy endpoints
GitHub PR: #396
createVhost(name) fails on some versions due to serialization error
GitHub issue: #406
Bump dependencies
GitHub issue: #390
5.1.0
Changes between 5.0.0 and 5.1.0
This is a minor release with a new feature and dependency upgrades. It is compatible with 5.0.0. All users are encouraged to upgrade.
Thanks to @ekonopaka for his contribution.
See the dependency configuration section to include Hop in your projects.
Add Getter for ExchangeInfo dto to access ExchangeMessageStats
GitHub issue: #339
Bump dependencies
GitHub issue: #345
5.0.0
Changes between 4.2.0 and 5.0.0
This is a major release with dependency upgrades. It does not depend on Spring anymore. It is backward-compatible with 4.x if you are not using Spring's RestTemplate
. 5.0.0 is now the active branch.
See 4.0.0 changelog for details on the removal of Spring utilities in Hop. Note 4.x is marked for end-of-life (EOL) on 31 March 2023.
Bump dependencies
GitHub issue: #336
Remove dependency on Spring
GitHub PR: #335
v5.0.0.RC1
Changes between 4.2.0 and 5.0.0
This is a pre-release for 5.0.0, the new active branch. 5.0.0 does not depend on Spring anymore. All users are encouraged to test this release candidate.
Remove dependency on Spring
GitHub PR: #335
4.2.0
Changes between 4.1.2 and 4.2.0
This is a minor release with dependency upgrades only. It is compatible with 4.1.2. All users are encouraged to upgrade.
This is likely the last release on the 4.x branch. We will release soon the first RC for 5.0, which will have no dependency on Spring.
Bump dependencies
GitHub issue: #274
4.1.2
Changes between 4.1.1 and 4.1.2
This is a patch release with a bug fix. It is compatible with 4.1.1. All users are encouraged to upgrade.
We strongly encourage users to upgrade to the 4.x branch and move RestTemplate
-related API usage to Java 11 HttpClient
. Note 3.x is marked for end-of-life (EOL) on 31 July 2022.
Make JdkHttpClientHttpLayer.Configuration#create() public
GitHub issue: #281
4.1.1
Changes between 4.1.0 and 4.1.1
This is a patch release with a bug fix. It is compatible with 4.1.0. All users are encouraged to upgrade.
We strongly encourage users to upgrade to the 4.x branch and move RestTemplate
-related API usage to Java 11 HttpClient
. Note 3.x is marked for end-of-life (EOL) on 31 July 2022.
Make JdkHttpClientHttpLayer public
GitHub issue: #280
4.1.0
Changes between 4.0.0 and 4.1.0
This is a minor release with a new feature, a usability improvement, a bug fix, and dependency upgrades. It is compatible with 4.0.0. All users are encouraged to upgrade.
We strongly encourage users to upgrade to the 4.x branch and move RestTemplate
-related API usage to Java 11 HttpClient
. Note 3.x is marked for end-of-life (EOL) on 31 July 2022.
Add support for viewing RateDetails sampling data in queue endpoints
GitHub issue: #118
Provide more information in case of error
GitHub issue: #271
Remove Groovy from runtime dependencies
GitHub issue: #273
Bump dependencies
GitHub issue: #258
4.1.0.RC1
Changes between 4.0.0 and 4.1.0.RC1
This is a pre-release with a new feature, a usability improvement, a bug fix, and dependency upgrades. All users are encouraged to test it.
We encourage users to upgrade to 4.x and to move RestTemplate
-related API usage to Java 11 HttpClient
. Note 3.x is marked for end-of-life (EOL) on 31 July 2022.
Add support for viewing RateDetails sampling data in queue endpoints
GitHub issue: #118
Provide more information in case of error
GitHub issue: #271
Remove Groovy from runtime dependencies
GitHub issue: #273
Bump dependencies
GitHub issue: #258