File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ project:
10
10
branched : true
11
11
siteroot : true
12
12
version :
13
- release : ' 4.0.20 '
13
+ release : ' 4.0.21 '
14
14
branch : ' 4.0'
15
15
system :
16
16
files :
Original file line number Diff line number Diff line change 42
42
- :issue: `SERVER-39392 ` Invariant in PlanStage::dispose always evaluates as true
43
43
- :issue: `SERVER-45233 ` Indexed inequalities to arrays return incorrect results
44
44
- :issue: `SERVER-50291 ` Add query knob to enumerate $or children in a different order
45
- - :issue: `SERVER-51120 ` Find queries with MERGE_SORT incorrectly sort the results when the collation is specified
45
+ - :issue: `SERVER-51083 ` Problem with regex index bounds
46
+ - :issue: `SERVER-51120 ` Find queries with SORT_MERGE incorrectly sort the results when the collation is specified
46
47
47
48
Aggregation
48
49
~~~~~~~~~~~
@@ -86,6 +87,8 @@ Internals
86
87
- :issue: `SERVER-50736 ` Make OpenSSL explicitly accept SNIs presented in ClientHello
87
88
- :issue: `SERVER-50818 ` Coverity analysis defect 114987: Wrapper object use after free
88
89
- :issue: `SERVER-51106 ` Make the isMaster command a derived class of hello
90
+ - :issue: `SERVER-51608 ` [4.0] backport implicitly_retry_on_background_op_in_progress.js
91
+ - :issue: `SERVER-51802 ` Add requires_majority_read_concern tag to decrypt_tool.js on v4.0
89
92
- :issue: `TOOLS-2589 ` [v4.0] sslAllowInvalidHostnames bypass ssl/tls server certification validation entirely
90
93
- :issue: `WT-6421 ` Avoid parsing metadata checkpoint for clean files
91
94
- :issue: `WT-6559 ` Use the session id from the new session to determine statistics bucket
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Minor Releases
15
15
16
16
.. _4.0.21-release-notes:
17
17
18
- 4.0.21 - Upcoming
19
- ~~~~~~~~~~~~~~~~~
18
+ 4.0.21 - Nov 10, 2020
19
+ ~~~~~~~~~~~~~~~~~~~~~
20
20
21
21
Issues fixed:
22
22
You can’t perform that action at this time.
0 commit comments