Skip to content

Commit 8034819

Browse files
(DOCS-15594): v4.2.23 initial changelog (#1763)
* (DOCS-15594): v4.2.23 initial changelog * add changelog file
1 parent 62ec840 commit 8034819

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. _4.2.23-changelog:
2+
3+
4.2.23 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-56127` Retryable update may execute more than once if chunk is migrated and shard key pattern uses nested fields
10+
- :issue:`SERVER-63732` Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection command
11+
12+
Internals
13+
~~~~~~~~~
14+
15+
- :issue:`SERVER-64573` Make implicitlyCreateIndex and enforceUniquenessCheck fields optional
16+
- :issue:`SERVER-64659` Report in serverStatus number of file descriptors used during index builds
17+
- :issue:`SERVER-64741` Create mongos appendOplogNote command
18+
- :issue:`SERVER-66310` Make ExpressionSetUnion::isCommutative() collation aware
19+
- :issue:`SERVER-66726` Fix serialization in killAllSessionsByPattern
20+
- :issue:`SERVER-68158` serverstatus_indexbulkbuilder.js should run listIndexes on primary after creating indexes
21+
- :issue:`SERVER-68359` Prevent TTLMonitor from processing index if expireAfterSeconds is NaN
22+
- :issue:`SERVER-68487` add BSONElement method to check for NaN field values
23+
- :issue:`SERVER-68574` Switch to the new logkeeper cluster
24+
- :issue:`SERVER-68714` NaN issues in secure random number generator in mongo shell
25+
- :issue:`SERVER-68925` Reintroduce check table logging settings at startup (revert SERVER-43664)
26+

source/release-notes/4.2-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/changelogs/releases/4.2.23.rst
14+
1315
.. include:: /includes/changelogs/releases/4.2.22.rst
1416

1517
.. include:: /includes/changelogs/releases/4.2.21.rst

source/release-notes/4.2.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@ Release Notes for MongoDB 4.2
1313
Patch Releases
1414
--------------
1515

16+
.. _4.2.23-release-notes:
17+
18+
4.2.23 - Upcoming
19+
~~~~~~~~~~~~~~~~~
20+
21+
Issues fixed in 4.2.23:
22+
23+
- :issue:`SERVER-68925` Reintroduce check table logging settings at
24+
startup (revert :issue:`SERVER-43664`)
25+
- :issue:`SERVER-56127` Retryable update may execute more than once if
26+
chunk is migrated and shard key pattern uses nested fields
27+
- :issue:`SERVER-68359` [4.4] Prevent TTLMonitor from processing index
28+
if expireAfterSeconds is NaN
29+
- :issue:`SERVER-68714` NaN issues in secure random number generator in
30+
mongo shell
31+
- :issue:`SERVER-66310` Make ExpressionSetUnion::isCommutative()
32+
collation aware
33+
34+
- `All JIRA issues closed in 4.2.23
35+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.23%27>`__
36+
37+
- :ref:`4.2.23-changelog`
38+
1639
.. _4.2.22-release-notes:
1740

1841
4.2.22 - Aug 19, 2022

0 commit comments

Comments
 (0)