File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,9 @@ Internals
119
119
User::validateRestrictions
120
120
- :issue: `SERVER-85771 ` Make $bucketAuto more robust in the case of an
121
121
empty string for the groupBy field
122
+ - :issue: `SERVER-85984 ` The test for inserting docs larger than the user
123
+ max relies on a specific order of documents in the oplog, but that
124
+ order is not guaranteed
122
125
- :issue: `SERVER-86027 ` Tag
123
126
insert_docs_larger_than_max_user_size_standalone.js with
124
127
requires_persistence and requires_replication
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Patch Releases
55
55
56
56
.. _5.0.25-release-notes:
57
57
58
- 5.0.25 - Upcoming
59
- ~~~~~~~~~~~~~~~~~
58
+ 5.0.25 - February 28, 2024
59
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
60
60
61
61
- :issue:`SERVER-64444` listIndexes fails on invalid pre-5.0 index spec
62
62
after upgrade
You can’t perform that action at this time.
0 commit comments