whats-new.adoc 1.3 KB

1234567891011121314151617181920
  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/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
  7. Use the OpenSaml 4 Support instead.
  8. * https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
  9. Instead use data storage to encrypt values.
  10. * https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default
  11. * https://github.com/spring-projects/spring-security/issues/8819 - Move filters to web package
  12. Reorganize imports
  13. * https://github.com/spring-projects/spring-security/issues/7349 - Move filter and token to appropriate packages
  14. Reorganize imports
  15. * https://github.com/spring-projects/spring-security/issues/11026[gh-11026] - Use `RequestAttributeSecurityContextRepository` instead of `NullSecurityContextRepository`
  16. * https://github.com/spring-projects/spring-security/pull/11887[gh-11827] - Change default authority for `oauth2Login()`
  17. * https://github.com/spring-projects/spring-security/issues/10347[gh-10347] - Remove `UsernamePasswordAuthenticationToken` check in `BasicAuthenticationFilter`