Spring Cloud Hoxton.SR5
- Spring Cloud 2020.0.0.M2(Ilford)
- Spring Cloud Greenwich.SR6,
重点说明 Hoxton.SR5 生产可用版本的变化
- Hoxton.SR5 同时支持 Spring Boot 2.2.x 和 Spring Boot 2.3.x
- 之前 Hoxton 版本,不确定兼容 Spring Boot 2.2 (笔者测试 Hoxton.S4 可以兼容 )
Spring Cloud Netflix
Eureka 客户端在启动过程中 使用 http api,避免未注册而不服务端注销的情况。
Spring Cloud Config
支持 Azure 存储的的身份认证
Spring Cloud Gateway
支持自定义 host 头信息
Spring Cloud Openfeign
- 支持 spring data 分页
- 支持禁用某个 外部 feignclient 的功能
- 增加了一个错误解码器
Spring Cloud Consul
支持自定义 Consul 元数据信息
Spring Cloud Bus
提供远程事件处理的能力. 通过 @RemoteApplicationEventsScan
,可以像本地使用 spring event 一样简单
Spring Cloud Kubernetes
服务健康监控端点增加 lable
Spring Cloud Commons
完善对 Spring Cloud Loadbalancer 的支持.扩展随机的负载均衡算法,增加了缓存因素,避免刷新过程中重新选择。
Spring Cloud Sleuth
默认情况下已禁用 ExceptionLoggingFilter
Spring Cloud Contract
提供对 Spring Cloud Loadbalancer 的初步支持
其他版本信息可以参考
- Greenwich.SR6
https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Greenwich-Release-Notes - 2020.0.0.M2
https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-2020.0-Release-Notes
转自 https://www.oschina.net/news/116127/spring-cloud-released