Skip to content

DOCS-13762 generate 3.6.19 changelog #4203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions source/includes/changelogs/releases/3.6.19.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
.. _3.6.19-changelog:

3.6.19 Changelog
----------------

Sharding
~~~~~~~~

- :issue:`SERVER-46487` The mongos routing for scatter/gather ops can have unbounded latency
- :issue:`SERVER-47913` Redact sharding messages in split chunk and distributed lock acquisition

Replication
~~~~~~~~~~~

- :issue:`SERVER-45610` Some reads work while system is RECOVERING
- :issue:`SERVER-47695` Write commands run by threads that can survive rollback can fail operationTime invariant in ServiceEntryPoint

Query
~~~~~

- :issue:`SERVER-40805` Indicate the reason for replanning in the log file
- :issue:`SERVER-47994` Fix for numerical overflow in GeoHash

Storage
~~~~~~~

:issue:`SERVER-46398` Suggest explicit dbpath when starting mongod on macOS and the default dbpath isn't found

Operations
~~~~~~~~~~

:issue:`SERVER-45295` Make sure that LDAP logs always contain context on AuthZN operation

Build and Packaging
~~~~~~~~~~~~~~~~~~~

- :issue:`SERVER-42042` Warn or fail early on dynamic builds with toolchain compiler and tcmalloc
- :issue:`SERVER-48640` Update RHEL 6.2 AMI for package tests
- :issue:`SERVER-48659` Update SLES 12 AMI for package tests
- :issue:`SERVER-48681` Update Debian 8.1 AMI for package tests

Internals
~~~~~~~~~

- :issue:`SERVER-45367` When the Range Deleter is waiting for the open cursors, list these cursors in the logs.
- :issue:`SERVER-45508` Invariant failure in getFieldsWithStringBounds with descending point ranges
- :issue:`SERVER-47256` Update listed maintainer for repo package files
- :issue:`SERVER-47686` Upgrade static OpenSSL to 1.1.1g
- :issue:`SERVER-47798` Audit isMaster response validation for mongod and mongos
- :issue:`SERVER-48032` Update references of community mailing-lists to MongoDB Developer Community Forums
- :issue:`SERVER-48657` Use evergreen module to control signal processing in perf projects
- :issue:`SERVER-49142` Validate correct field name in RoleName::parseFromBSON()
- :issue:`SERVER-49335` publish_packages should use barque API key
- :issue:`WT-5119` Birthmark records can be read as normal updates if reads race with checkpoints
- :issue:`WT-5150` LAS sweep is not removing the entries that are no longer required
- :issue:`WT-5196` Data mismatch failures with test/checkpoint after enabling LAS sweep
- :issue:`WT-5376` WT_UPDATE.type field can race with visibility checks when returning key/value pairs
- :issue:`WT-5587` Limit how many checkpoints are dropped by a subsequent checkpoint

2 changes: 2 additions & 0 deletions source/release-notes/3.6-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
:depth: 1
:class: twocols

.. include:: /includes/changelogs/releases/3.6.19.rst

.. include:: /includes/changelogs/releases/3.6.18.rst

.. include:: /includes/changelogs/releases/3.6.17.rst
Expand Down
16 changes: 16 additions & 0 deletions source/release-notes/3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ Release Notes for MongoDB 3.6
Minor Releases
--------------

3.6.19 - Upcoming
~~~~~~~~~~~~~~~~~

Issues Fixed:

- :issue:`SERVER-46487` The mongos routing for scatter/gather ops can have unbounded latency
- :issue:`SERVER-45610` Some reads work while system is RECOVERING
- :issue:`SERVER-47695` Write commands run by threads that can survive rollback can fail operationTime invariant in ServiceEntryPoint
- :issue:`SERVER-47994` Fix for numerical overflow in GeoHash
- :issue:`SERVER-47686` Upgrade static OpenSSL to 1.1.1g

- `All JIRA issues closed in 3.6.19
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.19%27>`_

- :ref:`3.6.19-changelog`

3.6.18 - May 1, 2020
~~~~~~~~~~~~~~~~~~~~

Expand Down