Skip to content

Commit 23253ee

Browse files
(DOCS-15595): 4.4.17 initial changelog (#1758)
1 parent 271067a commit 23253ee

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. _4.4.17-changelog:
2+
3+
4.4.17 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-50898` safe_secondary_reads_causal_consistency.js must wait for effects of _configsvrCommitChunkMigration to be majority-committed snapshot on all CSRS members
10+
- :issue:`SERVER-56127` Retryable update may execute more than once if chunk is migrated and shard key pattern uses nested fields
11+
- :issue:`SERVER-63732` Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection command
12+
- :issue:`SERVER-64142` Add new enforceUniqueness to refineCollectionShardKey command
13+
- :issue:`SERVER-69228` The chunk_migration_with_schema_validation.js fails multi version test suites (v4.4 and v4.2)
14+
15+
Internals
16+
~~~~~~~~~
17+
18+
- :issue:`SERVER-61275` Destruct the size storer after the session cache has shutdown
19+
- :issue:`SERVER-64573` Make implicitlyCreateIndex and enforceUniquenessCheck fields optional
20+
- :issue:`SERVER-64741` Create mongos appendOplogNote command
21+
- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to reorder shard key fields
22+
- :issue:`SERVER-68039` Old pymongo version 3.10.1 on MongoDB v5.0 causes Invariant failure (message.operation() == dbMsg) after connection reset by peer
23+
- :issue:`SERVER-68766` Add option to re-enable single value MapReduce optimization
24+
- :issue:`SERVER-68925` Reintroduce check table logging settings at startup (revert SERVER-43664)
25+
- :issue:`SERVER-69268` Disable bypass compile during burn_in_tags_gen
26+

source/release-notes/4.4-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.4.17.rst
14+
1315
.. include:: /includes/changelogs/releases/4.4.16.rst
1416

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

source/release-notes/4.4.txt

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

16+
.. _4.4.17-release-notes:
17+
18+
4.4.17 - Upcoming
19+
~~~~~~~~~~~~~~~~~
20+
21+
Issues fixed:
22+
23+
24+
25+
- :issue:`SERVER-68925` Reintroduce check table logging settings at
26+
startup (revert :issue:`SERVER-43664`)
27+
- :issue:`SERVER-56127` Retryable update may execute more than once if
28+
chunk is migrated and shard key pattern uses nested fields
29+
- :issue:`SERVER-64142` Add new enforceUniqueness to
30+
refineCollectionShardKey command
31+
- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to
32+
reorder shard key fields
33+
- :issue:`SERVER-61275` Destruct the size storer after the session cache
34+
has shutdown
35+
36+
- `All JIRA issues closed in 4.4.17
37+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.4.17%27>`_
38+
39+
- :ref:`4.4.17-changelog`
40+
1641
.. _4.4.16-release-notes:
1742

1843
4.4.16 - Aug 19, 2022

0 commit comments

Comments
 (0)