Spring Boot 2.6 is now available
On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 2.6.0 has been released and is available from Maven Central.
This release adds a significant number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.
What's new in 2.6
- Support for
SameSite
attributes on session cookies for servlet applications - Support for configuring health groups on the main or management port
- Enhanced
/info
endpoint with Java Runtime information - Support for testing Spring MVC using
WebTestClient
- Auto-configuration for
spring-rabbit-stream
- Support for pluggable rules for sanitizing properties in
/env
andconfigprops
…