File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 10
10
:depth: 1
11
11
:class: singlecol
12
12
13
+ .. include:: /includes/changelogs/releases/4.2.23.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.2.22.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.2.21.rst
Original file line number Diff line number Diff line change @@ -13,6 +13,29 @@ Release Notes for MongoDB 4.2
13
13
Patch Releases
14
14
--------------
15
15
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
+
16
39
.. _4.2.22-release-notes:
17
40
18
41
4.2.22 - Aug 19, 2022
You can’t perform that action at this time.
0 commit comments