File tree Expand file tree Collapse file tree 5 files changed +73
-2
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 5 files changed +73
-2
lines changed Original file line number Diff line number Diff line change
1
+ .. _5.0.23-changelog :
2
+
3
+ 5.0.23 Changelog
4
+ ----------------
5
+
6
+ Internals
7
+ ~~~~~~~~~
8
+
9
+ - :issue: `SERVER-73430 ` Improve Hash, HMAC, and Crypto algo lookup for
10
+ OpenSSL 3.0
11
+ - :issue: `SERVER-75989 ` Add support for OpenSSL 3.0 FIPS
12
+ - :issue: `SERVER-78108 ` POS interface should expose its shutdown state
13
+ - :issue: `SERVER-78115 ` Shard primaries must commit a majority write
14
+ before using new routing information from the config server
15
+ - :issue: `SERVER-81581 ` Extend BlackDuck timeout
16
+ - :issue: `SERVER-81942 ` ShardingDDLCoordinator should retry on
17
+ LockTimeout errors
18
+ - :issue: `SERVER-82204 ` Classic window functions first/last handle
19
+ missing field incorrectly
20
+ - :issue: `SERVER-82233 ` Update BACKPORTS_REQUIRED_BASE_URL from
21
+ mongodb/mongo to 10gen/mongo
22
+ - :issue: `SERVER-82613 ` Supress test in v5.0 multiversion
23
+ - :issue: `SERVER-82799 ` Increase reshardingCriticalSectionTimeoutMillis
24
+ for resharding_update_tag_zones.js
25
+ - :issue: `SERVER-82990 ` Investigate powercycle failures on v6.0 and v5.0
26
+ - :issue: `SERVER-83150 ` Document::shred() does not copy document
27
+ metadata
28
+ - :issue: `WT-11564 ` Fix RTS to read the newest transaction value only
29
+ when it exists in the checkpoint
30
+ - :issue: `WT-11584 ` Fix test_checkpoint_stats test
31
+ - :issue: `WT-11602 ` Hide expected eviction failures from the application
32
+ and don't rollback in case of errors
33
+
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/5.0.23.rst
14
+
13
15
.. include:: /includes/changelogs/releases/5.0.22.rst
14
16
15
17
.. include:: /includes/changelogs/releases/5.0.21.rst
Original file line number Diff line number Diff line change @@ -42,13 +42,32 @@ Patch Releases
42
42
- 5.0.2 - 5.0.17 (Incremental backups on Ops Manager or Cloud
43
43
Manager clusters)
44
44
45
-
46
45
* - :issue:`SERVER-58936`
47
46
- 5.0.0 - 5.0.1
48
47
49
48
* - :issue:`SERVER-68511`
50
49
- 5.0.0 - 5.0.14
51
50
51
+ * - :issue:`SERVER-80203`
52
+ - 5.0.6 - 5.0.21 (Time Series collections sharded by metaField embedded
53
+ objects)
54
+
55
+ .. _5.0.23-release-notes:
56
+
57
+ 5.0.23 - Upcoming
58
+ ~~~~~~~~~~~~~~~~~
59
+
60
+ - :issue:`SERVER-78108` POS interface should expose its shutdown state
61
+ - :issue:`SERVER-78115` Shard primaries must commit a majority write before
62
+ using new routing information from the config server
63
+ - :issue:`SERVER-83150` Document::shred() does not copy document metadata
64
+ - :issue:`WT-11564` Fix RTS to read the newest transaction value only when it
65
+ exists in the checkpoint
66
+ - :issue:`WT-11602` Hide expected eviction failures from the application and
67
+ don't rollback in case of errors
68
+ - `All JIRA issues closed in 5.0.23
69
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%205.0.23>`_
70
+ - :ref:`5.0.23-changelog`
52
71
53
72
.. _5.0.22-release-notes:
54
73
Original file line number Diff line number Diff line change @@ -36,14 +36,17 @@ see :ref:`release-version-numbers`.
36
36
* - :issue:`SERVER-68511`
37
37
- 6.0.0
38
38
39
+ * - :issue:`SERVER-80203`
40
+ - 6.0.0 - 6.0.11 (Time Series collections sharded by metaField embedded
41
+ objects)
42
+
39
43
* - :issue:`WT-10461`
40
44
- 6.0.0 - 6.0.4 (ARM64 or POWER system architectures)
41
45
42
46
* - :issue:`WT-10551`
43
47
- 6.0.0 - 6.0.5 (Incremental backups on Ops Manager or Cloud
44
48
Manager clusters)
45
49
46
-
47
50
Patch Releases
48
51
--------------
49
52
Original file line number Diff line number Diff line change @@ -23,6 +23,20 @@ changes introduced in these rapid releases, see
23
23
To learn more about the differences between |lts| and Rapid releases,
24
24
see :ref:`release-version-numbers`.
25
25
26
+ .. warning:: Past Release Limitations
27
+
28
+ .. include:: /includes/release-notes/critical-warning-text.rst
29
+
30
+ .. list-table::
31
+ :header-rows: 1
32
+
33
+ * - Issue
34
+ - Affected Versions
35
+
36
+ * - :issue:`SERVER-80203`
37
+ - 7.0.0 - 7.0.2 (Time Series collections sharded by metaField embedded
38
+ objects)
39
+
26
40
Patch Releases
27
41
--------------
28
42
You can’t perform that action at this time.
0 commit comments