Skip to content

Commit 1a36669

Browse files
authored
DOCSP-34074 Past Release Limitation Warning for 5.0 - 7.0 RNs (#5391) (#5424)
* DOCSP-34074 Past Release Limitation Warning for 5.0 - 7.0 RNs (#5391) * DOCSP-34074 Past Release Limitation Warning for 5.0 - 7.0 RNs * tweak versions in 5.0 * missing files
1 parent ae63112 commit 1a36669

File tree

5 files changed

+73
-2
lines changed

5 files changed

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

source/release-notes/5.0-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/5.0.23.rst
14+
1315
.. include:: /includes/changelogs/releases/5.0.22.rst
1416

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

source/release-notes/5.0.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,32 @@ Patch Releases
4242
- 5.0.2 - 5.0.17 (Incremental backups on Ops Manager or Cloud
4343
Manager clusters)
4444

45-
4645
* - :issue:`SERVER-58936`
4746
- 5.0.0 - 5.0.1
4847

4948
* - :issue:`SERVER-68511`
5049
- 5.0.0 - 5.0.14
5150

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`
5271

5372
.. _5.0.22-release-notes:
5473

source/release-notes/6.0.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@ see :ref:`release-version-numbers`.
3636
* - :issue:`SERVER-68511`
3737
- 6.0.0
3838

39+
* - :issue:`SERVER-80203`
40+
- 6.0.0 - 6.0.11 (Time Series collections sharded by metaField embedded
41+
objects)
42+
3943
* - :issue:`WT-10461`
4044
- 6.0.0 - 6.0.4 (ARM64 or POWER system architectures)
4145

4246
* - :issue:`WT-10551`
4347
- 6.0.0 - 6.0.5 (Incremental backups on Ops Manager or Cloud
4448
Manager clusters)
4549

46-
4750
Patch Releases
4851
--------------
4952

source/release-notes/7.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ changes introduced in these rapid releases, see
2323
To learn more about the differences between |lts| and Rapid releases,
2424
see :ref:`release-version-numbers`.
2525

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+
2640
Patch Releases
2741
--------------
2842

0 commit comments

Comments
 (0)