Skip to content

Commit 00d73f6

Browse files
committed
DOCS-14676 finalize release 4.0.26 changelog
1 parent 7253ffa commit 00d73f6

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project:
1010
branched: true
1111
siteroot: true
1212
version:
13-
release: '4.0.25'
13+
release: '4.0.26'
1414
branch: '4.0'
1515
system:
1616
files:

source/includes/changelogs/releases/4.0.26.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Replication
2525
- :issue:`SERVER-55465` Fix Invariant upon failed request for a vote from the current primary in the election dry-run of catchup takeover
2626
- :issue:`SERVER-56054` Change minThreads value for replication writer thread pool to 0
2727

28+
Query
29+
~~~~~
30+
31+
:issue:`SERVER-58127` Fix benchRun() memory leak for parsing benchRun() args under exception
32+
2833
Aggregation
2934
~~~~~~~~~~~
3035

@@ -33,7 +38,8 @@ Aggregation
3338
Build and Packaging
3439
~~~~~~~~~~~~~~~~~~~
3540

36-
:issue:`SERVER-50568` Platform Support: Remove Ubuntu18.04 zSeries from 5.0
41+
- :issue:`SERVER-50568` Platform Support: Remove Ubuntu18.04 zSeries from 5.0
42+
- :issue:`SERVER-54729` MongoDB Enterprise Debian/Ubuntu packages should depend on libsasl2-modules and libsasl2-modules-gssapi-mit
3743

3844
Internals
3945
~~~~~~~~~
@@ -43,9 +49,11 @@ Internals
4349
- :issue:`SERVER-53726` Platform Support: Remove RHEL6 zSeries
4450
- :issue:`SERVER-53728` Platform Support: Remove SLES12 zSeries
4551
- :issue:`SERVER-55119` Create startup warning indicating that X.509 certificates without SANs are deprecated
52+
- :issue:`SERVER-55649` Sharding messages being logged for non-sharded clusters
4653
- :issue:`SERVER-56307` The chunk migration "convergence algorithm" is very primitive
4754
- :issue:`SERVER-56452` Self anchor in PooledLDAPConnection::setup's callback
4855
- :issue:`SERVER-56501` Add op counters for legacy op codes (OP_QUERY, OP_INSERT, etc.)
56+
- :issue:`SERVER-56516` Fix undefined behaviour in parsing code for $slice projectional operator
4957
- :issue:`SERVER-57053` Rewriting $nor with a $text predicate to $not is invalid
5058
- :issue:`SERVER-57057` Reduce routing info refreshes on the mergeChunks path
5159
- :issue:`SERVER-57064` Log create index and dropIndex(es) on mongos
@@ -58,10 +66,12 @@ Internals
5866
- :issue:`SERVER-57497` store_retryable_find_and_modify_images_in_side_collection.js should account for a later clustertime in retried findAndModify responses
5967
- :issue:`SERVER-57564` Increase system timeout duration to >2 hours to allow fio to copy over all files
6068
- :issue:`SERVER-57691` [4.0 only] Return early in TxnResources if not in WUOW
69+
- :issue:`SERVER-57798` Direct user to MongoDB Compass download page when failing to install MongoDB Compass due to a connection issue using ./install_compass
6170
- :issue:`SERVER-57897` Add readPrefMode option to benchRun find/findOne ops
6271
- :issue:`SERVER-57954` Update TPC-C version in sys-perf.yml
6372
- :issue:`SERVER-58118` Spammy logging when RSM is refreshing all hosts
6473
- :issue:`SERVER-58191` [Migrate Protocol] Allow delete_during_migrate.js to tolerate chunk migration failures due to timeout in catchup phase in slow variants.
6574
- :issue:`SERVER-58248` Fix error code when checking if FeatureCompatibilityVersion is majority-committed
75+
- :issue:`SERVER-58283` Add a new versioning file to set MONGO_VERSION and MONGO_GIT_HASH
6676
- :issue:`SERVER-58313` Fix package test failure caused by SERVER-55460 backport to v4.2 and v4.0
6777

source/release-notes/4.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Minor Releases
1515

1616
.. _4.0.26-release-notes:
1717

18-
4.0.26 - Upcoming
19-
~~~~~~~~~~~~~~~~~
18+
4.0.26 - Jul 23, 2021
19+
~~~~~~~~~~~~~~~~~~~~~
2020

2121
Issues fixed:
2222

0 commit comments

Comments
 (0)