spring-security/docs/modules/ROOT/pages/whats-new.adoc

12 lines
815 B
Plaintext
Raw Normal View History

[[new]]
2022-05-03 06:13:07 +08:00
= What's New in Spring Security 5.8
2022-05-03 06:13:07 +08:00
Spring Security 5.8 provides a number of new features.
Below are the highlights of the release.
2022-09-15 03:58:48 +08:00
* https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs
* https://github.com/spring-projects/spring-security/pull/11782[gh-11782] - @WithMockUser Supported as Merged Annotation
2022-09-15 03:58:48 +08:00
* https://github.com/spring-projects/spring-security/issues/11661[gh-11661] - Configurable authentication converter for resource-servers with token introspection
* https://github.com/spring-projects/spring-security/pull/11771[gh-11771] - `HttpSecurityDsl` should support `apply` method
2022-09-15 04:13:41 +08:00
* https://github.com/spring-projects/spring-security/pull/11232[gh-11232] - `ClientRegistrations#rest` defines 30s connect and read timeouts