Spring Cloud 2021.0.8 (aka Jubilee) Is Available
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2021.0.8 Release Train is available today. The release can be found in Maven Central. You can check out the 2021.0.8 release notes for more information.
Notable Changes in the 2021.0.8 release
See all issues and pull requests for this release here.
Spring Cloud Commons
- Spring Cloud LoadBalancer - allow chain filtering of instances based on requests (#1227 )
Spring Cloud Config
- Support for profile specific config data (#2260).
Spring Cloud Kubernetes
- Support looking up the config server via
DiscoveryClient
(#1354) …