Skip to content

Commit 3d69bd6

Browse files
Fix changelog entry
Co-authored-by: michalsn <michal@sniatala.pl>
1 parent d8a40cc commit 3d69bd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

user_guide_src/source/changelogs/v4.8.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ BREAKING
2323
Behavior Changes
2424
================
2525

26-
- **Commands:** The ``get()`` and ``getClasses()`` methods of ``FilterCollector`` now compare the HTTP method case-sensitively.
27-
This may affect filters defined for methods like `get`, `post`, etc., which should be updated to uppercase (e.g., `GET`, `POST`) to ensure they are applied correctly.
26+
- **Commands:** The ``filter:check`` command now requires the HTTP method argument to be uppercase (e.g., ``spark filter:check GET /`` instead of ``spark filter:check get /``).
2827

2928
Interface Changes
3029
=================

0 commit comments

Comments
 (0)