Skip to content

Commit 3d0ffd3

Browse files
committed
Add changelog snippet for #25808
1 parent 13d7da3 commit 3d0ffd3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

changelog/unreleased/pr-25808.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
type = "changed"
2+
message = "Apply a case-insensitive, numeric-aware collation by default for paginated MongoDB queries."
3+
4+
details.user = """
5+
Paginated list endpoints that previously sorted case-sensitively now sort case-insensitively and
6+
with natural numeric ordering by default (e.g. `Stream 2` before `Stream 10`). Callers that need
7+
the previous behavior can still supply their own `Collation` to the pagination helper.
8+
"""
9+
10+
pulls = ["25808"]

0 commit comments

Comments
 (0)