File tree Expand file tree Collapse file tree 3 files changed +63
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ .. _3.6.22-changelog :
2+
3+ 3.6.22 Changelog
4+ ----------------
5+
6+ Sharding
7+ ~~~~~~~~
8+
9+ :issue: `SERVER-53182 ` [v3.6] Omit "versions" from {shardingState: 1} command when not running as a --shardsvr
10+
11+ Replication
12+ ~~~~~~~~~~~
13+
14+ - :issue: `SERVER-33747 ` Arbiter tries to start data replication if cannot find itself in config after restart
15+ - :issue: `SERVER-52680 ` Removed node on startup stuck in STARTUP2 after being re-added into the replica set
16+ - :issue: `SERVER-53026 ` Secondary cannot restart replication
17+ - :issue: `SERVER-53345 ` Excuse arbiter_new_hostname.js from multiversion tests
18+
19+ Query
20+ ~~~~~
21+
22+ :issue: `SERVER-32960 ` $mod has inconsistent rounding/truncation behavior
23+
24+ Storage
25+ ~~~~~~~
26+
27+ :issue: `SERVER-52902 ` Remove assertion !haveJournalFiles() at dur_journal.cpp:265
28+
29+ Build and Packaging
30+ ~~~~~~~~~~~~~~~~~~~
31+
32+ - :issue: `SERVER-32437 ` Platform Support: add Amazon Linux 2
33+ - :issue: `SERVER-52854 ` Fix package test on debian based system in 3.6
34+
35+ Internals
36+ ~~~~~~~~~
37+
38+ - :issue: `SERVER-50445 ` Return the value as double when NumberLong subtraction overflows in ExpressionSubtract
39+ - :issue: `SERVER-50891 ` mongod 3.6.20-rc2 core dumps if dbpath DNE or perms block
40+ - :issue: `SERVER-52654 ` new signing keys not generated by the monitoring-keys-for-HMAC thread
41+ - :issue: `SERVER-52806 ` deb install files assume systemd
42+
Original file line number Diff line number Diff line change 1010 :depth: 1
1111 :class: twocols
1212
13+ .. include:: /includes/changelogs/releases/3.6.22.rst
14+
1315.. include:: /includes/changelogs/releases/3.6.21.rst
1416
1517.. include:: /includes/changelogs/releases/3.6.20.rst
Original file line number Diff line number Diff line change @@ -13,6 +13,25 @@ Release Notes for MongoDB 3.6
1313Minor Releases
1414--------------
1515
16+ 3.6.22 - Upcoming
17+ ~~~~~~~~~~~~~~~~~
18+
19+ Issues Fixed:
20+
21+ - :issue:`SERVER-32437`: Platform Support: add Amazon Linux 2
22+ - :issue:`SERVER-33747`: Arbiter tries to start data replication if
23+ cannot find itself in config after restart
24+ - :issue:`SERVER-52654`: new signing keys not generated by the
25+ monitoring-keys-for-HMAC thread
26+ - :issue:`SERVER-52680`: Removed node on startup stuck in STARTUP2 after
27+ being re-added into the replica set
28+ - :issue:`SERVER-53026`: Secondary cannot restart replication
29+
30+ - `All JIRA issues closed in 3.6.22
31+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.22%27>`_
32+
33+ - :ref:`3.6.22-changelog`
34+
16353.6.21 - Nov 16, 2020
1736~~~~~~~~~~~~~~~~~~~~~
1837
You can’t perform that action at this time.
0 commit comments