Skip to content

Commit 17e40c5

Browse files
authored
DOCS-16059 Server 5.0.17 Release Notes (#3003) (#3016)
* DOCS-16059 Server 5.0.17 Release Notes * Fixes per Britt Snyman
1 parent 46d707c commit 17e40c5

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
.. _5.0.17-changelog:
2+
3+
5.0.17 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-73229` Logical sessions cache refresh ignores write
10+
errors from updating session document, leading to cursors being killed
11+
early
12+
- :issue:`SERVER-73877` Wait for shard to have a primary before doing a
13+
migration in prepare_transaction_then_migrate.js
14+
15+
Write Operations
16+
~~~~~~~~~~~~~~~~
17+
18+
:issue:`SERVER-75517` illegal format of _id possible via upsert
19+
20+
Internals
21+
~~~~~~~~~
22+
23+
- :issue:`SERVER-66927` Remove reference to silentFail from mongo repo
24+
- :issue:`SERVER-73400` Use -large Evergreen distro for compiling on
25+
arm64 in sys-perf project
26+
- :issue:`SERVER-74647` Resharding state machine creation should be
27+
retried after interruption
28+
- :issue:`SERVER-74720` The default 'shardingStatistics' serverStatus
29+
section takes locks
30+
- :issue:`SERVER-74824` Add more expressive logging to
31+
map_reduce_drop.js
32+
- :issue:`SERVER-75066` Check for parent directory before writing to
33+
SCons cache
34+
- :issue:`SERVER-75172` Use unique collection name in
35+
partial_index_logical.js
36+
- :issue:`SERVER-75261` "listCollections" command fails with
37+
BSONObjectTooLarge error
38+
- :issue:`SERVER-75404` Designate $searchSortValues as metadata field on
39+
v5.0
40+
- :issue:`SERVER-75431` Get rid or fix best effort check for primary db
41+
on rename path in sharded clusters
42+
- :issue:`SERVER-75501` Don't run Sys-perf FCV variants on stable
43+
branches
44+
- :issue:`SERVER-75561` Report and log more detailed information when
45+
validate encounters multikey inconsistencies
46+
- :issue:`SERVER-75601` Make serverStatus apiversion field more robust
47+
- :issue:`SERVER-75618` check oplog fast count before restarting server
48+
in oplog_sampling.js
49+
- :issue:`SERVER-75745` Only log record and index metadata associated
50+
with missing or extra index keys
51+
- :issue:`SERVER-75795` Update aws_e2e_ec2.js for evergreen changes to
52+
AWS test identity
53+
- :issue:`SERVER-76098` Allow queries with $search and non-simple
54+
collations
55+

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

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

source/release-notes/5.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,27 @@ Patch Releases
4242
* - :issue:`SERVER-68511`
4343
- 5.0.0 - 5.0.10
4444

45+
.. _5.0.17-release-notes:
46+
47+
5.0.17 - Apr 27, 2023
48+
~~~~~~~~~~~~~~~~~~~~~
49+
50+
Issues fixed:
51+
52+
- :issue:`SERVER-73229` Logical sessions cache refresh ignores write errors
53+
from updating session document, leading to cursors being killed early
54+
- :issue:`SERVER-74647` Resharding state machine creation should be retried
55+
after interruption
56+
- :issue:`SERVER-75261` "listCollections" command fails with
57+
BSONObjectTooLarge error
58+
- :issue:`SERVER-75431` Get rid or fix best effort check for primary db
59+
on rename path in sharded clusters
60+
- :issue:`SERVER-76098` Allow queries with $search and non-simple collations
61+
- `All JIRA issues closed in 5.0.17
62+
<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.17>`_
63+
- :ref:`5.0.17-changelog`
64+
65+
4566
.. _5.0.16-release-notes:
4667

4768
5.0.16 - Apr 10, 2023

0 commit comments

Comments
 (0)