Skip to content

Commit 96ce4be

Browse files
committed
DOCS-14299 finalize release 4.2.13 changelog
1 parent ac839be commit 96ce4be

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

source/includes/changelogs/releases/4.2.13.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Replication
1818
- :issue:`SERVER-53609` lastCommittedTransaction section causes frequent schema changes that limit FTDC retention
1919
- :issue:`SERVER-53666` curSecondary in rollback test fixture not guaranteed to be in SECONDARY state after restart
2020
- :issue:`SERVER-54339` Prevent spontaneous elections in rollback_crud_op_sequences.js
21+
- :issue:`SERVER-54648` Add correct log verbosity to disallow_adding_initialized_node2.js
2122

2223
Query
2324
~~~~~
@@ -31,7 +32,6 @@ Storage
3132
~~~~~~~
3233

3334
- :issue:`SERVER-46876` During the eviction pressure, we should quit the compact operation instead of crashing the process
34-
- :issue:`SERVER-47694` fix multikey. again
3535
- :issue:`SERVER-54760` (4.2) Ghost timestamps can cause concurrent causal snapshot reads to not read their own writes
3636

3737
Build and Packaging
@@ -40,12 +40,14 @@ Build and Packaging
4040
- :issue:`SERVER-52705` Rebuilding mongodb according to building.md failed because python3 is an alias/link (led to ModuleNotFoundError)
4141
- :issue:`SERVER-54058` Update Debian 10 AMI for package testing
4242
- :issue:`SERVER-54255` Update RHEL 7 AMI for package testing
43+
- :issue:`SERVER-54858` Update Amazon Linux AMI for package testing
4344

4445
Internals
4546
~~~~~~~~~
4647

4748
- :issue:`SERVER-35649` Nodes removed due to isSelf failure should re-attempt to find themselves
4849
- :issue:`SERVER-43904` When stepping down, step up doesn't filter out frozen nodes
50+
- :issue:`SERVER-44132` DataBuilder move assignment computes size incorrectly
4951
- :issue:`SERVER-45836` Provide more LDAP details (like server IP) at default log level
5052
- :issue:`SERVER-46686` Explain does not respect maxTimeMS
5153
- :issue:`SERVER-46740` establishCursors() must always drain the AsyncRequestsSender::_baton
@@ -67,15 +69,16 @@ Internals
6769
- :issue:`SERVER-53992` Remove calls to detect-outliers from performance tasks
6870
- :issue:`SERVER-54091` Update assertion messages for dbhash check run by resmoke.py
6971
- :issue:`SERVER-54134` Ignore newer mongo versions on older branches of setup_multiversion_mongodb.py
72+
- :issue:`SERVER-54139` Remove CURL share support from HTTP curl client
7073
- :issue:`SERVER-54278` Add feature flag to disable Opportunistic Reads by default
7174
- :issue:`SERVER-54366` Wait for node to start stepdown before killing shutdown operation in force_shutdown_primary.js
7275
- :issue:`SERVER-54369` Update Jasper gRPC to latest version
7376
- :issue:`SERVER-54458` updated vendored scons to use uuid for cache tmpfiles
7477
- :issue:`SERVER-54484` resmoke/util/archival.py relies on deprecated and now removed thread.isAlive
7578
- :issue:`SERVER-54505` Fix logic for ignored large distro build variants in 4.2
79+
- :issue:`SERVER-54684` Decreased JS performance on arm64 due to mising init function
7680
- :issue:`SERVER-54685` wrong definition of MONGO_YIELD_CORE_FOR_SMT for arm64
7781
- :issue:`SERVER-54733` Enterprise Ubuntu 16.04 arm64 aggregation_multiversion_fuzzer failures
78-
- :issue:`SERVER-54742` [4.2] indexes may initialize multikey state from uninitialized value
7982
- :issue:`WT-6309` Add support for start/stop arguments to wt printlog command
8083
- :issue:`WT-6430` Move WT_CONN_SERVER flags into their own field
8184
- :issue:`WT-6844` Make force stop durable

source/release-notes/4.2.txt

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

2020
.. _4.2.13-release-notes:
2121

22-
4.2.13 - Upcoming
23-
~~~~~~~~~~~~~~~~~
22+
4.2.13 - Mar 19, 2021
23+
~~~~~~~~~~~~~~~~~~~~~
2424

2525
Issues fixed in 4.2.13:
2626

0 commit comments

Comments
 (0)