Releases: rabbitmq/hop
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
4.0.0
Changes between 3.12.1 and 4.0.0
This is a major release. The biggest change is the move to JDK's HttpClient to handle HTTP traffic in the synchronous client, making Java 11 the minimal Java version to run Hop 4.x. Deprecated methods have been removed and every API related to Spring's RestTemplate have been deprecated and scheduled for removal in 5.0.
This is an effort to avoid depending on aging third-party dependencies (the RestTemplate is in maintenance mode) and to move to a modern, standalone HTTP client implementation.
Apart from the removal of a few long-time deprecated methods, 1 signature change, and Java 11 requirement, 4.x does not introduce any API changes and remains backward-compatible with 3.x. See the details of breaking changes at the bottom.
We encourage users to upgrade to 4.0.0 and to move RestTemplate-related API usage to HttpClient. Note 3.x is marked for end-of-life (EOL) on 31 July 2022.
Thanks to Diego Krupitza for his contribution.
Use Java 11 HttpClient for blocking IO client
GitHub issue: #254
Deprecate usage of RestTemplate
GitHub issue: #256
Require at least Java 11
GitHub issue: #252
Use enum for BindingInfo#destinationType
GitHub issue: #221
Remove deprecated methods
GitHub issue: #197
Remove Definitions#rabbitMqVersion
GitHub issue: #162
Reduce amount of string concatenation
GitHub PR: #257
Bump dependencies
GitHub issue: #250
Breaking Changes
- Java 11 or later is required
- Removal of deprecated methods (
ShovelDetails#sourceURIandShovelDetails#destinationURIgetters and setters,Definitions#rabbitMqVersion) BindingInfo#getDestinationTypenow returnsDestinationType- TLS with synchronous client: with Java 11
HttpClient, hostname verification is enabled by default, which can break setups where the hostname of the server the client connects to does not match the CN or alternate names in the certificate.
4.0.0.RC2
Changes between 3.12.1 and 4.0.0.RC2
This is a pre-release for 4.0.0. The major change is the move to JDK's HttpClient to handle HTTP traffic in the synchronous client, making Java 11 the minimal Java version to run Hop 4.x. Deprecated methods have been removed and every API related to Spring's RestTemplate have been deprecated and scheduled for removal in 5.0.
This is an effort to avoid depending on aging third-party dependencies (the RestTemplate is in maintenance mode) and to move to a modern, standalone HTTP client implementation.
Apart from the removal of a few long-time deprecated methods, 1 signature change, and Java 11 requirement, 4.x does not introduce any API changes and remains backward-compatible with 3.x.
We welcome community feedback and testing before releasing 4.0.0 GA, and encourage users depending on RestTemplate-related API to move to HttpClient. Note 3.x is marked for end-of-life (EOL) on 31 July 2022.
Thanks to Diego Krupitza for his contribution.
Use Java 11 HttpClient for blocking IO client
GitHub issue: #254
Deprecate usage of RestTemplate
GitHub issue: #256
Require at least Java 11
GitHub issue: #252
Use enum for BindingInfo#destinationType
GitHub issue: #221
Remove deprecated methods
GitHub issue: #197
Remove Definitions#rabbitMqVersion
GitHub issue: #162
Reduce amount of string concatenation
GitHub PR: #257
Bump dependencies
GitHub issue: #250
Breaking Changes
- Java 11 or later is required
- Removal of deprecated methods (
ShovelDetails#sourceURIandShovelDetails#destinationURIgetters and setters,Definitions#rabbitMqVersion) BindingInfo#getDestinationTypenow returnsDestinationType- TLS with synchronous client: with Java 11
HttpClient, hostname verification is enabled by default, which can break setups where the hostname of the server the client connects to does not match the CN or alternate names in the certificate.
4.0.0.RC1
Changes between 3.12.1 and 4.0.0.RC1
This is a pre-release for 4.0.0. The major change is the move to JDK's HttpClient to handle HTTP traffic in the synchronous client, making Java 11 the minimal Java version to run Hop 4.x. Deprecated methods have been removed and every API related to Spring's RestTemplate have been deprecated and scheduled for removal in 5.0.
This is an effort to avoid depending on aging third-party dependencies (the RestTemplate is in maintenance mode) and to move to a modern, standalone HTTP client implementation.
Apart from the removal of a few long-time deprecated methods, 1 signature change, and Java 11 requirement, 4.x does not introduce any API changes and remains backward-compatible with 3.x.
We welcome community feedback and testing before releasing 4.0.0 GA, and encourage users depending on RestTemplate-related API to move to HttpClient.
Thanks to Diego Krupitza for his contribution.
Use Java 11 HttpClient for blocking IO client
GitHub issue: #254
Deprecate usage of RestTemplate
GitHub issue: #256
Require at least Java 11
GitHub issue: #252
Use enum for BindingInfo#destinationType
GitHub issue: #221
Remove deprecated methods
GitHub issue: #197
Remove Definitions#rabbitMqVersion
GitHub issue: #162
Reduce amount of string concatenation
GitHub PR: #257
Bump dependencies
GitHub issue: #250
Breaking Changes
- Java 11 or later is required
- Removal of deprecated methods (
ShovelDetails#sourceURIandShovelDetails#destinationURIgetters and setters,Definitions#rabbitMqVersion) BindingInfo#getDestinationTypenow returnsDestinationType- TLS with synchronous client: with Java 11
HttpClient, hostname verification is enabled by default, which can break setups where the hostname of the server the client connects to does not match the CN or alternate names in the certificate.
3.12.1
3.12.0
3.12.0.RC1
3.11.0
Changes between 3.10.0 and 3.11.0
This is a maintenance release with a new feature and dependency upgrades. It is backward-compatible with 3.10.0.RELEASE. All users are encouraged upgrade.
Thanks to @jschabowsky for his contribution.
Add methods for /consumers endpoints
GitHub issue: #242
Bump dependencies
GitHub issue: #241
3.11.0.RC1
Changes between 3.10.0 and 3.11.0.RC1
This is a pre-release with a new feature and dependency upgrades. It is backward-compatible with 3.10.0.RELEASE. All users are encouraged to experiment with it.
Thanks to @jschabowsky for his contribution.
Add methods for /consumers endpoints
GitHub issue: #242
Bump dependencies
GitHub issue: #241