Spring Cloud 2021.0.8 (又名 Jubilee) 现已可用
我代表社区高兴地宣布,Spring Cloud 2021.0.8 Release Train 的通用版本 (RELEASE) 于今日发布。该版本可在 Maven Central 中找到。您可以查看 2021.0.8 发行说明以获取更多信息。
2021.0.8 版本的重要变更
在此查看此版本的所有问题和拉取请求:这里。
Spring Cloud Commons
- Spring Cloud LoadBalancer - 允许根据请求链式过滤实例 (#1227 )
Spring Cloud Config
- 支持特定 profile 的配置数据 (#2260)。
Spring Cloud Kubernetes
- 支持通过
DiscoveryClient
查找配置服务器 (#1354) …