File tree Expand file tree Collapse file tree 3 files changed +78
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +78
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ .. include:: /includes/changelogs/releases/3.6.21.rst
14
+
13
15
.. include:: /includes/changelogs/releases/3.6.20.rst
14
16
15
17
.. include:: /includes/changelogs/releases/3.6.19.rst
Original file line number Diff line number Diff line change @@ -13,6 +13,29 @@ Release Notes for MongoDB 3.6
13
13
Minor Releases
14
14
--------------
15
15
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
+
16
39
3.6.20 - Sep 14, 2020
17
40
~~~~~~~~~~~~~~~~~~~~~
18
41
You can’t perform that action at this time.
0 commit comments