File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 9
9
:backlinks: none
10
10
:depth: 1
11
11
:class: singlecol
12
+
13
+ .. include:: /includes/changelogs/releases/5.0.1.rst
Original file line number Diff line number Diff line change @@ -14,6 +14,28 @@ Release Notes for MongoDB 5.0
14
14
15
15
MongoDB 5.0 Released Jul 13, 2021
16
16
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
+
17
39
.. _5.0-rel-notes-agg:
18
40
19
41
Time Series Collections
You can’t perform that action at this time.
0 commit comments