File tree Expand file tree Collapse file tree 3 files changed +63
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _4.4.21-changelog :
2
+
3
+ 4.4.21 Changelog
4
+ ----------------
5
+
6
+ Sharding
7
+ ~~~~~~~~
8
+
9
+ :issue: `SERVER-73877 ` Wait for shard to have a primary before doing a
10
+ migration in prepare_transaction_then_migrate.js
11
+
12
+ Query
13
+ ~~~~~
14
+
15
+ :issue: `SERVER-48196 ` Upgrade the timelib to the latest to update the
16
+ built-in timezone files to the latest
17
+
18
+ Internals
19
+ ~~~~~~~~~
20
+
21
+ - :issue: `SERVER-57056 ` Syslog severity set incorrectly for INFO
22
+ messages
23
+ - :issue: `SERVER-66927 ` Remove reference to silentFail from mongo repo
24
+ - :issue: `SERVER-73400 ` Use -large Evergreen distro for compiling on
25
+ arm64 in sys-perf project
26
+ - :issue: `SERVER-75066 ` Check for parent directory before writing to
27
+ SCons cache
28
+ - :issue: `SERVER-75172 ` Use unique collection name in
29
+ partial_index_logical.js
30
+ - :issue: `SERVER-75261 ` "listCollections" command fails with
31
+ BSONObjectTooLarge error
32
+ - :issue: `SERVER-75404 ` Designate $searchSortValues as metadata field on
33
+ v5.0
34
+ - :issue: `SERVER-75561 ` Report and log more detailed information when
35
+ validate encounters multikey inconsistencies
36
+ - :issue: `SERVER-75789 ` [v4.4] Require WT engine for
37
+ read_ticket_exhaustion_with_stepdown test
38
+ - :issue: `SERVER-75795 ` Update aws_e2e_ec2.js for evergreen changes to
39
+ AWS test identity
40
+ - :issue: `SERVER-76047 ` [v4.4] Fix prepare_transaction_then_migrate.js
41
+ test
42
+ - :issue: `SERVER-76098 ` Allow queries with $search and non-simple
43
+ collations
44
+ - :issue: `SERVER-76274 ` Move microbenchmarks to their own task distro
45
+
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.4.21.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.4.20.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.4.19.rst
Original file line number Diff line number Diff line change @@ -37,6 +37,22 @@ Release Notes for MongoDB 4.4
37
37
38
38
Patch Releases
39
39
--------------
40
+ .. _4.4.21-release-notes:
41
+
42
+ 4.4.21 - Upcoming
43
+ ~~~~~~~~~~~~~~~~~~
44
+
45
+ Issues fixed:
46
+
47
+ - :issue:`SERVER-75261` "listCollections" command fails with BSONObjectTooLarge error
48
+
49
+ - :issue:`SERVER-76098` Allow queries with $search and non-simple collations
50
+
51
+ - `All JIRA issues closed in 4.4.21
52
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.4.21%27>`_
53
+
54
+ - :ref:`4.4.21-changelog`
55
+
40
56
41
57
.. _4.4.20-release-notes:
42
58
You can’t perform that action at this time.
0 commit comments