Spring Cloud 2023.0.0-M2 发布


Spring Cloud 2023.0.0-M2 (aka Leyton) 现已发布,此版本已将所有 Spring Cloud 项目的文档迁移到 Antora。

主要变化包括:

Spring Cloud Commons

  • 重新启动时刷新范围 - 为适应 JVM 检查点重启时的环境变化而量身定制的功能(PR 1266)

Spring Cloud Gateway

  • TokenRelay过滤器中指定clientRegistrationId。( PR 2922 ) 网关可用于管理多个 ClientRegistration,每个路由可决定使用哪个 ClientRegistration。这在同时使用多个授权服务器的情况下非常有用:
    • 同时使用多个授权服务器。
    • 同时使用多种客户端身份验证方法。
    • 部分/所有下游服务需要不同的 clientId、aud 声明等。
    • 部分/所有下游服务需要不同的令牌格式(例如 JWT、不透明)

Spring Cloud OpenFeign

  • 升级到 Feign 12.5 ( PR_907 )

Spring Cloud Task

  • 用户现在可以使用外部执行 ID 查询任务执行。(PR_863)

Spring Cloud Function

  • 用户现在可以将 REST 应用程序部署为 AWS Lambda 或 Azure Functions

  • 通过 spring-cloud-function-web 部署为 REST 端点的函数的 CRUD 映射

Spring Cloud Stream

  • 主要与 Apache Kafka 绑定器和新的 Apache Pulsar 绑定器相关的几个重要错误修复和增强功能。

以下模块作为 2023.0.0-M2 的一部分也进行了更新: 

Module Version Issues
Spring Cloud Consul 4.1.0-M2 (issues)
Spring Cloud Gateway 4.1.0-M2 (issues)
Spring Cloud Zookeeper 4.1.0-M2 (issues)
Spring Cloud Bus 4.1.0-M2 (issues)
Spring Cloud Stream 4.1.0-M2 (issues)
Spring Cloud Function 4.1.0-M2 (issues)
Spring Cloud OpenFeign 4.1.0-M2 (issues)
Spring Cloud Vault 4.1.0-M2 (issues)
Spring Cloud Commons 4.1.0-M2 (issues)
Spring Cloud Task 3.1.0-M2 (issues)
Spring Cloud Kubernetes 3.1.0-M2 (issues)
Spring Cloud Starter Build 2023.0.0-M2 (issues)
Spring Cloud Config 4.1.0-M2 (issues)
Spring Cloud Build 4.1.0-M2 (issues)
Spring Cloud Netflix 4.1.0-M2 (issues)
Spring Cloud CircuitBreaker 3.1.0-M2 (issues)
Spring Cloud Contract 4.1.0-M2 (issues)
Spring Cloud Task 3.1.0-M2 (issues)

更多详情可查看官方公告。


相關推薦

2023-02-28

Spring Boot 3.1.0-M1 现已发布。此版本包括 105 项增强功能、文档改进、依赖项升级和错误修复。值得注意的新功能包括: 文件和控制台的不同 log levels 如果你使用 Logback 或 Log4j2,现在可以选择为控制台日志和文件日志

2022-08-04

Spring Cloud 2022.0.0-M4 现已发布,代号 Kilburn。Spring Cloud 2022.0.0-M4 与 Spring Boot 3.0.0-M4 兼容,一些值得关注的变化包括: Spring Cloud Stream 完全反应式 Kafka binder 的初始版本 通过 BiFunction 改进了对 Kafka tombstone records 录的支持 Sprin

2022-11-11

Spring Cloud 2021.0.5 已正式发布,代号 Jubilee。 主要变化 Spring Cloud Function 在 spring-cloud-function-azure 中添加对 Azure Timer Trigger 的支持 增强 spring-cloud-function-aws 中的 AWS Function Invoker,支持通过编程方式注入函数定义 在 spring-cloud

2022-10-08

Spring Cloud 2022.0.0 发布了第 5 个里程碑版本。 值得关注的变化 Spring Cloud Netflix 升级到 Eureka 2.0.0-rc.3。Eureka 2.0.0 是 Eureka 的一个新分支,与 7 年前的旧 2.x-archive 分支实验无关。新的 2.x 分支是为了与 JakartaEE 兼容,这也

2023-12-08

Spring Cloud 2023.0.0 现已正式 GA,此版本基于 Spring Boot 3.2.0。 具体更新内容包括: Spring Cloud Gateway Spring Cloud Gateway Server MVC,一个 Servlet/Spring MVC 兼容网关包含在 2023.0 中(issue, initial PR) Gateway Actuator 发现增强功能 ( PR

2023-08-12

Spring Cloud 2023.0 首个里程碑版本 (aka Leyton) 已发布。 获取地址:Maven Spring Cloud 为开发人员提供了工具,以快速构建分布式系统中的某些常见模式(例如:配置管理、服务发现、智能路由、微代理、控制总线、一次性令牌、

2023-04-01

Spring Cloud 2022.0.2 已发布。 获取地址:Maven Spring Cloud 为开发人员提供了工具,以快速构建分布式系统中的某些常见模式(例如:配置管理、服务发现、智能路由、微代理、控制总线、一次性令牌、全局锁、分布式会话、群

2023-03-22

Spring Cloud Tencent 1.10.2 版本现已发布,支持 Spring Cloud 2022、2021、2020 版。 Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案,实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式

2022-11-02

Spring Cloud 2022.0 发布了首个 RC 版本。 获取地址:https://repo.spring.io/milestone/ 主要变化 Spring Cloud Function 针对可观测性和原生提示 (Native Hints) 的更新 Spring Cloud OpenFeign 添加对 target URL 刷新的支持 (#710) 添加对 LoadBalancer X-

2023-04-19

Spring Cloud Tencent 1.11 版本现已发布,支持 Spring Cloud 2022、2021、2020 版。 Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案,实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式应

2022-12-21

Spring Cloud 2022.0.0 已正式发布。 获取地址:Maven Spring Cloud 为开发人员提供了工具,以快速构建分布式系统中的某些常见模式(例如:配置管理、服务发现、智能路由、微代理、控制总线、一次性令牌、全局锁、分布式会话、群

2023-07-02

Spring Cloud 2021.0.8 (又名 Jubilee) 现已正式发布。 Spring Cloud Commons Spring Cloud LoadBalancer - 允许根据请求对实例进行 chain filtering (#1227 ) 2021.0.8 更新了以下模块: Module Version Issues Spring Cloud Kubernetes 2

2022-11-24

Spring Cloud 2022.0.0 发布了第二个 RC 版本。 获取地址:https://repo.spring.io/milestone/ 主要变化 Spring Cloud 2022.0.0-RC2 需要使用 Spring Boot 3.0.0-RC2 所有 Spring Cloud 项目现在都使用 Apache HttpClient v5 Spring Cloud Contract 此版本包含许多依

2023-04-30

Spring Cloud 2021.0.7 (又名 Jubilee)已发布。该版本可以在 Maven Central 中找到。 主要有以下内容: Bug Fix Spring Cloud Gateway:路径解析优化 组件升级 Spring Cloud Netflix 3.1.6 (issues) Spring Cloud Sleuth 3.1.8 (issues)