Skip to content

Commit d1a0118

Browse files
committed
DOCS-11284 3.4.12 upcoming
1 parent 0fceb2e commit d1a0118

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
.. _3.4.12-changelog:
2+
3+
3.4.12 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
:issue:`SERVER-32924` tag skip_sharding_configuration_checks test with requires_persistence tag
10+
11+
Query
12+
~~~~~
13+
14+
:issue:`SERVER-33089` Unable to start queryable mongod because it failed to regenerate index for admin.system.users
15+
16+
Storage
17+
~~~~~~~
18+
19+
:issue:`SERVER-31462` convertToCapped + renameCollection may cause a segfault
20+
21+
Operations
22+
~~~~~~~~~~
23+
24+
- :issue:`SERVER-31437` Fix parsing of `mongo host/db` connect string
25+
- :issue:`SERVER-32875` Don't stall ftdc due to running out of tickets
26+
27+
Build and Packaging
28+
~~~~~~~~~~~~~~~~~~~
29+
30+
:issue:`SERVER-32932` When testing SLES 12 packages make sure required repos exist
31+
32+
Internals
33+
~~~~~~~~~
34+
35+
- :issue:`SERVER-28396` resmoke.py's logkeeper client should respect size limit for POST requests by splitting them up
36+
- :issue:`SERVER-32243` Add an option to have the validate hook skip some collections.
37+
- :issue:`SERVER-32527` Update package tests to use new BUILD2 VPC
38+
- :issue:`SERVER-32740` Set bootstrap.ycsb_dir and bootstrap.workloads_dir in system_perf.yml
39+
- :issue:`SERVER-32772` dbtest task in Evergreen should write to task directory
40+
- :issue:`SERVER-32891` Sys-perf change order of mongodb_setup and workload_setup calls
41+
- :issue:`SERVER-32896` Upload dsi-artifacts.yml in system_perf.yml
42+
- :issue:`SERVER-32931` System failure of burn_in_tests on v3.4 when no tests have been changed
43+

source/release-notes/3.4-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.4.12.rst
14+
1315
.. include:: /includes/changelogs/releases/3.4.11.rst
1416

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

source/release-notes/3.4.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,27 @@ Minor Releases
3030

3131
/release-notes/3.4-changelog
3232

33+
.. _3.4.12-release-notes:
34+
35+
3.4.12 - Upcoming
36+
~~~~~~~~~~~~~~~~~~~~~
37+
38+
Issues fixed:
39+
40+
- :issue:`SERVER-31437`: Fix parsing of ``mongo host/db`` connect string.
41+
42+
- :issue:`SERVER-32875`: Don't stall ftdc due to running out of tickets.
43+
44+
- :issue:`SERVER-33089`: Unable to start queryable mongod because it
45+
failed to regenerate index for ``admin.system.users``.
46+
47+
- :ref:`3.4.12-changelog`
48+
49+
- `All JIRA issues closed in 3.4.12
50+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.4.12%27>`_
51+
52+
53+
3354
.. _3.4.11-release-notes:
3455

3556
3.4.11 - Jan 31, 2018

0 commit comments

Comments
 (0)