2018-03-06 06:56:47 +08:00
[[new]]
2023-12-06 06:34:14 +08:00
= What's New in Spring Security 6.3
2018-03-06 06:56:47 +08:00
2023-12-06 06:34:14 +08:00
Spring Security 6.3 provides a number of new features.
2018-03-06 06:56:47 +08:00
Below are the highlights of the release.
2023-07-26 02:31:30 +08:00
2024-01-31 22:28:23 +08:00
== General
- https://spring.io/blog/2024/01/19/spring-security-6-3-adds-passive-jdk-serialization-deserialization-for[blog post] - Added Passive JDK Serialization/Deserialization for Seamless Upgrades
2023-07-26 02:31:30 +08:00
== Configuration
- https://github.com/spring-projects/spring-security/issues/6192[gh-6192] - xref:reactive/authentication/concurrent-sessions-control.adoc[docs] Add Concurrent Sessions Control on WebFlux
2023-12-20 21:54:16 +08:00
== CAS
- https://github.com/spring-projects/spring-security/pull/14193[gh-14193] - Added support for CAS Gateway Authentication
2023-12-27 21:45:59 +08:00
== Crypto
- https://github.com/spring-projects/spring-security/issues/14202[gh-14202] - Migrated spring-security-rsa into spring-security-crypto