File tree 4 files changed +59
-1
lines changed
includes/changelogs/releases
4 files changed +59
-1
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ latest-lts-version = "4.4"
206
206
last-supported-version = " 4.2"
207
207
version-last = " 4.2"
208
208
version-dev = " 4.3"
209
- release = " 4.4.27 "
209
+ release = " 4.4.28 "
210
210
pgp-version = " {+version+}"
211
211
package-name-org = " mongodb-org"
212
212
package-name-enterprise = " mongodb-enterprise"
Original file line number Diff line number Diff line change
1
+ .. _4.4.28-changelog :
2
+
3
+ 4.4.28 Changelog
4
+ ----------------
5
+
6
+ Sharding
7
+ ~~~~~~~~
8
+
9
+ - :issue: `SERVER-82883 ` Recovering TransactionCoordinator on stepup may
10
+ block acquiring read/write tickets while participants are in the
11
+ prepared state
12
+ - :issue: `SERVER-84459 ` [test-only bug] JumboChunksNotMovedRandom must
13
+ keep chunk manager in scope in v4.4
14
+
15
+ Internals
16
+ ~~~~~~~~~
17
+
18
+ - :issue: `SERVER-77506 ` Sharded multi-document transactions can mismatch
19
+ data and ShardVersion
20
+ - :issue: `SERVER-80886 ` $out may fail with a StaleDbVersion after a
21
+ movePrimary
22
+ - :issue: `SERVER-82111 ` In sharded_agg_helpers.cpp move invariant below
23
+ response status check
24
+ - :issue: `SERVER-82365 ` Optimize the construction of the balancer's
25
+ collection distribution status histogram (2nd attempt)
26
+ - :issue: `SERVER-83485 ` Fix multikey-path serialization code used during
27
+ validation
28
+ - :issue: `SERVER-83494 ` [7.0] Fix range deleter unit test case
29
+ - :issue: `SERVER-83830 ` On Enterprise build creating a collection in a
30
+ replica set with the storageEngine.inMemory option breaks secondaries
31
+ - :issue: `SERVER-84337 ` Backport new variants added to perf.yml over to
32
+ sys-perf-7.0 and sys-perf-4.4
33
+ - :issue: `SERVER-84353 ` The test for stepDown deadlock with read ticket
34
+ exhaustion is flaky
35
+ - :issue: `WT-7929 ` Investigate a solution to avoid FTDC stalls during
36
+ checkpoint
37
+
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.28.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.4.27.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.4.26.rst
Original file line number Diff line number Diff line change @@ -42,6 +42,25 @@ Release Notes for MongoDB 4.4
42
42
Patch Releases
43
43
--------------
44
44
45
+ .. _4.4.28-release-notes:
46
+
47
+ 4.4.28 - Jan 18, 2023
48
+ ~~~~~~~~~~~~~~~~~~~~~
49
+
50
+ - :issue:`SERVER-77506` Sharded multi-document transactions can mismatch
51
+ data and ShardVersion
52
+ - :issue:`SERVER-82365` Optimize the construction of the balancer's
53
+ collection distribution status histogram (2nd attempt)
54
+ - :issue:`SERVER-82883` Recovering TransactionCoordinator on stepup may
55
+ block acquiring read/write tickets while participants are in the
56
+ prepared state
57
+ - :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during
58
+ checkpoint
59
+ - `All JIRA issues closed in 4.4.28
60
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%204.4.28>`_
61
+ - :ref:`4.4.28-changelog`
62
+
63
+
45
64
.. _4.4.27-release-notes:
46
65
47
66
4.4.27 - Jan 3, 2023
You can’t perform that action at this time.
0 commit comments