Skip to content

Commit 98ed766

Browse files
(DOCS-15923): Finalize 4.2.24 release notes (#2639)
* (DOCS-15923): Finalize 4.2.24 release notes (#2636) * remove bad merge artifact
1 parent 42a5b07 commit 98ed766

File tree

3 files changed

+30
-8
lines changed

3 files changed

+30
-8
lines changed

snooty.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ year = "2022"
200200
bi = "MongoDB Connector for BI"
201201
version = "{+version+}"
202202

203-
>>>>>>> 5f3527e41 (DOCSP-23220 Backport of change events refactor for v5.0 (#1621))
204-
205203
[constants]
206204
package-branch = "4.2" # For rc = testing. For GA, will be 4.2.
207205
windows-dir-version = "4.2" # The wizard installs in 4.2 branch

source/includes/changelogs/releases/4.2.24.rst

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ Aggregation
1818
Internals
1919
~~~~~~~~~
2020

21+
- :issue:`SERVER-52545` Specify input/output to listIndexes command in
22+
IDL
2123
- :issue:`SERVER-58047` $toHashedIndexKey expression doesn't add any
2224
dependencies
2325
- :issue:`SERVER-58673` Enable featureFlagPerShardCursor
2426
- :issue:`SERVER-61032` Convert all references to
2527
/opt/mongodbtoolchain/gdb to a versioned equivalent
28+
- :issue:`SERVER-62201` Remove all outdated entries from
29+
backports_required_for_multiversion_tests.yml
2630
- :issue:`SERVER-62400` Add $_passthroughToShard parameter to
2731
AggregateCommandRequest
2832
- :issue:`SERVER-62681` Create change streams per shard cursor
@@ -41,6 +45,8 @@ Internals
4145
trigger
4246
- :issue:`SERVER-68126` Check for negative maxChunkSize input value in
4347
AutoSplitVector
48+
- :issue:`SERVER-68470` Amazon Linux 4.2/4.4 RPMs fail to install due to
49+
missing shadow-utils
4450
- :issue:`SERVER-68901` Incorrect $elemMatch query analysis in
4551
mongocryptd if document contains 2 different fields with the same name
4652
- :issue:`SERVER-69001` Initial sync should set the minValid document to
@@ -51,13 +57,12 @@ Internals
5157
universally callable
5258
- :issue:`SERVER-69569` Python scripts failing in Evergreen tasks
5359
- :issue:`SERVER-69785` robustify change_streams_per_shard_cursor.js
54-
- :issue:`SERVER-69944` Resmoke's globstar.py does not properly parse
55-
``*`` before ``**``
60+
- :issue:`SERVER-69944` Resmoke's globstar.py does not properly parse *
61+
before **
5662
- :issue:`SERVER-70299` Remove JSON.send command usage
5763
- :issue:`SERVER-70348` Remove EAGAIN for queryable WT and retry
5864
internally
59-
- :issue:`SERVER-70394` Fix self-swap in
60-
MultiPlanStage::removeRejectedPlans
65+
- :issue:`SERVER-70427` Remove chef+kitchen package test infrastructure
6166
- :issue:`SERVER-70469` Use virtual env python in watchdog tests
6267
- :issue:`SERVER-70483` Update Resmoke to pass "evergreen_execution" up
6368
to logkeeper.
@@ -82,10 +87,29 @@ Internals
8287
- :issue:`SERVER-71772` Update ARM builds to target armv8.2-a on older
8388
branches
8489
- :issue:`SERVER-71875` Stop run jstestfuzz on rhel62
90+
- :issue:`SERVER-71950` Fail and log the operation when out-of-order
91+
keys are detected in WiredTiger
8592
- :issue:`SERVER-72137` Handle case when test stats are not available
93+
- :issue:`SERVER-72276` Remove all outdated entries from
94+
backports_required_for_multiversion_tests.yml
8695
- :issue:`SERVER-72288` microbenchmark tests fail after "Enable M1 Mac
8796
support for DSI"
8897
- :issue:`SERVER-72294` Upgrade all uses of sus12 to suse12-sp5
98+
- :issue:`SERVER-72512` Indexes reported as valid when unable to return
99+
inconsistencies due to memory limit
89100
- :issue:`SERVER-72535` Sharded clusters allow creating the 'admin',
90101
'local', and 'config' databases with alternative casings
102+
- :issue:`SERVER-73481` Validate does not detect out-of-order keys with
103+
{full: false}
104+
- :issue:`SERVER-73636` Coverity analysis defect 135025: Inefficient
105+
vector resizing with reserve.
106+
- :issue:`SERVER-73706` Save WTRecordStoreUassertOutOfOrder fail point
107+
state to prevent concurrency bugs in testing
108+
- :issue:`SERVER-73986` [v4.2] Skip running validate_out_of_order.js on
109+
ephemeralForTest
110+
- :issue:`WT-9477` Don't allow checkpoint triggering internal page split
111+
which leads to corrupted internal page in the checkpoint
112+
- :issue:`WT-10461` Fix key out of order in skip list on weakly ordered
113+
architecture
114+
- :issue:`WT-10584` Add missing read barriers in __cursor_skip_prev
91115

source/release-notes/4.2.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Patch Releases
2222

2323
.. _4.2.24-release-notes:
2424

25-
4.2.24 - Upcoming
26-
~~~~~~~~~~~~~~~~~
25+
4.2.24 - Feb 27, 2023
26+
~~~~~~~~~~~~~~~~~~~~~
2727

2828
- :issue:`SERVER-71759` dataSize command doesn't yield
2929
- :issue:`SERVER-68115` Bug fix for "elemMatchRootLength > 0" invariant

0 commit comments

Comments
 (0)