Spring Cloud 2020.0.5 發(fā)布

Spring Cloud 2020.0.5 正式發(fā)布,這是錯誤修正版本。兼容 Spring Boot 2.4.x and 2.5.x, 不支持 2.6.x (請使用 Spring Cloud 2021)
目前已經(jīng)可以從中央倉庫獲取,坐標(biāo)如下:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2020.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
...
</dependencies>
更新日志
Spring Cloud Netflix
更新至 Netflix/Eureka to 1.10.17
Spring Cloud Config
Git 存儲配置文件支持 https 代理
新增 AWS 、 Redis 、CredHub 的存儲支持 Support ordering AWS, Redis, and CredHub Repositories (1980)
Spring Cloud Gateway
新增監(jiān)控指標(biāo): netty 連接數(shù),路徑標(biāo)簽、路由定義的數(shù)量
Spring Cloud Kubernetes
Kubernetes API Client 可以設(shè)置代理 允許不設(shè)置 activeProfile 參數(shù) 升級 Kubernetes Java Client 11.0.3
Spring Cloud Openfeign
PageJacksonModule 序列化模塊 支持 size = 0 的分頁設(shè)置
Spring Cloud Sleuth
新增緩存執(zhí)行器包裝器
Spring Cloud Vault
token 支持從 ~/.vault_token 獲取
新增 spring.cloud.vault.reactive.enabled 屬性
支持多個數(shù)據(jù)庫密鑰的生成
組件版本
| 組件 | 版本 |
|---|---|
| Spring Cloud Netflix | 3.0.5 |
| Spring Cloud Config | 3.0.6 |
| Spring Cloud Sleuth | 3.0.5 |
| Spring Cloud Gateway | 3.0.6 |
| Spring Cloud Cloudfoundry | 3.0.3 |
| Spring Cloud Contract | 3.0.5 |
| Spring Cloud Kubernetes | 2.0.5 |
| Spring Cloud Zookeeper | 3.0.5 |
| Spring Cloud Cli | 3.0.4 |
| Spring Cloud Task | 2.3.5 |
| Spring Cloud Starter Build | 2020.0.5 |
| Spring Cloud Openfeign | 3.0.6 |
| Spring Cloud Vault | 3.0.5 |
| Spring Cloud Commons | 3.0.5 |
技術(shù)交流群
點擊閱讀原文,送你免費Spring Boot教程!
評論
圖片
表情
