Skip to content

Commit

Permalink
docs(changelog): add changelog entry for the http.path.segments.len
Browse files Browse the repository at this point in the history
… field (#12406)

KAG-3604
---------

Co-authored-by: Datong Sun <[email protected]>
  • Loading branch information
2 people authored and ADD-SP committed Mar 7, 2024
1 parent 76ea926 commit 5999baf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
message: |
Support `http.path.segments.*` field in expressions router flavor
which allows matching incoming request path by individual segment or ranges of segments.
Support `http.path.segments.len` and `http.path.segments.*` fields in the expressions router
which allows matching incoming (normalized) request path by individual segment or ranges of segments,
plus checking the total number of segments.
type: feature
scope: Core

0 comments on commit 5999baf

Please sign in to comment.