Skip to content

Commit b5eea15

Browse files
committed
DOCS-14660 generate initial 5.0.1 changelog
1 parent cc58173 commit b5eea15

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _5.0.1-changelog:
2+
3+
5.0.1 Changelog
4+
---------------
5+
6+
Replication
7+
~~~~~~~~~~~
8+
9+
:issue:`SERVER-58398` Tenant migration hung indefinitely
10+
11+
Internals
12+
~~~~~~~~~
13+
14+
- :issue:`SERVER-58142` TenantOplogBatcher should transition to complete when the next batch callback is called with error status
15+
- :issue:`SERVER-58171` Changing time-series granularity does not update view definition
16+
- :issue:`SERVER-58489` Collection creation stuck in an infinite writeConflictRetry loop when having a duplicate name as a view
17+
- :issue:`SERVER-58546` Add log message to applyOps to preview which oplog entries will be applied
18+

source/release-notes/5.0-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
:backlinks: none
1010
:depth: 1
1111
:class: singlecol
12+
13+
.. include:: /includes/changelogs/releases/5.0.1.rst

source/release-notes/5.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,28 @@ Release Notes for MongoDB 5.0
1414

1515
MongoDB 5.0 Released Jul 13, 2021
1616

17+
Minor Releases
18+
--------------
19+
20+
.. _5.0.1-release-notes:
21+
22+
5.0.1 - Upcoming
23+
~~~~~~~~~~~~~~~~
24+
25+
Issues fixed:
26+
27+
28+
- :issue:`SERVER-58489`: Collection creation stuck in an infinite
29+
writeConflictRetry loop when having a duplicate name as a view
30+
31+
- :issue:`SERVER-58171`: Changing time-series granularity does not
32+
update view definition
33+
34+
- `All JIRA issues closed in 5.0.1
35+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%275.0.1%27>`_
36+
37+
- :ref:`5.0.1-changelog`
38+
1739
.. _5.0-rel-notes-agg:
1840

1941
Time Series Collections

0 commit comments

Comments
 (0)