Skip to content

Commit ae82617

Browse files
(DOCS-15722) 4.4.18 initial changelog (#2118)
* regenerate 4.4.18 changelog * (DOCS-15722) 4.4.18 initial changelog * add missing ref
1 parent 99ad7d4 commit ae82617

File tree

3 files changed

+112
-0
lines changed

3 files changed

+112
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
.. _4.4.18-changelog:
2+
3+
4.4.18 Changelog
4+
----------------
5+
6+
Query
7+
~~~~~
8+
9+
- :issue:`SERVER-50454` Avoiding sending the "keyValue" field to drivers
10+
on duplicate key error
11+
- :issue:`SERVER-66289` $out incorrectly throws BSONObj size error on
12+
v5.0.8
13+
14+
Operations
15+
~~~~~~~~~~
16+
17+
:issue:`SERVER-67793` log_progress_msg in init.d does not print message
18+
19+
Build and Packaging
20+
~~~~~~~~~~~~~~~~~~~
21+
22+
:issue:`SERVER-48203` Support --install-action for Ninja builds
23+
24+
Internals
25+
~~~~~~~~~
26+
27+
- :issue:`SERVER-56368` Prohibit running
28+
$backupCursor/$backupCursorExtend on an aggregation against a
29+
collection
30+
- :issue:`SERVER-58673` Enable featureFlagPerShardCursor
31+
- :issue:`SERVER-61185` Use prefix_search for unique index lookup
32+
- :issue:`SERVER-62400` Add $_passthroughToShard parameter to
33+
AggregateCommandRequest
34+
- :issue:`SERVER-62681` Create change streams per shard cursor
35+
passthrough suite
36+
- :issue:`SERVER-62738` Give mongos the ability to passthrough to a
37+
specific shard
38+
- :issue:`SERVER-63585` Fastcount gets out of sync when a delete
39+
rollbacks and another transaction deletes the same rows
40+
- :issue:`SERVER-63772` Post Batch Resume token not sent on initial
41+
batch from per shard cursor change stream
42+
- :issue:`SERVER-63773` Per Shard cursor post batch resume token not set
43+
in getMore responses
44+
- :issue:`SERVER-63774` Pass optional dbVersion to
45+
runPipelineOnSpecificShard
46+
- :issue:`SERVER-63781` $sortKey not filtered out in initial batch from
47+
post batch resume token
48+
- :issue:`SERVER-68115` Bug fix for "elemMatchRootLength > 0" invariant
49+
trigger
50+
- :issue:`SERVER-68126` Check for negative maxChunkSize input value in
51+
AutoSplitVector
52+
- :issue:`SERVER-68470` Amazon Linux 4.2/4.4 RPMs fail to install due to
53+
missing shadow-utils
54+
- :issue:`SERVER-69003` [4.4] backport pm-2419 Per Shard Cursors via
55+
mongos
56+
- :issue:`SERVER-69133` remove redundant setting of hardlink install
57+
action
58+
- :issue:`SERVER-69281` Force minimum ninja version
59+
- :issue:`SERVER-69348` Commands must declare empty auth checks to be
60+
universally callable
61+
- :issue:`SERVER-69389` Command checkAuthorization may throw
62+
ErrorCodes::NamespaceNotFound for existing collection while trying to
63+
resolve UUID to namespace when the node is shutting down.
64+
- :issue:`SERVER-69443` [4.4] Allow speculative majority reads in
65+
multi-doc txns when --enableMajorityReadConcern=false
66+
- :issue:`SERVER-69446` Increase electionTimeoutMillis in
67+
jstests/replsets/dbcheck_write_concern.js
68+
- :issue:`SERVER-69569` Python scripts failing in Evergreen tasks
69+
- :issue:`SERVER-69785` robustify change_streams_per_shard_cursor.js
70+
- :issue:`SERVER-69868` Return an error when starting a TransportLayer
71+
that is shutdown
72+
- :issue:`SERVER-69912` SConstruct is executable by mistake
73+
- :issue:`SERVER-70299` Remove JSON.send command usage
74+
- :issue:`SERVER-70348` Remove EAGAIN for queryable WT and retry
75+
internally
76+
- :issue:`SERVER-70398` Handle case when execution doesn't exist
77+
- :issue:`SERVER-70469` Use virtual env python in watchdog tests
78+
- :issue:`SERVER-70483` Update Resmoke to pass "evergreen_execution" up
79+
to logkeeper.
80+
- :issue:`SERVER-70484` Remove signal processing module from perf.yml
81+
and sys_perf.yml
82+
- :issue:`SERVER-70633` Make per shard cursors suite actually run tests
83+
in 5.0
84+
- :issue:`SERVER-70938` Remove --system-site-packages from virtual env
85+
setup
86+
- :issue:`WT-7912` Fix prefix search near optimisation to handle
87+
scenarios where the key range is split across pages.
88+

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

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

source/release-notes/4.4.txt

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

16+
.. _4.4.18-release-notes:
17+
18+
4.4.18 - Upcoming
19+
~~~~~~~~~~~~~~~~~
20+
21+
Issues fixed:
22+
23+
- :issue:`SERVER-66289` $out incorrectly throws BSONObj size error on
24+
v5.0.8
25+
- :issue:`SERVER-61185` Use prefix_search for unique index lookup
26+
- :issue:`SERVER-68115` Bug fix for "elemMatchRootLength > 0" invariant
27+
trigger
28+
- :issue:`SERVER-50454` Avoiding sending the "keyValue" field to drivers
29+
on duplicate key error
30+
- :issue:`SERVER-69443` [4.4] Allow speculative majority reads in
31+
multi-doc txns when --enableMajorityReadConcern=false
32+
33+
- `All JIRA issues closed in 4.4.18
34+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.4.18%27>`_
35+
36+
- :ref:`4.4.18-changelog`
37+
1638
.. _4.4.17-release-notes:
1739

1840
4.4.17 - Sep 28, 2022

0 commit comments

Comments
 (0)