Skip to content

Commit 0f5e652

Browse files
Set up blank release notes for 5.0
1 parent 14b81c6 commit 0f5e652

File tree

3 files changed

+135
-1
lines changed

3 files changed

+135
-1
lines changed

config/sphinx_local.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ theme:
8989
- /release-notes/4.0
9090
- /release-notes/4.2
9191
- /release-notes/4.4
92+
- /release-notes/5.0
9293
- /security
9394
- /sharding
9495
- /changeStreams

source/release-notes.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Always install the latest, stable version of MongoDB. See
99
See the following release notes for an account of the changes in major
1010
versions. Release notes also include instructions for upgrade.
1111

12+
Upcoming Release
13+
~~~~~~~~~~~~~~~~
14+
15+
(*5.0-series*)
16+
17+
:doc:`/release-notes/5.0`
18+
19+
.. toctree::
20+
:maxdepth: 1
21+
:hidden:
22+
23+
/release-notes/5.0
1224

1325
Current Stable Release
1426
~~~~~~~~~~~~~~~~~~~~~~
@@ -83,4 +95,3 @@ See also: :doc:`/reference/versioning`
8395
:hidden:
8496

8597
/reference/versioning
86-

source/release-notes/5.0.txt

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
=============================
2+
Release Notes for MongoDB 5.0
3+
=============================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: twocols
12+
13+
.. _5.0-rel-notes-agg:
14+
15+
Aggregation
16+
-----------
17+
18+
.. _5.0-rel-notes-repl-sets:
19+
20+
Replica Sets
21+
------------
22+
23+
.. _5.0-rel-notes-sharded-clusters:
24+
25+
Sharded Clusters
26+
----------------
27+
28+
.. _5.0-rel-notes-projection:
29+
30+
Projection
31+
----------
32+
33+
.. _5.0-rel-notes-transactions:
34+
35+
Transactions
36+
------------
37+
38+
.. _5.0-rel-notes-security:
39+
40+
Security Improvements
41+
---------------------
42+
43+
.. _5.0-rel-notes-logging:
44+
45+
Structured Logging
46+
------------------
47+
48+
.. _5.0-rel-notes-platforms:
49+
50+
Platform Support
51+
----------------
52+
53+
.. _5.0-rel-notes-shell:
54+
55+
Mongo Shell
56+
-----------
57+
58+
.. _5.0-rel-notes-drivers:
59+
60+
Drivers
61+
-------
62+
63+
.. _5.0-rel-notes-indexes:
64+
65+
Indexes
66+
-------
67+
68+
.. _5.0-rel-notes-removed-commands:
69+
70+
Removed Commands
71+
----------------
72+
73+
.. _5.0-rel-notes-networking:
74+
75+
Networking
76+
----------
77+
78+
.. _5.0-rel-notes-general:
79+
80+
General Improvements
81+
--------------------
82+
83+
.. _5.0-upgrade:
84+
85+
Upgrade Procedures
86+
------------------
87+
88+
.. _5.0-download:
89+
90+
Download
91+
--------
92+
93+
To download MongoDB 5.0, go to the `MongoDB Download Center
94+
<https://www.mongodb.com/try/download?tck=docs_server>`_.
95+
96+
.. seealso::
97+
98+
- `All Third Party License Notices <https://github.com/mongodb/mongo/blob/v4.4/distsrc/THIRD-PARTY-NOTICES>`_.
99+
100+
.. _5.0-known-issues:
101+
102+
Known Issues
103+
------------
104+
105+
Report an Issue
106+
---------------
107+
108+
To report an issue, see
109+
https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for
110+
instructions on how to file a JIRA ticket for the MongoDB server or one
111+
of the related projects.
112+
113+
.. class:: hidden
114+
115+
.. toctree::
116+
117+
/release-notes/4.4-compatibility
118+
/release-notes/4.4-upgrade-standalone
119+
/release-notes/4.4-upgrade-replica-set
120+
/release-notes/4.4-upgrade-sharded-cluster
121+
/release-notes/4.4-downgrade
122+
/release-notes/4.4-changelog

0 commit comments

Comments
 (0)