File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ Internals
51
51
AutoSplitVector
52
52
- :issue: `SERVER-68470 ` Amazon Linux 4.2/4.4 RPMs fail to install due to
53
53
missing shadow-utils
54
+ - :issue: `SERVER-69001 ` Initial sync should set the minValid document to
55
+ the "stopTimestamp"
54
56
- :issue: `SERVER-69003 ` [4.4] backport pm-2419 Per Shard Cursors via
55
57
mongos
56
58
- :issue: `SERVER-69133 ` remove redundant setting of hardlink install
@@ -70,6 +72,8 @@ Internals
70
72
- :issue: `SERVER-69868 ` Return an error when starting a TransportLayer
71
73
that is shutdown
72
74
- :issue: `SERVER-69912 ` SConstruct is executable by mistake
75
+ - :issue: `SERVER-70235 ` Don't create range deletion documents upon
76
+ v4.2-v4.4 upgrade in case of collection uuid mismatch
73
77
- :issue: `SERVER-70299 ` Remove JSON.send command usage
74
78
- :issue: `SERVER-70348 ` Remove EAGAIN for queryable WT and retry
75
79
internally
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Patch Releases
15
15
16
16
.. _4.4.18-release-notes:
17
17
18
- 4.4.18 - Upcoming
19
- ~~~~~~~~~~~~~~~~~
18
+ 4.4.18 - November 15, 2022
19
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
20
20
21
21
Issues fixed:
22
22
You can’t perform that action at this time.
0 commit comments