Skip to content

Commit 1176780

Browse files
authored
DOCS-16056 Server Release Notes for 4.4.21 (#2958) (#2998)
* DOCS-16056 Server Release Notes for 4.4.21 * Fixes per Ashley * Fixes per Britt Snyman
1 parent 5f4eee1 commit 1176780

File tree

3 files changed

+63
-0
lines changed

3 files changed

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

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

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

source/release-notes/4.4.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ Release Notes for MongoDB 4.4
3737

3838
Patch Releases
3939
--------------
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+
4056

4157
.. _4.4.20-release-notes:
4258

0 commit comments

Comments
 (0)