Skip to content

Commit f6b612c

Browse files
authored
DOCS-15140 finalize 4.2.19 (#760)
1 parent 8d1ee50 commit f6b612c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/includes/changelogs/releases/4.2.19.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Query
2121
~~~~~
2222

2323
- :issue:`SERVER-23664` $mod match expression should raise an error when the remainder is not a number
24+
- :issue:`SERVER-40691` $nin:[[],...] queries are not indexed
2425
- :issue:`SERVER-57588` Inconsistent query results when an array position is indexed whose value is an array
2526
- :issue:`SERVER-59754` Incorrect logging of queryHash/planCacheKey for operations that share the same $lookup shape
2627
- :issue:`SERVER-62147` Exhaust query using the OP_QUERY protocol is broken when more than one getMore batch is required
@@ -41,7 +42,6 @@ Internals
4142
- :issue:`SERVER-51087` Add testing utility for creating an empty sharded collection with the specified bounds
4243
- :issue:`SERVER-53726` Platform Support: Remove RHEL6 zSeries
4344
- :issue:`SERVER-57312` Pin transitive Python dependencies and use the pinned file for installation in Evergreen
44-
- :issue:`SERVER-57676` Wait for a checkpoint before releasing the "hangOplogCapMaintainerThread" in oplog_rollover.js
4545
- :issue:`SERVER-60392` Fix timing in priority_takeover_two_nodes_equal_priority test.
4646
- :issue:`SERVER-60685` TransactionCoordinator may interrupt locally executing update with non-Interruption error category, leading to server crash
4747
- :issue:`SERVER-61662` SCons configure checks should always run with verbosity
@@ -54,3 +54,4 @@ Internals
5454
- :issue:`SERVER-63197` Pin microbenchmarks genny version
5555
- :issue:`SERVER-63203` Chunk splitter never splits if more than 8192 split points are found
5656
- :issue:`WT-7993` If gathering handles and not in aggressive eviction mode, have eviction sleep to let checkpoint grab a contentious spinlock.
57+

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.19-release-notes:
2424

25-
4.2.19 - Upcoming
26-
~~~~~~~~~~~~~~~~~
25+
4.2.19 - Mar 7, 2022
26+
~~~~~~~~~~~~~~~~~~~~
2727

2828
Issues fixed in 4.2.19:
2929

0 commit comments

Comments
 (0)