Skip to content

Commit 9da379e

Browse files
authored
DOCS-16088 4.4.22 release notes (#3085) (#3092)
* DOCS-16088 4.4.22 Release Notes * Updates changelog * Updates RN
1 parent b904e85 commit 9da379e

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.. _4.4.22-changelog:
2+
3+
4.4.22 Changelog
4+
----------------
5+
6+
Query
7+
~~~~~
8+
9+
:issue:`SERVER-48196` Upgrade the timelib to the latest to update the
10+
built-in timezone files to the latest
11+
12+
Internals
13+
~~~~~~~~~
14+
15+
- :issue:`SERVER-57056` Syslog severity set incorrectly for INFO
16+
messages
17+
- :issue:`SERVER-62053` Add retry for errors in AWS server-side
18+
conversation
19+
- :issue:`SERVER-66009` Ban $search when running in update pipeline
20+
(stub process interface is present)
21+
- :issue:`SERVER-71089` Run signing tasks on a single distro
22+
- :issue:`SERVER-72815` Extend serverstatus to track Document count and
23+
Duration for updateMany and deleteMany
24+
- :issue:`SERVER-73007` CURL_OPT_SEEKFUNCTION not set for multi-pass
25+
authentication
26+
- :issue:`SERVER-75010` Implement no-op planShardedSearch in 5.0
27+
- :issue:`SERVER-75369` Fix the overflow of total possible enumeration
28+
count in LockstepOr enumeration strategy
29+
- :issue:`SERVER-75404` Designate $searchSortValues as metadata field on
30+
v5.0
31+
- :issue:`SERVER-75652` Migrate from notary client to garasign for push
32+
task
33+
- :issue:`SERVER-76063` Update the getFreeMonitoringStatus command to
34+
always return state: disabled
35+
- :issue:`SERVER-76179` "/var/run/mongodb/"mongod.pid" deleted on each
36+
Mongod shutdown
37+
- :issue:`SERVER-76274` Move microbenchmarks to their own task distro
38+
- :issue:`SERVER-76378` Use estimated impersonation metadata size in
39+
calculating block chunks
40+
- :issue:`SERVER-76498` Update push task to run on rhel8.7-small
41+
- :issue:`SERVER-76599` Exclude
42+
jstests/sharding/balancer_collection_status.js from step-down suites
43+
- :issue:`SERVER-76695`
44+
initial_sync_nodes_maintain_and_gossip_commit_point.js should wait
45+
longer for initial sync node to advance commit point
46+
- :issue:`WT-8689` Switch Evergreen zSeries builder to RHEL distro
47+
- :issue:`WT-8981` Enable evergreen testing for RHEL8 on PPC
48+
- :issue:`WT-10551` Incremental backup may omit modified blocks
49+
- :issue:`WT-10932` Disable many-collection-test on release branches
50+

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

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

source/release-notes/4.4.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@ Release Notes for MongoDB 4.4
3838
Patch Releases
3939
--------------
4040

41+
.. _4.4.22-release-notes:
42+
43+
4.4.22 - Upcoming
44+
~~~~~~~~~~~~~~~~~
45+
46+
- :issue:`SERVER-48196` Upgrade the timelib to the latest to update the built-in
47+
timezone files to the latest
48+
- :issue:`SERVER-57056` Syslog severity set incorrectly for INFO messages
49+
- :issue:`WT-10551` Incremental backup may omit modified blocks
50+
- `All JIRA issues closed in 4.4.22
51+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.4.22%27>`_
52+
- :ref:`4.4.22-changelog`
53+
54+
4155
.. _4.4.21-release-notes:
4256

4357
4.4.21 - April 27, 2023

0 commit comments

Comments
 (0)