We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d7da3 commit 3d0ffd3Copy full SHA for 3d0ffd3
1 file changed
changelog/unreleased/pr-25808.toml
@@ -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