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:
1010 branched : true
1111 siteroot : true
1212version :
13- release : ' 4.0.20 '
13+ release : ' 4.0.21 '
1414 branch : ' 4.0'
1515system :
1616 files :
Original file line number Diff line number Diff line change 4242- :issue: `SERVER-39392 ` Invariant in PlanStage::dispose always evaluates as true
4343- :issue: `SERVER-45233 ` Indexed inequalities to arrays return incorrect results
4444- :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
4647
4748Aggregation
4849~~~~~~~~~~~
@@ -86,6 +87,8 @@ Internals
8687- :issue: `SERVER-50736 ` Make OpenSSL explicitly accept SNIs presented in ClientHello
8788- :issue: `SERVER-50818 ` Coverity analysis defect 114987: Wrapper object use after free
8889- :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
8992- :issue: `TOOLS-2589 ` [v4.0] sslAllowInvalidHostnames bypass ssl/tls server certification validation entirely
9093- :issue: `WT-6421 ` Avoid parsing metadata checkpoint for clean files
9194- :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
1515
1616.. _4.0.21-release-notes:
1717
18- 4.0.21 - Upcoming
19- ~~~~~~~~~~~~~~~~~
18+ 4.0.21 - Nov 10, 2020
19+ ~~~~~~~~~~~~~~~~~~~~~
2020
2121Issues fixed:
2222
You can’t perform that action at this time.
0 commit comments