Skip to content

DOCS-14676 finalize release 4.0.26 changelog #5605

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
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
12 changes: 11 additions & 1 deletion source/includes/changelogs/releases/4.0.26.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Replication
- :issue:`SERVER-55465` Fix Invariant upon failed request for a vote from the current primary in the election dry-run of catchup takeover
- :issue:`SERVER-56054` Change minThreads value for replication writer thread pool to 0

Query
~~~~~

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

Aggregation
~~~~~~~~~~~

Expand All @@ -33,7 +38,8 @@ Aggregation
Build and Packaging
~~~~~~~~~~~~~~~~~~~

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

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

4 changes: 2 additions & 2 deletions source/release-notes/4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Minor Releases

.. _4.0.26-release-notes:

4.0.26 - Upcoming
~~~~~~~~~~~~~~~~~
4.0.26 - Jul 23, 2021
~~~~~~~~~~~~~~~~~~~~~

Issues fixed:

Expand Down