-
Spring Cloud 2021.0.0 正式发布,第一个支持Spring Boot 2.6的版本!
美国时间12月2日,Spring Cloud 正式发布了第一个支持 Spring Boot 2.6 的版本,版本号为:2021.0.0
,codename 为 Jubilee
。
在了解具体更新内容之前,先提个最重要的点:2021.0.0版本对应的Spring Boot是从2.6.1开始的,所以如果在升级的时候不要用2.6.0版本。
好了,下面就跟DD一起来看看这个版本的内容吧!
更新内容
Spring Cloud Commons
支持为每个负载均衡进行配置,该特性也同样适用于Gateway、Contract和Openfeign。
Spring Cloud Config
增加与AWS Secrets Manager、AWS Parameter Store和GCP Secret Manager的集成。
Spring Cloud Gateway
- 支持基于Redis的动态路由
- 支持HTTP 2
- 支持gRPC
Spring Cloud Kubernetes
优化配置服务和发现控制器
Spring Cloud OpenFeign
支持@Cachable
Spring Cloud Sleuth
支持更多跟踪集成,现已包括: Tomcat, Spring Vault, R2DBC, JDBC, Spring Cloud Deployer, Spring Cloud Skipper, Reactor Kafka, Spring TX, Spring Batch, RSocket, Spring Cloud Task, Spring Cloud Config, Kotlin Coroutines等.
组件版本
2021.0.0版本下各组件的版本升级如下:
Module | Version | Issues |
---|---|---|
Spring Cloud Vault | 3.1.0 | |
Spring Cloud Bus | 3.1.0 | |
Spring Cloud Cli | 3.1.0 | |
Spring Cloud Zookeeper | 3.1.0 | |
Spring Cloud Circuitbreaker | 2.1.0 | (issues) |
Spring Cloud Commons | 3.1.0 | (issues) |
Spring Cloud Kubernetes | 2.1.0 | (issues) |
Spring Cloud Openfeign | 3.1.0 | (issues) |
Spring Cloud Task | 2.4.0 | (issues) |
Spring Cloud Sleuth | 3.1.0 | (issues) |
Spring Cloud Contract | 3.1.0 | (issues) |
Spring Cloud Consul | 3.1.0 | |
Spring Cloud Gateway | 3.1.0 | (issues) |
Spring Cloud Config | 3.1.0 | (issues) |
Spring Cloud Cloudfoundry | 3.1.0 | |
Spring Cloud Starter Build | 2021.0.0 | |
Spring Cloud Netflix | 3.1.0 | (issues) |
小结
该版本的新特性并不多,DD觉得这个版本中的三面三个点可以关注一下:
- 负载均衡的配置优化
- Gateway上的优化
-
OpenFeign支持
@Cachable
原文:https://www.cnblogs.com/didispace/p/15637328.html