Skip to content

Commit 88150e0

Browse files
(DOCS-14776): Prepare changelog for 4.0.27
1 parent 45cc588 commit 88150e0

File tree

3 files changed

+76
-0
lines changed

3 files changed

+76
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.. _4.0.27-changelog:
2+
3+
4.0.27 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
:issue:`SERVER-40170` Increase the default timeout for unit-tests which schedule work through NetworkTestEnv::launchAsync
10+
11+
Replication
12+
~~~~~~~~~~~
13+
14+
- :issue:`SERVER-34938` Secondary slowdown or hang due to content pinned in cache by single oplog batch
15+
- :issue:`SERVER-36263` Bypassing operation validation in applyOps should require special privilege
16+
17+
Query
18+
~~~~~
19+
20+
:issue:`SERVER-58127` Fix benchRun() memory leak for parsing benchRun() args under exception
21+
22+
Storage
23+
~~~~~~~
24+
25+
:issue:`SERVER-40712` Clarify the behaviour of db.dropDatabase and the dropDatabase command
26+
27+
Build and Packaging
28+
~~~~~~~~~~~~~~~~~~~
29+
30+
:issue:`SERVER-54729` MongoDB Enterprise Debian/Ubuntu packages should depend on libsasl2-modules and libsasl2-modules-gssapi-mit
31+
32+
Internals
33+
~~~~~~~~~
34+
35+
- :issue:`SERVER-53726` Platform Support: Remove RHEL6 zSeries
36+
- :issue:`SERVER-53728` Platform Support: Remove SLES12 zSeries
37+
- :issue:`SERVER-55649` Sharding messages being logged for non-sharded clusters
38+
- :issue:`SERVER-56516` Fix undefined behaviour in parsing code for $slice projectional operator
39+
- :issue:`SERVER-57642` Invariant Failure on src/mongo/db/query/plan_yield_policy.cpp 75 | Aborting
40+
- :issue:`SERVER-57798` Direct user to MongoDB Compass download page when failing to install MongoDB Compass due to a connection issue using ./install_compass
41+
- :issue:`SERVER-57983` Integer overflow for $range in Classic Engine
42+
- :issue:`SERVER-58283` Add a new versioning file to set MONGO_VERSION and MONGO_GIT_HASH
43+
- :issue:`SERVER-58402` Increase timeout of shutdown command in shutdown_primary.js
44+
- :issue:`SERVER-59055` Pin oauthlib == 3.1.0 in 4.0 branch
45+
- :issue:`SERVER-59074` Do not acquire storage tickets just to set/wait on oplog visibility
46+
- :issue:`SERVER-59197` Delete fam image entries when the corresponding session documents are deleted
47+
- :issue:`SERVER-59242` update to snmp 5.9.1
48+
- :issue:`SERVER-59262` Remove burn_in_tests tasks from storeFindAndModifyImagesInSideCollection build variants
49+
- :issue:`SERVER-59414` Retry curator setup in powercycle on older branches
50+
- :issue:`SERVER-59504` Fix formatting in network_test_env.h on v4.0
51+

source/release-notes/4.0-changelog.txt

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: twocols
1212

13+
.. include:: /includes/changelogs/releases/4.0.27.rst
14+
1315
.. include:: /includes/changelogs/releases/4.0.26.rst
1416

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

source/release-notes/4.0.txt

+23
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@ Release Notes for MongoDB 4.0
1313
Minor Releases
1414
--------------
1515

16+
.. _4.0.27-release-notes:
17+
18+
4.0.27 - Upcoming
19+
~~~~~~~~~~~~~~~~~
20+
21+
Issues fixed:
22+
23+
- :issue:`SERVER-59074` Do not acquire storage tickets just to set/wait
24+
on oplog visibility
25+
- :issue:`SERVER-56516` Fix undefined behavior in parsing code for
26+
$slice projectional operator
27+
- :issue:`SERVER-54729` MongoDB Enterprise Debian/Ubuntu packages
28+
should depend on libsasl2-modules and libsasl2-modules-gssapi-mit
29+
- :issue:`SERVER-40712` Clarify the behavior of db.dropDatabase and
30+
the dropDatabase command
31+
- :issue:`SERVER-34938` Secondary slowdown or hang due to content
32+
pinned in cache by single oplog batch
33+
34+
- `All JIRA issues closed in 4.0.27
35+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.0.27%27>`_
36+
37+
- :ref:`4.0.27-changelog`
38+
1639
.. _4.0.26-release-notes:
1740

1841
4.0.26 - Jul 23, 2021

0 commit comments

Comments
 (0)