whats-new.adoc 475 B

1234567891011
  1. [[new]]
  2. = What's New in Spring Security 6.0
  3. Spring Security 6.0 provides a number of new features.
  4. Below are the highlights of the release.
  5. == Breaking Changes
  6. * https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
  7. Instead use data storage to encrypt values.
  8. * https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default