Skip to content

Commit 94e7b09

Browse files
(DOCS-15525): v4.2.22 upcoming release notes (#1597)
* WIP * (DOCS-15525): v4.2.22 upcoming release notes * add link to changelog
1 parent 395aef9 commit 94e7b09

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+

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.22.rst
14+
1315
.. include:: /includes/changelogs/releases/4.2.21.rst
1416

1517
.. include:: /includes/changelogs/releases/4.2.20.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.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+
1639
.. _4.2.21-release-notes:
1740

1841
4.2.21 - Jun 21, 2022

0 commit comments

Comments
 (0)