Skip to content

Commit 2519635

Browse files
committed
DOCS-11170: 3.6.2-rc0 release notes
1 parent a122ff1 commit 2519635

File tree

4 files changed

+113
-2
lines changed

4 files changed

+113
-2
lines changed

config/build_conf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project:
1010
branched: true
1111
siteroot: true
1212
version:
13-
release: '3.6.1'
13+
release: '3.6.2'
1414
branch: '3.6'
1515
system:
1616
files:
@@ -22,7 +22,7 @@ system:
2222
- 'robots.yaml'
2323
- 'manpages.yaml'
2424
- 'integration.yaml'
25-
# - 'jira.yaml'
25+
# - 'jira.yaml'
2626
- htaccess: ['htaccess.yaml', 'htaccess-operators.yaml',
2727
'redirects.yaml', 'redirects-next.yaml',
2828
'redirects-meta-driver.yaml', 'redirects-pdfs.yaml','redirects-epub.yaml',
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
.. _3.6.2-changelog:
2+
3+
3.6.2 Changelog
4+
---------------
5+
6+
Security
7+
~~~~~~~~
8+
9+
:issue:`SERVER-31625` The contents of {USER} needs to be escaped when querying for the groups using LDAP server
10+
11+
Sharding
12+
~~~~~~~~
13+
14+
- :issue:`SERVER-28992` Cleanup mongos write commands execution
15+
- :issue:`SERVER-31982` Shard does not call config commit chunk migration command with majority writeConcern nor checks for writeConcern errors.
16+
- :issue:`SERVER-32202` Do not clear the cached sharding filtering information on replication state changes
17+
- :issue:`SERVER-32255` UUIDs may be absent from shard secondary local collections
18+
- :issue:`SERVER-32480` Remove CatalogCache retrieval methods, which take StringData
19+
- :issue:`SERVER-32529` Requiring replSet for shards breaks Queryable Backup
20+
21+
Replication
22+
~~~~~~~~~~~
23+
24+
- :issue:`SERVER-30626` Remove TopologyCoordinator interface
25+
- :issue:`SERVER-31267` CollectionCloner fails if collection is dropped between getMore calls
26+
- :issue:`SERVER-31684` QueryPlanKilled (operation exceeded time limit) in $changeStream with updateLookup
27+
- :issue:`SERVER-31749` Clarify the reason temporary unique collection names are made
28+
- :issue:`SERVER-32098` Disallow operations on drop-pending collections through applyOps
29+
- :issue:`SERVER-32136` initial_sync_drop_collection.js should wait for system to stablize after restarting node
30+
- :issue:`SERVER-32224` Disable chaining in initial_sync_drop_collection.js
31+
32+
Aggregation
33+
~~~~~~~~~~~
34+
35+
- :issue:`SERVER-32282` Aggregation text search returns text score even if it wasn't requested when targeting multiple shards in a sharded cluster
36+
- :issue:`SERVER-32430` DocumentSourceSort sorts array documents incorrectly if there is a non-simple collation
37+
38+
Storage
39+
~~~~~~~
40+
41+
- :issue:`SERVER-29909` Libraries db/db_raii and db/s/sharding are directly cyclic
42+
- :issue:`SERVER-31750` Always log renameCollections in our tests
43+
- :issue:`SERVER-32242` Fix race in CompatibleFirstStress lock manager test
44+
- :issue:`SERVER-32315` Remove IndexObserver
45+
46+
Operations
47+
~~~~~~~~~~
48+
49+
:issue:`SERVER-32396` mongo shell failed to connect with 3.6 connection string SRV
50+
51+
Build and Packaging
52+
~~~~~~~~~~~~~~~~~~~
53+
54+
- :issue:`SERVER-31875` Fix long link times on OS X by passing -no_deduplicate to the linker
55+
- :issue:`SERVER-32415` MongoDB msi installer for Compass contains a typo
56+
57+
Internals
58+
~~~~~~~~~
59+
60+
- :issue:`SERVER-30538` check that oplogTruncateAfterPoint is correct in PeriodicKillSecondaries hook
61+
- :issue:`SERVER-31972` Reduce the number of iterations for the toggle_feature_compatibility.js workload
62+
- :issue:`SERVER-31997` Add additional unittesting for CompatibleFirst policy
63+
- :issue:`SERVER-32091` Powercycle - remove mongod.lock file for MMAPV1 test
64+
- :issue:`SERVER-32145` Avoid dropping lock before cleaning up DocumentSourceCursor's PlanExecutor
65+
- :issue:`SERVER-32246` PID file permission on v3.6 make it not not monitorable using pid file
66+
- :issue:`SERVER-32497` implicitly_retry_on_database_drop_pending.js calls tojson() inside of a loop
67+
- :issue:`SERVER-32500` Disable the sharding Evergreen task on the Enterprise OS X 10.10 MMAPv1 builder
68+

source/release-notes/3.6-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
:class: singlecol
1212

1313

14+
.. include:: /includes/changelogs/releases/3.6.2.rst
15+
1416
.. include:: /includes/changelogs/releases/3.6.1.rst

source/release-notes/3.6.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,47 @@ Release Notes for MongoDB 3.6
1313
Minor Releases
1414
--------------
1515

16+
3.6.2-rc0
17+
~~~~~~~~~
18+
19+
Issues fixed:
20+
21+
- :issue:`SERVER-31267`: CollectionCloner fails if collection is
22+
dropped between getMore calls.
23+
24+
- :issue:`SERVER-31625`: The contents of ``Unknown macro: {USER}`` needs to
25+
be escaped when querying for the groups using LDAP server.
26+
27+
- :issue:`SERVER-31684`: QueryPlanKilled (operation exceeded time
28+
limit) in $changeStream with updateLookup.
29+
30+
- :issue:`SERVER-31982`: Shard does not call config commit chunk
31+
migration command with majority writeConcern nor checks for
32+
writeConcern errors..
33+
34+
- :issue:`SERVER-32246`: PID file permission on v3.6 make it not
35+
monitorable using pid file.
36+
37+
- :issue:`SERVER-32255`: UUIDs may be absent from shard secondary local
38+
collections.
39+
40+
- :issue:`SERVER-32282`: Aggregation text search returns text score
41+
even if it wasn't requested when targeting multiple shards in a
42+
sharded cluster.
43+
44+
- :issue:`SERVER-32396` :program:`mongo` shell failed to connect with 3.6 connection string SRV
45+
46+
- :issue:`SERVER-32430`: DocumentSourceSort sorts array documents
47+
incorrectly if there is a non-simple collation.
48+
49+
- :issue:`SERVER-32529`: Requiring replSet for shards breaks Queryable
50+
Backup.
51+
52+
- `All JIRA issues closed in 3.6.2
53+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.2%27>`_
54+
55+
- :ref:`3.6.2-changelog`
56+
1657
.. _3.6.1-release-notes:
1758

1859
3.6.1 - Dec 26, 2017

0 commit comments

Comments
 (0)