Spring Cloud 2021.0.2 Has Been Released
On behalf of the community, I am pleased to announce that the Service Release 2 of the Spring Cloud 2021.0 Release Train is available today. This was primarily a bug fix release. The release can be found in Maven Central. You can check out the 2021.0.2 release notes for more information.
Notable Changes in the 2021.0.2 Release Train
See the project page for all issues included in the release.
Spring Cloud Commons
- Pass request data context in blocking LoadBalancer client (1090)
- Support custom HTTP status code in LoadBalancer lifecycle (1066)
- Support URI without port for default
ServiceInstance
([1054]https://github.com/spring-cloud/spring-cloud-commons/pull/1054)) - Improved calculating Round Robin LoadBalancer position ([1078]https://github.com/spring-cloud/spring-cloud-commons/pull/1078)/files) …