-
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
最新更新
求1000阶乘的结果末尾有多少个0
详解MyBatis延迟加载是如何实现的
IDEA 控制台中文乱码4种解决方案
SpringBoot中版本兼容性处理的实现示例
Spring的IOC解决程序耦合的实现
详解Spring多数据源如何切换
Java报错:UnsupportedOperationException in Col
使用Spring Batch实现批处理任务的详细教程
java中怎么将多个音频文件拼接合成一个
SpringBoot整合ES多个精确值查询 terms功能实
数据库审计与智能监控:从日志分析到异
SQL Server 中的数据类型隐式转换问题
SQL Server中T-SQL 数据类型转换详解
sqlserver 数据类型转换小实验
SQL Server数据类型转换方法
SQL Server 2017无法连接到服务器的问题解决
SQLServer地址搜索性能优化
Sql Server查询性能优化之不可小觑的书签查
SQL Server数据库的高性能优化经验总结
SQL SERVER性能优化综述(很好的总结,不要错
uniapp/H5 获取手机桌面壁纸 (静态壁纸)
[前端] DNS解析与优化
为什么在js中需要添加addEventListener()?
JS模块化系统
js通过Object.defineProperty() 定义和控制对象
这是目前我见过最好的跨域解决方案!
减少回流与重绘
减少回流与重绘
如何使用KrpanoToolJS在浏览器切图
performance.now() 与 Date.now() 对比