Skip to content

Commit 6c32d8a

Browse files
committed
DOCS-14162 generate initial 3.6.22 changelog
1 parent 42b9835 commit 6c32d8a

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+

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.22.rst
14+
1315
.. include:: /includes/changelogs/releases/3.6.21.rst
1416

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

source/release-notes/3.6.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@ Release Notes for MongoDB 3.6
1313
Minor 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+
1635
3.6.21 - Nov 16, 2020
1736
~~~~~~~~~~~~~~~~~~~~~
1837

0 commit comments

Comments
 (0)