Spring Cloud 2022.0 发布了首个 RC 版本。
获取地址:https://repo.spring.io/milestone/
主要变化
Spring Cloud Function
- 针对可观测性和原生提示 (Native Hints) 的更新
Spring Cloud OpenFeign
- 添加对 target URL 刷新的支持 (#710)
- 添加对 LoadBalancer X-Forwarded Headers 的支持 (#748)
- 将 Jackson Autoconfiguration 设置为默认启用 (#476)
- 移除弃用的内容,并根据 Feign 中的 API 变更进行了调整 (#768)
Spring Cloud Commons
- 添加对基于属性的加权负载均衡配置的支持 (#1163)
Spring Cloud Netflix
- 将 Apache HttpClient 迁移到 Apache HC5 HttpClient (#4126)
Spring Cloud Stream
- 针对可观测性的升级
Spring Cloud Gateway
- 为每条路由添加配置 CORS 的选项
- 为 Circuit Breaker 过滤器添加对 URI 变量的支持
- 添加对本地响应缓存过滤器的支持
Spring Cloud Config
- 为 Config Client 添加对 Spring Native 的支持
以下模块作为 2022.0.0-RC1 的一部分也进行了升级:
Module | Version | Issues |
---|---|---|
Spring Cloud Bus | 4.0.0-RC1 | |
Spring Cloud Contract | 4.0.0-RC1 | |
Spring Cloud Function | 4.0.0-RC1 | |
Spring Cloud Vault | 4.0.0-RC1 | |
Spring Cloud Circuitbreaker | 3.0.0-RC1 | |
Spring Cloud Openfeign | 4.0.0-RC1 | (issues) |
Spring Cloud Zookeeper | 4.0.0-RC1 | |
Spring Cloud Commons | 4.0.0-RC1 | (issues) |
Spring Cloud Kubernetes | 3.0.0-RC1 | (issues) |
Spring Cloud Task | 3.0.0-RC1 | (issues) |
Spring Cloud Netflix | 4.0.0-RC1 | (issues) |
Spring Cloud Stream | 4.0.0-RC1 | |
Spring Cloud Consul | 4.0.0-RC1 | |
Spring Cloud Starter Build | 2022.0.0-RC1 | |
Spring Cloud Gateway | 4.0.0-RC1 | (issues) |
Spring Cloud Config | 4.0.0-RC1 | (issues) |
Spring Cloud Build | 4.0.0-RC1 |
详情查看 Release Note。