Skip to content

Commit d5e6f57

Browse files
authored
DOCSP-34402 5.0.23 Release Notes (#5345) (#5364)
* DOCSP-34402 5.0.23 RN * add top 5
1 parent 91bacaf commit d5e6f57

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.. _5.0.23-changelog:
2+
3+
5.0.23 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
:issue:`SERVER-73763` Resharding does not extend zone ranges for
10+
config.tag docs, leading to config server primary fassert loop from
11+
duplicate key error
12+
13+
Internals
14+
~~~~~~~~~
15+
16+
- :issue:`SERVER-73430` Improve Hash, HMAC, and Crypto algo lookup for
17+
OpenSSL 3.0
18+
- :issue:`SERVER-75989` Add support for OpenSSL 3.0 FIPS
19+
- :issue:`SERVER-77311` Add a new log message when a secondary node is
20+
skipping a two-phase index build with a subset of indexes built
21+
- :issue:`SERVER-78009` shardSvrCommitReshardCollection command should
22+
fail recoverably if the node is shutting down
23+
- :issue:`SERVER-78108` POS interface should expose its shutdown state
24+
- :issue:`SERVER-78115` Shard primaries must commit a majority write
25+
before using new routing information from the config server
26+
- :issue:`SERVER-81143` export_import_concurrency.js should check for
27+
code 2 when killing child resmoke client
28+
- :issue:`SERVER-81581` Extend BlackDuck timeout
29+
- :issue:`SERVER-81942` ShardingDDLCoordinator should retry on
30+
LockTimeout errors
31+
- :issue:`SERVER-82204` Classic window functions first/last handle
32+
missing field incorrectly
33+
- :issue:`SERVER-82233` Update BACKPORTS_REQUIRED_BASE_URL from
34+
mongodb/mongo to 10gen/mongo
35+
- :issue:`SERVER-82613` Supress test in v5.0 multiversion
36+
- :issue:`SERVER-82799` Increase reshardingCriticalSectionTimeoutMillis
37+
for resharding_update_tag_zones.js
38+
- :issue:`SERVER-82990` Investigate powercycle failures on v6.0 and v5.0
39+
- :issue:`SERVER-83150` Document::shred() does not copy document
40+
metadata
41+
- :issue:`WT-11564` Fix RTS to read the newest transaction value only
42+
when it exists in the checkpoint
43+
- :issue:`WT-11584` Fix test_checkpoint_stats test
44+
- :issue:`WT-11602` Hide expected eviction failures from the application
45+
and don't rollback in case of errors
46+

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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@ Patch Releases
4747
* - :issue:`SERVER-68511`
4848
- 5.0.0 - 5.0.14
4949

50+
.. _5.0.23-release-notes:
51+
52+
5.0.23 - Upcoming
53+
~~~~~~~~~~~~~~~~~
54+
55+
- :issue:`SERVER-78108` POS interface should expose its shutdown state
56+
- :issue:`SERVER-78115` Shard primaries must commit a majority write before
57+
using new routing information from the config server
58+
- :issue:`SERVER-83150` Document::shred() does not copy document metadata
59+
- :issue:`WT-11564` Fix RTS to read the newest transaction value only when it
60+
exists in the checkpoint
61+
- :issue:`WT-11602` Hide expected eviction failures from the application and
62+
don't rollback in case of errors
63+
- `All JIRA issues closed in 5.0.23
64+
<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>`_
65+
- :ref:`5.0.23-changelog`
5066

5167
.. _5.0.22-release-notes:
5268

0 commit comments

Comments
 (0)