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 @@ -20,6 +20,29 @@ MongoDB 4.2 Released Aug 13, 2019
20
20
Patch Releases
21
21
--------------
22
22
23
+ .. _4.2.23-release-notes:
24
+
25
+ 4.2.23 - Upcoming
26
+ ~~~~~~~~~~~~~~~~~
27
+
28
+ Issues fixed in 4.2.23:
29
+
30
+ - :issue:`SERVER-68925` Reintroduce check table logging settings at
31
+ startup (revert :issue:`SERVER-43664`)
32
+ - :issue:`SERVER-56127` Retryable update may execute more than once if
33
+ chunk is migrated and shard key pattern uses nested fields
34
+ - :issue:`SERVER-68359` [4.4] Prevent TTLMonitor from processing index
35
+ if expireAfterSeconds is NaN
36
+ - :issue:`SERVER-68714` NaN issues in secure random number generator in
37
+ mongo shell
38
+ - :issue:`SERVER-66310` Make ExpressionSetUnion::isCommutative()
39
+ collation aware
40
+
41
+ - `All JIRA issues closed in 4.2.23
42
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.23%27>`__
43
+
44
+ - :ref:`4.2.23-changelog`
45
+
23
46
.. _4.2.22-release-notes:
24
47
25
48
4.2.22 - Aug 19, 2022
You can’t perform that action at this time.
0 commit comments