Skip to content

Commit 5ea62e1

Browse files
committed
DOCS-13955 generate initial 3.6.21 changelog
1 parent d237abb commit 5ea62e1

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
.. _3.6.21-changelog:
2+
3+
3.6.21 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
:issue:`SERVER-51808` invariant failure: readConcern level != Available
10+
11+
Replication
12+
~~~~~~~~~~~
13+
14+
- :issue:`SERVER-49986` Convert isMaster command to hello and add aliases
15+
- :issue:`SERVER-49987` Rename response fields if “hello” is sent on mongod
16+
- :issue:`SERVER-49988` Rename response fields if "hello" is sent on mongos
17+
- :issue:`SERVER-49991` Alias printSlaveReplicationInfo() shell helper
18+
- :issue:`SERVER-50116` Forbid oplog writes when replication is enabled
19+
- :issue:`SERVER-50640` listCommands should return "isMaster" alias in addition to "hello" command name
20+
21+
Query
22+
~~~~~
23+
24+
- :issue:`SERVER-50291` Add query knob to enumerate $or children in a different order
25+
- :issue:`SERVER-51083` Problem with regex index bounds
26+
- :issue:`SERVER-51120` Find queries with MERGE_SORT incorrectly sort the results when the collation is specified
27+
28+
Storage
29+
~~~~~~~
30+
31+
:issue:`SERVER-34243` listCollections should not require a MODE_S database lock
32+
33+
Operations
34+
~~~~~~~~~~
35+
36+
:issue:`SERVER-26726` Check number of arguments for createIndex() and throw error if more than two arguments
37+
38+
Build and Packaging
39+
~~~~~~~~~~~~~~~~~~~
40+
41+
:issue:`SERVER-46342` DEB installs of MDB do not issue systemctl daemon-reload on install
42+
43+
Internals
44+
~~~~~~~~~
45+
46+
- :issue:`SERVER-41872` PlanEnumerator AndAssignment::choices ordering not stable and is relevant to set of plans generated
47+
- :issue:`SERVER-50216` Adjust sys-perf frequencies
48+
- :issue:`SERVER-50605` Add {logMessage: "msg"} test-only command
49+
- :issue:`SERVER-50736` Make OpenSSL explicitly accept SNIs presented in ClientHello
50+
- :issue:`SERVER-50818` Coverity analysis defect 114987: Wrapper object use after free
51+
- :issue:`SERVER-51106` Make the isMaster command a derived class of hello
52+
- :issue:`TOOLS-2590` [v3.6] sslAllowInvalidHostnames bypass ssl/tls server certification validation entirely
53+

source/release-notes/3.6-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: twocols
1212

13+
.. include:: /includes/changelogs/releases/3.6.21.rst
14+
1315
.. include:: /includes/changelogs/releases/3.6.20.rst
1416

1517
.. include:: /includes/changelogs/releases/3.6.19.rst

source/release-notes/3.6.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@ Release Notes for MongoDB 3.6
1313
Minor Releases
1414
--------------
1515

16+
3.6.21 - Upcoming
17+
~~~~~~~~~~~~~~~~~
18+
19+
Issues Fixed:
20+
21+
- :issue:`SERVER-26726`: Check number of arguments for createIndex() and
22+
throw error if more than two arguments
23+
- :issue:`SERVER-34243`: listCollections should not require a MODE_S
24+
database lock
25+
- :issue:`SERVER-49986`: Convert isMaster command to hello and add
26+
aliases
27+
- :issue:`SERVER-50291`: Add query knob to enumerate $or children in a
28+
different order
29+
- :issue:`SERVER-50736`: Make OpenSSL explicitly accept SNIs presented
30+
in ClientHello
31+
- :issue:`SERVER-51120`: Find queries with MERGE_SORT incorrectly sort
32+
the results when the collation is specified
33+
34+
- `All JIRA issues closed in 3.6.21
35+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.21%27>`_
36+
37+
- :ref:`3.6.21-changelog`
38+
1639
3.6.20 - Sep 14, 2020
1740
~~~~~~~~~~~~~~~~~~~~~
1841

0 commit comments

Comments
 (0)