File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _4.2.22-changelog :
2
+
3
+ 4.2.22 Changelog
4
+ ----------------
5
+
6
+ Sharding
7
+ ~~~~~~~~
8
+
9
+ - :issue: `SERVER-58747 ` The ShardServerCatalogCacheLoader doesn't interrupt ongoing operations on step up
10
+ - :issue: `SERVER-62272 ` Adding schema validation to a collection can prevent chunk migrations of failing documents
11
+ - :issue: `SERVER-62656 ` Decouple mongos-to-config-server connection pool sizing from mongos-to-shard-server connection pool sizing
12
+
13
+ Build and Packaging
14
+ ~~~~~~~~~~~~~~~~~~~
15
+
16
+ - :issue: `SERVER-61894 ` Support the 'showRawUpdateDescription' option in change stream specs
17
+ - :issue: `SERVER-63159 ` Implement the $_internalApplyOplogUpdate aggregation stage
18
+
19
+ Internals
20
+ ~~~~~~~~~
21
+
22
+ - :issue: `SERVER-55173 ` Segmentation fault in WiredTigerSession::releaseCursor
23
+ - :issue: `SERVER-59658 ` Improve logging to reflect that sharding metadata refresh waiting on replication
24
+ - :issue: `SERVER-60334 ` Avoid caching the cursor and session in WiredTigerSizeStorer
25
+ - :issue: `SERVER-60607 ` improve handling of large/NaN values for geo index version
26
+ - :issue: `SERVER-61321 ` Improve handling of large/NaN values for text index version
27
+ - :issue: `SERVER-64403 ` Find queries with SORT_MERGE collation-encode the missing sort attribute
28
+ - :issue: `SERVER-66418 ` Bad projection created during dependency analysis due to string order assumption
29
+ - :issue: `SERVER-66461 ` Run notarization earlier in the build process
30
+ - :issue: `SERVER-66556 ` Prevent potential race when releasing cursors during shutdown
31
+ - :issue: `SERVER-67993 ` fix 4.4 pylinters errors
32
+ - :issue: `SERVER-68130 ` AutoSplitVector could generate response bigger than BSONObjMaxUserSize
33
+ - :issue: `SERVER-68199 ` An active index build on the existing target collection of a renameCollection command can fail the mongod
34
+ - :issue: `SERVER-68359 ` [4.4] Prevent TTLMonitor from processing index if expireAfterSeconds is NaN
35
+ - :issue: `SERVER-68487 ` add BSONElement method to check for NaN field values
36
+ - :issue: `SERVER-68574 ` Switch to the new logkeeper cluster
37
+
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.22.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.2.21.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.2.20.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.22-release-notes:
17
+
18
+ 4.2.22 - Upcoming
19
+ ~~~~~~~~~~~~~~~~~
20
+
21
+ Issues fixed in 4.2.22:
22
+
23
+ - :issue:`SERVER-64403` Find queries with SORT_MERGE collation-encode
24
+ the missing sort attribute
25
+ - :issue:`SERVER-68359` Prevent TTLMonitor from processing index if
26
+ expireAfterSeconds is NaN
27
+ - :issue:`SERVER-62656` Decouple mongos-to-config-server connection pool
28
+ sizing from mongos-to-shard-server connection pool sizing
29
+ - :issue:`SERVER-62272` Adding schema validation to a collection can
30
+ prevent chunk migrations of failing documents
31
+ - :issue:`SERVER-66418` Bad projection created during dependency
32
+ analysis due to string order assumption
33
+
34
+ - `All JIRA issues closed in 4.2.22
35
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.22%27>`__
36
+
37
+ - :ref:`4.2.22-changelog`
38
+
16
39
.. _4.2.21-release-notes:
17
40
18
41
4.2.21 - Jun 21, 2022
You can’t perform that action at this time.
0 commit comments