Skip to content

Commit 55a1329

Browse files
committed
DOCS-13914 update 4.0.21 changelog
1 parent f1752b5 commit 55a1329

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project:
1010
branched: true
1111
siteroot: true
1212
version:
13-
release: '4.0.20'
13+
release: '4.0.21'
1414
branch: '4.0'
1515
system:
1616
files:

source/includes/changelogs/releases/4.0.21.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Query
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

4748
Aggregation
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

source/release-notes/4.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2121
Issues fixed:
2222

0 commit comments

Comments
 (0)