Skip to content
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

(DOCS-14776): Prepare changelog for 4.0.27 #5794

Merged
merged 1 commit into from
Sep 2, 2021
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
51 changes: 51 additions & 0 deletions source/includes/changelogs/releases/4.0.27.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.. _4.0.27-changelog:

4.0.27 Changelog
----------------

Sharding
~~~~~~~~

:issue:`SERVER-40170` Increase the default timeout for unit-tests which schedule work through NetworkTestEnv::launchAsync

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

- :issue:`SERVER-34938` Secondary slowdown or hang due to content pinned in cache by single oplog batch
- :issue:`SERVER-36263` Bypassing operation validation in applyOps should require special privilege

Query
~~~~~

:issue:`SERVER-58127` Fix benchRun() memory leak for parsing benchRun() args under exception

Storage
~~~~~~~

:issue:`SERVER-40712` Clarify the behaviour of db.dropDatabase and the dropDatabase command

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

:issue:`SERVER-54729` MongoDB Enterprise Debian/Ubuntu packages should depend on libsasl2-modules and libsasl2-modules-gssapi-mit

Internals
~~~~~~~~~

- :issue:`SERVER-53726` Platform Support: Remove RHEL6 zSeries
- :issue:`SERVER-53728` Platform Support: Remove SLES12 zSeries
- :issue:`SERVER-55649` Sharding messages being logged for non-sharded clusters
- :issue:`SERVER-56516` Fix undefined behaviour in parsing code for $slice projectional operator
- :issue:`SERVER-57642` Invariant Failure on src/mongo/db/query/plan_yield_policy.cpp 75 | Aborting
- :issue:`SERVER-57798` Direct user to MongoDB Compass download page when failing to install MongoDB Compass due to a connection issue using ./install_compass
- :issue:`SERVER-57983` Integer overflow for $range in Classic Engine
- :issue:`SERVER-58283` Add a new versioning file to set MONGO_VERSION and MONGO_GIT_HASH
- :issue:`SERVER-58402` Increase timeout of shutdown command in shutdown_primary.js
- :issue:`SERVER-59055` Pin oauthlib == 3.1.0 in 4.0 branch
- :issue:`SERVER-59074` Do not acquire storage tickets just to set/wait on oplog visibility
- :issue:`SERVER-59197` Delete fam image entries when the corresponding session documents are deleted
- :issue:`SERVER-59242` update to snmp 5.9.1
- :issue:`SERVER-59262` Remove burn_in_tests tasks from storeFindAndModifyImagesInSideCollection build variants
- :issue:`SERVER-59414` Retry curator setup in powercycle on older branches
- :issue:`SERVER-59504` Fix formatting in network_test_env.h on v4.0

2 changes: 2 additions & 0 deletions source/release-notes/4.0-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/4.0.27.rst

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

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

.. _4.0.27-release-notes:

4.0.27 - Upcoming
~~~~~~~~~~~~~~~~~

Issues fixed:

- :issue:`SERVER-59074` Do not acquire storage tickets just to set/wait
on oplog visibility
- :issue:`SERVER-56516` Fix undefined behavior in parsing code for
$slice projectional operator
- :issue:`SERVER-54729` MongoDB Enterprise Debian/Ubuntu packages
should depend on libsasl2-modules and libsasl2-modules-gssapi-mit
- :issue:`SERVER-40712` Clarify the behavior of db.dropDatabase and
the dropDatabase command
- :issue:`SERVER-34938` Secondary slowdown or hang due to content
pinned in cache by single oplog batch

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

- :ref:`4.0.27-changelog`

.. _4.0.26-release-notes:

4.0.26 - Jul 23, 2021
Expand Down