Skip to content

Commit d1d21a9

Browse files
committed
DOCS-11667: 3.2.20 release - upcoming
1 parent e8aa918 commit d1d21a9

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.. _3.2.20-changelog:
2+
3+
3.2.20 Changelog
4+
----------------
5+
6+
Security
7+
~~~~~~~~
8+
9+
:issue:`SERVER-34193` Limit recursive definition ASN.1 types with OpenSSL update
10+
11+
Operations
12+
~~~~~~~~~~
13+
14+
- :issue:`SERVER-12644` Move note about noprealloc hurting performance to startup warnings
15+
- :issue:`SERVER-24785` backup_restore.js fails when observing FTDC interim files
16+
- :issue:`SERVER-30114` Monitor cumulative time spent in tcmalloc spin lock
17+
18+
Build and Packaging
19+
~~~~~~~~~~~~~~~~~~~
20+
21+
- :issue:`SERVER-21317` Better fallback for builds with no version.json and no git repo
22+
- :issue:`SERVER-31535` Platform Support: remove Ubuntu 12.04 builds
23+
- :issue:`SERVER-31809` Start using toolchain python on macOS
24+
- :issue:`SERVER-32923` Platform Support: remove SLES11 builds
25+
- :issue:`SERVER-33184` Set LANG=C on ASAN Enterprise SSL Ubuntu 16.04 DEBUG to avoid "Invalid or no user locale set" error
26+
- :issue:`SERVER-34149` Upgrade zlib to latest
27+
28+
Internals
29+
~~~~~~~~~
30+
31+
- :issue:`SERVER-26790` bson_validate should verify OIDs can be skipped
32+
- :issue:`SERVER-27408` burn_in_tests.py doesn't always exclude tagged tests when generating outfile
33+
- :issue:`SERVER-32241` applyOps reports success even when a nested applyOps fails.
34+
- :issue:`SERVER-32522` set_read_and_write_concerns.js treats mapReduce "out" field like aggregation's $out stage
35+
- :issue:`SERVER-32583` Sys-perf update bootstrap variables to use proper ConfigDict Names
36+
- :issue:`SERVER-32664` Sys-perf enable running baselines at lower priority
37+
- :issue:`SERVER-32691` Create passthrough for w="majority" with 2-node replica set to address lost test coverage
38+
- :issue:`SERVER-33142` Experiment with disabling cluster reuse in system_perf.yml
39+
- :issue:`SERVER-33236` Update perf.yml to use ssh form of git clone
40+
- :issue:`SERVER-33398` Add the new finer grained sys-perf tasks
41+
- :issue:`SERVER-33670` Build mongo binaries with -ssl compile flag in system_perf.yml
42+
- :issue:`SERVER-33751` Auth when connecting to an existing cluster in ReplSetTest
43+
- :issue:`SERVER-33848` Update compile flags for sys-perf and performance projects
44+
- :issue:`SERVER-33970` New baselines for mongo-perf
45+
- :issue:`SERVER-34140` remove multiple distro specification for single tasks in evergreen configs
46+
- :issue:`SERVER-34681` Don't use toolchain python on Linux 32-bit
47+
- :issue:`WT-3533` eviction handle walk can race with handle re-open
48+
- :issue:`WT-3590` Keep data consistent if writes fail during a clean shutdown
49+
- :issue:`WT-3618` WT remove solaris from evergreen builds
50+
- :issue:`WT-3994` Enhance WiredTiger Jenkins pull request tester for old branches
51+

source/release-notes/3.2-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: singlecol
1212

13+
.. include:: /includes/changelogs/releases/3.2.20.rst
14+
1315
.. include:: /includes/changelogs/releases/3.2.19.rst
1416

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

source/release-notes/3.2.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,25 @@ Minor Releases
3333

3434
/release-notes/3.2-changelog
3535

36+
.. _3.2.20-release-notes:
37+
38+
3.2.20 - Upcoming
39+
~~~~~~~~~~~~~~~~~
40+
41+
42+
- :issue:`SERVER-32241`: applyOps reports success even when a nested
43+
applyOps fails.
44+
45+
- :issue:`SERVER-32923`: Platform Support: remove SLES11 builds.
46+
47+
- :issue:`SERVER-31535`: Platform Support: remove Ubuntu 12.04 builds.
48+
49+
- :ref:`3.2.20-changelog`
50+
51+
- `All JIRA issues closed in 3.2.20
52+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.2.20%27>`_
53+
54+
3655
.. _3.2.19-release-notes:
3756

3857
3.2.19 - Feb 6, 2018

0 commit comments

Comments
 (0)