Skip to content

Updates for 4.0-ga #3355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def has(self, *args):
])

source_constants = {
'package-branch': 'testing',
'package-branch': '4.0',
'package-name-org': 'mongodb-org',
'package-name-enterprise': 'mongodb-enterprise',
'version': version,
Expand Down
2 changes: 1 addition & 1 deletion config/build_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project:
branched: true
siteroot: true
version:
release: '4.0.0-rc7'
release: '4.0.0'
branch: '4.0'
system:
files:
Expand Down
2 changes: 1 addition & 1 deletion config/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ paths:
local: public
static:
- 'manual'
- 'v3.6'
- 'v4.0'
- '.htaccess'
- 'sitemap.xml'
- 'robots.txt'
Expand Down
3 changes: 1 addition & 2 deletions config/redirects
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
define: base https://docs.mongodb.com
define: versions v2.2 v2.4 v2.6 v3.0 v3.2 v3.4 v3.6 v4.0 master
symlink: manual -> v3.6
symlink: upcoming -> master
symlink: manual -> v4.0
symlink: v4.0 -> master

[v2.2]: /${version}/core/read-operations-introduction -> ${base}/${version}/core/read-operations
Expand Down
4 changes: 2 additions & 2 deletions source/includes/in-dev.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MongoDB 4.0 is currently in development.
MongoDB <dev-version> is currently in development.

.. warning::

While 4.0 release candidates are available, these versions of
While <dev-version> release candidates are available, these versions of
MongoDB are for **testing purposes only and not for production use**.
12 changes: 8 additions & 4 deletions source/index.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
:orphan:

==============================================
The MongoDB |version| Release Candidate Manual
==============================================
============================
The MongoDB |version| Manual
============================

.. default-domain:: mongodb

.. admonition:: MongoDB 4.0 Release Candidate Available
.. admonition:: MongoDB 4.0 Released
:class: note

For new features in MongoDB 4.0, see :doc:`/release-notes/4.0`.

To download the MongoDB 4.0, go to the `MongoDB Download Center
<https://www.mongodb.com/download-center?jmp=docs#production>`_


Welcome to the MongoDB |version| Manual! MongoDB is an open-source,
document database designed for ease of development and scaling. The
Manual introduces key concepts in MongoDB, presents the query language,
Expand Down
14 changes: 4 additions & 10 deletions source/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,26 @@ Always install the latest, stable version of MongoDB. See
See the following release notes for an account of the changes in major
versions. Release notes also include instructions for upgrade.

Upcoming Release
~~~~~~~~~~~~~~~~

.. toctree::
:maxdepth: 1

/release-notes/4.0


Current Stable Release
~~~~~~~~~~~~~~~~~~~~~~

(*3.6-series*)
(*4.0-series*)

.. toctree::
:maxdepth: 1

/release-notes/3.6
/release-notes/4.0



Previous Stable Releases
~~~~~~~~~~~~~~~~~~~~~~~~

.. toctree::
:maxdepth: 1

/release-notes/3.6
/release-notes/3.4
/release-notes/3.2
/release-notes/3.0
Expand Down
3 changes: 2 additions & 1 deletion source/release-notes/4.0-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Compatibility Changes in MongoDB 4.0
:depth: 1
:class: singlecol

.. include:: /includes/in-dev.rst
The following 4.0 changes can affect the compatibility with older
versions of MongoDB.

.. _4.0-remove-mongodb-cr:

Expand Down
19 changes: 14 additions & 5 deletions source/release-notes/4.0.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===============================================
Release Notes for MongoDB 4.0 Release Candidate
===============================================
=============================
Release Notes for MongoDB 4.0
=============================

.. default-domain:: mongodb

Expand All @@ -10,8 +10,6 @@ Release Notes for MongoDB 4.0 Release Candidate
:depth: 1
:class: twocols

.. include:: /includes/in-dev.rst

.. _4.0-txn:

Multi-Document Transactions
Expand Down Expand Up @@ -849,6 +847,17 @@ upgrade services
<https://www.mongodb.com/products/consulting?jmp=docs>`_
to help ensure a smooth transition without interruption to your MongoDB application.

Download
--------

To download MongoDB 4.0, go to the `MongoDB Download Center
<https://www.mongodb.com/download-center?jmp=docs#production>`_

.. seealso::

- `All Third Party License Notices <https://github.com/mongodb/mongo/blob/v4.0/distsrc/THIRD-PARTY-NOTICES>`_.


.. _4.0-known-issues:

Known Issues in 4.0.0
Expand Down