Spring Cloud 2023.0.0 (aka Leyton) 現已推出
我謹代表社群宣布 Spring Cloud 2023.0.0 Release Train 的正式發布 (RELEASE) 今天推出。該版本可在 Maven Central 中找到。您可以查看 2023.0 版本資訊以獲取更多資訊。
2023.0 Release Train 中的重要變更
此版本基於 Spring Boot 3.2.0。
請參閱 2023.0.0 中的所有問題 此處。
Spring Cloud Gateway
- Spring Cloud Gateway Server MVC,一個 Servlet/Spring MVC 相容的閘道,包含在 2023.0 中 (issue, initial PR)
- Gateway Actuator 探索增強功能 (PR 3147)
Spring Cloud Function
-
使用者現在可以將 REST 應用程式部署為 AWS Lambdas 或 Azure Functions
-
透過 spring-cloud-function-web,將部署為 REST 端點的函數進行 CRUD 映射
…