Spring Cloud Hoxton.SR9 has been released
On behalf of the community, I am pleased to announce that the Service Release 9 (SR9) of the Spring Cloud Hoxton Release Train is available today. The release can be found in Maven Central. You can check out the Hoxton release notes for more information.
Notable Changes in the Hoxton Release Train
See all issues included in this release here.
This was primarily a bug fix and documentation release.
See all of the included issues and pull requests at the GitHub project. Hoxton.SR9 is compatible with Spring Boot 2.3.x and 2.2.x.
Spring Cloud Gateway
- Added support for setting SecureHeaders filter header values per route
- Added support for exposing RouteDefinitions via an actuator endpoint
- Added
BooleanOpSpec.not()
predicate operator - Improved reactive LoadBalancer performance
- Added support for disabling filters and predicates by a property
- Added the possibility to customize gateway metrics prefix
- Support case-insensitive MVC headers matching …