File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 66Sharding
77~~~~~~~~
88
9+ - :issue: `SERVER-40459 ` Optimize the construction of the balancer's
10+ collection distribution status histogram
911- :issue: `SERVER-79086 ` Deletion of ReshardingCoordinatorService state
1012 document is not idempotent
1113- :issue: `SERVER-79327 ` Missing verification in refine collection shard
@@ -87,6 +89,7 @@ Internals
8789 should not run two refreshes without resetting the catalog cache
8890 loader mock return value
8991- :issue: `SERVER-79926 ` Investigate OCSP failure possibilities
92+ - :issue: `SERVER-79975 ` [Classic] Optimize large group keys
9093- :issue: `SERVER-80021 ` Make $convert round-trip correctly between
9194 double and string
9295- :issue: `SERVER-80100 ` Fix typo in excluding
@@ -122,8 +125,12 @@ Internals
122125 phase on the recipient shard
123126- :issue: `SERVER-81202 ` Use host environment when signing
124127- :issue: `SERVER-81431 ` Add canaries_only task to older mongo branches
128+ - :issue: `SERVER-81904 ` Address test-only issue in UpdateChunkMapRandom
129+ unit test
125130- :issue: `SERVER-81966 ` Avoid modification of previous ChunkMap
126131 instances during refresh
132+ - :issue: `SERVER-81985 ` FlushRoutingTableCacheUpdates command should not
133+ be allowed on databases
127134- :issue: `SERVER-82003 ` powercycle tests are missing variables
128135- :issue: `SERVER-82070 ` Classic window function $stdDevSamp handles
129136 empty window frame incorrectly
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ Patch Releases
5050
5151.. _5.0.22-release-notes:
5252
53- 5.0.22 - Upcoming
54- ~~~~~~~~~~~~~~~~~
53+ 5.0.22 - October 26, 2023
54+ ~~~~~~~~~~~~~~~~~~~~~~~~~
5555
5656- :issue:`SERVER-68548` MongoDB Shell version 4.4.15 logging asio message despite
5757 --quiet flag
You can’t perform that action at this time.
0 commit comments