diff --git a/source/includes/changelogs/releases/4.2.13.rst b/source/includes/changelogs/releases/4.2.13.rst index 87cbaaac4bb..95959566eb7 100644 --- a/source/includes/changelogs/releases/4.2.13.rst +++ b/source/includes/changelogs/releases/4.2.13.rst @@ -18,6 +18,7 @@ Replication - :issue:`SERVER-53609` lastCommittedTransaction section causes frequent schema changes that limit FTDC retention - :issue:`SERVER-53666` curSecondary in rollback test fixture not guaranteed to be in SECONDARY state after restart - :issue:`SERVER-54339` Prevent spontaneous elections in rollback_crud_op_sequences.js +- :issue:`SERVER-54648` Add correct log verbosity to disallow_adding_initialized_node2.js Query ~~~~~ @@ -31,7 +32,6 @@ Storage ~~~~~~~ - :issue:`SERVER-46876` During the eviction pressure, we should quit the compact operation instead of crashing the process -- :issue:`SERVER-47694` fix multikey. again - :issue:`SERVER-54760` (4.2) Ghost timestamps can cause concurrent causal snapshot reads to not read their own writes Build and Packaging @@ -40,12 +40,14 @@ Build and Packaging - :issue:`SERVER-52705` Rebuilding mongodb according to building.md failed because python3 is an alias/link (led to ModuleNotFoundError) - :issue:`SERVER-54058` Update Debian 10 AMI for package testing - :issue:`SERVER-54255` Update RHEL 7 AMI for package testing +- :issue:`SERVER-54858` Update Amazon Linux AMI for package testing Internals ~~~~~~~~~ - :issue:`SERVER-35649` Nodes removed due to isSelf failure should re-attempt to find themselves - :issue:`SERVER-43904` When stepping down, step up doesn't filter out frozen nodes +- :issue:`SERVER-44132` DataBuilder move assignment computes size incorrectly - :issue:`SERVER-45836` Provide more LDAP details (like server IP) at default log level - :issue:`SERVER-46686` Explain does not respect maxTimeMS - :issue:`SERVER-46740` establishCursors() must always drain the AsyncRequestsSender::_baton @@ -67,15 +69,16 @@ Internals - :issue:`SERVER-53992` Remove calls to detect-outliers from performance tasks - :issue:`SERVER-54091` Update assertion messages for dbhash check run by resmoke.py - :issue:`SERVER-54134` Ignore newer mongo versions on older branches of setup_multiversion_mongodb.py +- :issue:`SERVER-54139` Remove CURL share support from HTTP curl client - :issue:`SERVER-54278` Add feature flag to disable Opportunistic Reads by default - :issue:`SERVER-54366` Wait for node to start stepdown before killing shutdown operation in force_shutdown_primary.js - :issue:`SERVER-54369` Update Jasper gRPC to latest version - :issue:`SERVER-54458` updated vendored scons to use uuid for cache tmpfiles - :issue:`SERVER-54484` resmoke/util/archival.py relies on deprecated and now removed thread.isAlive - :issue:`SERVER-54505` Fix logic for ignored large distro build variants in 4.2 +- :issue:`SERVER-54684` Decreased JS performance on arm64 due to mising init function - :issue:`SERVER-54685` wrong definition of MONGO_YIELD_CORE_FOR_SMT for arm64 - :issue:`SERVER-54733` Enterprise Ubuntu 16.04 arm64 aggregation_multiversion_fuzzer failures -- :issue:`SERVER-54742` [4.2] indexes may initialize multikey state from uninitialized value - :issue:`WT-6309` Add support for start/stop arguments to wt printlog command - :issue:`WT-6430` Move WT_CONN_SERVER flags into their own field - :issue:`WT-6844` Make force stop durable diff --git a/source/release-notes/4.2.txt b/source/release-notes/4.2.txt index 7bffaf64d5b..d183e568897 100644 --- a/source/release-notes/4.2.txt +++ b/source/release-notes/4.2.txt @@ -19,8 +19,8 @@ Minor Releases .. _4.2.13-release-notes: -4.2.13 - Upcoming -~~~~~~~~~~~~~~~~~ +4.2.13 - Mar 19, 2021 +~~~~~~~~~~~~~~~~~~~~~ Issues fixed in 4.2.13: