Spring Session 3.2 goes GA
On behalf of the Spring Security team, it is my pleasure to announce that Spring Session 3.2.0 is generally available from Maven Central now! The 3.2 generation comes with some key improvements:
- Introduce
SessionIdGenerator
to allow custom session id generation - Allow safe deserialization of Redis sessions
You can check the related documentation on the What's New section of the reference docs.
This release will be included in the upcoming Spring Boot 3.2
GA release. We are looking forward to hearing your feedback.