2
0

whats-new.adoc 827 B

123456789101112131415161718192021
  1. [[new]]
  2. = What's New in Spring Security 6.3
  3. Spring Security 6.3 provides a number of new features.
  4. Below are the highlights of the release.
  5. == General
  6. - 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
  7. == Configuration
  8. - 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
  9. == CAS
  10. - https://github.com/spring-projects/spring-security/pull/14193[gh-14193] - Added support for CAS Gateway Authentication
  11. == Crypto
  12. - https://github.com/spring-projects/spring-security/issues/14202[gh-14202] - Migrated spring-security-rsa into spring-security-crypto