Skip to content

Commit 421bfd2

Browse files
committed
DOCS-12005: 3.2.21 upcoming
1 parent ba411c3 commit 421bfd2

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.. _3.2.21-changelog:
2+
3+
3.2.21 Changelog
4+
----------------
5+
6+
Query
7+
~~~~~
8+
9+
:issue:`SERVER-35693` Parsing of $in takes quadratic time due to O(n^2) boost::flat_set constructor
10+
11+
Storage
12+
~~~~~~~
13+
14+
- :issue:`SERVER-30724` Initial sync might miss ops that were in flight when it started
15+
- :issue:`SERVER-34863` Disable LSM testing on 3.2, 3.4 and 3.6 branches
16+
17+
Operations
18+
~~~~~~~~~~
19+
20+
- :issue:`SERVER-35854` Log in 3.2 when client metadata is received
21+
- :issue:`SERVER-36010` Change log messages for Windows stacktraces to use error() or severe() rather than log()
22+
- :issue:`SERVER-36778` Make 3.2 client metadata log messages match 3.4+ format
23+
24+
Build and Packaging
25+
~~~~~~~~~~~~~~~~~~~
26+
27+
:issue:`SERVER-32999` Platform Support: remove Debian 7
28+
29+
Internals
30+
~~~~~~~~~
31+
32+
- :issue:`SERVER-34371` Stop ignoring errors when the test fixture fails to delete data files
33+
- :issue:`SERVER-34374` resmoke.py uses bytestrings for representing pathnames, leading to silently failing to clear the dbpath on Windows
34+
- :issue:`SERVER-34380` system_perf.yml: Remove the compile_proxy task
35+
- :issue:`SERVER-34540` Remove sleeptest from dbtests
36+
- :issue:`SERVER-34793` Add call to BF suggestion server on failed task completion
37+
- :issue:`SERVER-34851` Disallow index selection for identical min & max values on find
38+
- :issue:`SERVER-34888` Track status of SSLPeerInfo
39+
- :issue:`SERVER-34950` Use new sys-perf baseline 3.4.14-Baseline
40+
- :issue:`SERVER-35071` Split MMAPv1 tasks into separate variants in sys-perf
41+
- :issue:`SERVER-35108` Enable signal processing in system_perf.yml
42+
- :issue:`SERVER-35207` Don't use json.get_history in system_perf.yml
43+
- :issue:`SERVER-35264` compile fails on sys-perf-3.4 // SERVER-34380
44+
- :issue:`SERVER-35858` Error in call BF Suggestion service
45+
- :issue:`SERVER-35960` Blacklist findAndModify_update_grow.js from concurrency_sharded_sccc* Evergreen tasks
46+
- :issue:`SERVER-36462` Add atlas user to runtime_secret.yml
47+
- :issue:`WT-3637` Fix a heap use after free from evicting of a page that just split.
48+
- :issue:`WT-3710` Fix a race condition between concurrent page splits
49+
- :issue:`WT-4045` Don't retry fsync calls after EIO failure
50+

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

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

source/release-notes/3.2.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ Minor Releases
3232

3333
/release-notes/3.2-changelog
3434

35+
.. _3.2.21-release-notes:
36+
37+
3.2.21 - Upcoming
38+
~~~~~~~~~~~~~~~~~
39+
40+
- :issue:`SERVER-32999`: Platform Support: remove Debian 7.
41+
42+
- :issue:`SERVER-36010` Change log messages for Windows stacktraces to use error() or severe() rather than log().
43+
44+
- :issue:`SERVER-30724` Initial sync might miss ops that were in flight when it started.
45+
46+
- :ref:`3.2.21-changelog`
47+
48+
- `All JIRA issues closed in 3.2.21
49+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.2.21%27>`_
50+
3551
.. _3.2.20-release-notes:
3652

3753
3.2.20 - May 10, 2018

0 commit comments

Comments
 (0)