Spring Cloud 2025.0.0-RC1 (aka Northfields) has been released
On behalf of the community, I am pleased to announce that the Release Candidate 1 (RC1) of the Spring Cloud 2025.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2025.0 release notes for more information.
Notable Changes in the 2025.0.0 Release Train
This release is based on Spring Boot 3.5.0-RC1.
For a complete list of changes made in this release see this project on GitHub.
Spring Cloud Config
- Support YAML specific profile documents in AWS S3 buckets (#2825)
Spring Cloud Gateway
- Allow registering custom filters and predicates as beans (#3250)
- Support setting Spring.webflux.base-path and supporting it in path predicate (#2984)
- Add Permissions-Policy as configurable option to SecureHeaders GatewayFilter (#2975)
- Support for reloading httpClient connectTimeout Configuration (#3679) …