From 352a6a0d5312ba7789597a114d10fed2239d101b Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:30:01 -0700 Subject: [PATCH] Add Breaking Change Section for 6.5 Issue gh-16422 --- docs/modules/ROOT/pages/whats-new.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 773ad5f4f5..c6f44092c2 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -3,3 +3,10 @@ Spring Security 6.5 provides a number of new features. Below are the highlights of the release, or you can view https://github.com/spring-projects/spring-security/releases[the release notes] for a detailed listing of each feature and bug fix. + +== Breaking Changes + +=== Observability + +The `security.security.reached.filter.section` key name was corrected to `spring.security.reached.filter.section`. +Note that this may affect reports that operate on this key name.