Update What's New for 5.8

This commit is contained in:
Daniel Garnier-Moiroux 2022-10-03 11:13:19 +02:00 committed by Steve Riesenberg
parent 7f9600ae08
commit bf59d7c374
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ Below are the highlights of the release.
* https://github.com/spring-projects/spring-security/pull/11771[gh-11771] - `HttpSecurityDsl` should support `apply` method
* https://github.com/spring-projects/spring-security/pull/11232[gh-11232] - `ClientRegistrations#rest` defines 30s connect and read timeouts
* https://github.com/spring-projects/spring-security/pull/11464[gh-11464] - Remember Me supports SHA256 algorithm
* https://github.com/spring-projects/spring-security/pull/11908[gh-11908] - Make X-Xss-Protection header value configurable in ServerHttpSecurity