File tree Expand file tree Collapse file tree 3 files changed +66
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 10
10
:depth: 1
11
11
:class: singlecol
12
12
13
+ .. include:: /includes/changelogs/releases/3.4.12.rst
14
+
13
15
.. include:: /includes/changelogs/releases/3.4.11.rst
14
16
15
17
.. include:: /includes/changelogs/releases/3.4.10.rst
Original file line number Diff line number Diff line change @@ -30,6 +30,27 @@ Minor Releases
30
30
31
31
/release-notes/3.4-changelog
32
32
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
+
33
54
.. _3.4.11-release-notes:
34
55
35
56
3.4.11 - Jan 31, 2018
You can’t perform that action at this time.
0 commit comments