Spring Cloud Hoxton.SR8 发布

Spring Cloud Hoxton Service Release 8 (SR8) 已发布,可从 Maven Central 获取更新。

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Hoxton.SR8</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Hoxton.SR8 是 BUG 修复版本, 同时支持 Spring Boot 2.3.x 和 Spring Boot 2.2.x,并且支持 从 Hoxton.SR7 的水平升级 (pig 已升级且测试环境已平稳运行

新特性

Spring Cloud Netflix

  • Eureka 客户端增加对 TLS 配置的支持

Spring Cloud Config

  • Config 客户端增加对 TLS 配置的支持

Spring Cloud Kubernetes

  • 支持 Spring Cloud Loadbalancer,自动向 Service Instance metadata 添加命名空间

依赖更新

Spring Cloud Starter Build Hoxton.SR8
Spring Cloud Netflix 2.2.5.RELEASE
Spring Cloud Openfeign 2.2.5.RELEASE
Spring Cloud Config 2.2.5.RELEASE
Spring Cloud Aws 2.2.4.RELEASE
Spring Cloud Kubernetes 1.1.6.RELEASE
Spring Cloud Gateway 2.2.5.RELEASE
Spring Cloud Gcp 1.2.5.RELEASE
Spring Cloud Commons 2.2.5.RELEASE
Spring Cloud Sleuth 2.2.5.RELEASE (issues)
Spring Cloud Vault 2.2.5.RELEASE

参考资料
https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Hoxton-Release-Notes

https://spring.io/blog/2020/08/28/spring-cloud-hoxton-sr8-has-been-released

1 个赞