Skip to content

Commit 71a54b6

Browse files
(DOCSP-20012): Prep v5.2 for publishing (#114)
* (DOCSP-20012): Prep v5.2 for publishing (DOCSP-20012): Prep v5.2 for publishing * typo fix
1 parent da69b60 commit 71a54b6

File tree

7 files changed

+29
-151
lines changed

7 files changed

+29
-151
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def has(self, *args):
7676
])
7777

7878
source_constants = {
79-
'version-dev': '5.1', # Current development branch
79+
'version-dev': '5.2', # Current development branch
8080
'package-name-org': 'mongodb-org',
8181
'package-name-enterprise': 'mongodb-enterprise',
8282
'version': version,

snooty.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ toc_landing_pages = [
160160
"/release-notes/4.4",
161161
"/release-notes/5.0",
162162
"/release-notes/5.1",
163+
"/release-notes/5.2",
163164
"/replication",
164165
"/security",
165166
"/sharding",
@@ -202,8 +203,8 @@ windows-dir-version = "5.0" # wizard
202203
package-name-org = "mongodb-org"
203204
package-name-enterprise = "mongodb-enterprise"
204205
version = "5.0"
205-
release = "5.0.2"
206-
version-dev = "5.1"
206+
release = "5.0.5"
207+
version-dev = "5.2"
207208
pgp-version = "{+version+}"
208209
rsa-key = "4B7C549A058F8B6B"
209210
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"

source/includes/fact-mongodb-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ query language, and provides operational and administrative
55
considerations and procedures as well as a comprehensive reference
66
section.
77

8-
.. include:: /includes/rapid-release-short.rst
8+
.. include:: /includes/in-dev.rst

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ What is MongoDB?
1818
.. button:: Get started with MongoDB Atlas
1919
:uri: https://www.mongodb.com/cloud?tck=docs_server
2020

21-
.. include:: /includes/rapid-release.rst
21+
.. include:: /includes/in-dev.rst
2222

2323
.. image:: /images/hero.png
2424
:alt: Homepage hero image

source/release-notes.txt

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,23 @@ 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-
~~~~~~~~~~~~~~~~
12+
Upcoming Atlas Rapid Release
13+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14+
15+
(*5.2-series*)
16+
17+
:doc:`/release-notes/5.2`
18+
19+
.. include:: /includes/in-dev.rst
20+
21+
.. toctree::
22+
:maxdepth: 1
23+
:hidden:
24+
25+
/release-notes/5.2
26+
27+
Current Atlas Rapid Releases
28+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1429

1530
(*5.1-series*)
1631

source/release-notes/5.2-compatibility.txt

Lines changed: 5 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -9,84 +9,9 @@ Compatibility Changes in MongoDB 5.2
99
:backlinks: none
1010
:depth: 1
1111
:class: singlecol
12+
13+
.. include:: /includes/in-dev.rst
1214

13-
The following 5.2 changes can affect compatibility with older
14-
versions of MongoDB.
15-
16-
Removed Operators
17-
-----------------
18-
19-
Starting in MongoDB 5.2, these operators are removed:
20-
21-
.. list-table::
22-
:header-rows: 1
23-
24-
* - Removed Operator
25-
- Alternative
26-
* - <<TBD>>
27-
- <<TBD>>
28-
29-
Removed Parameters
30-
------------------
31-
32-
<<TBD>>
33-
34-
Aggregation
35-
-----------
36-
37-
<<TBD>>
38-
39-
Removed Index Types
40-
-------------------
41-
42-
<<TBD>>
43-
44-
Removed Metrics
45-
---------------
46-
47-
<<TBD>>
48-
49-
Replica Sets
50-
------------
51-
52-
<<TBD>>
53-
54-
Auditing
55-
--------
56-
57-
<<TBD>>
58-
59-
General Changes
60-
---------------
61-
62-
<<TBD>>
63-
64-
.. _legacy-op-codes-removed:
65-
66-
Legacy Opcodes Removed
67-
~~~~~~~~~~~~~~~~~~~~~~
68-
69-
<<TBD>>
70-
71-
Deprecations
72-
------------
73-
74-
.. list-table::
75-
:widths: 20 80
76-
:header-rows: 1
77-
78-
* - Deprecated
79-
- Description
80-
* - <<TBD>>
81-
- <<TBD>>
82-
83-
.. _5.2-compatibility-enabled:
84-
85-
5.2 Feature Compatibility
86-
-------------------------
87-
88-
Some features in 5.2 require the 5.2 binaries and the
89-
:ref:`featureCompatibilityVersion <view-fcv>` (fCV) must also be set to
90-
5.2. These features include:
91-
92-
<<TBD>>
15+
This page is a work in progress and will be updated with changes
16+
introduced in 5.2 that can affect compatibility with older versions of
17+
MongoDB.

source/release-notes/5.2.txt

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -10,58 +10,7 @@ Release Notes for MongoDB 5.2
1010
:depth: 1
1111
:class: twocols
1212

13-
.. note::
14-
15-
MongoDB 5.2 Released <<TBD>>
16-
17-
Aggregation
18-
-----------
19-
20-
.. _5.2-rel-notes-new-agg-stages:
21-
22-
New Aggregation Stages
23-
~~~~~~~~~~~~~~~~~~~~~~
24-
25-
MongoDB 5.2 introduces the following aggregation stages:
26-
27-
.. list-table::
28-
:header-rows: 1
29-
:widths: 20 80
30-
31-
* - Stage
32-
- Description
33-
34-
* - <<TBD>>
35-
- <<TBD>>
36-
37-
.. _5.2-rel-notes-new-agg-operators:
38-
39-
New Aggregation Operators
40-
~~~~~~~~~~~~~~~~~~~~~~~~~
41-
42-
MongoDB 5.2 introduces the following aggregation operators:
43-
44-
.. list-table::
45-
:header-rows: 1
46-
:widths: 20 80
47-
48-
* - Operator
49-
- Description
50-
51-
* - <<TBD>>
52-
- <<TBD>>
53-
54-
General Aggregation Improvements
55-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56-
57-
<<TBD>>
58-
59-
.. _5.2-rel-notes-change-streams:
60-
61-
Change Streams
62-
--------------
63-
64-
<<TBD>>
13+
.. include:: /includes/in-dev.rst
6514

6615
.. _5.2-rel-notes-general:
6716

@@ -92,18 +41,6 @@ In addition, starting in MongoDB 5.2, the new :ref:`BSON binary data
9241
<document-bson-type-binary-data>` subtype is used for compressed time
9342
series data.
9443

95-
.. _5.2-rel-notes-repl-sets:
96-
97-
Replica Sets
98-
------------
99-
100-
<<TBD>>
101-
102-
Security
103-
--------
104-
105-
<<TBD>>
106-
10744
Report an Issue
10845
---------------
10946

0 commit comments

Comments
 (0)