|
1 |
| -============================================================== |
2 |
| -Development Release Notes for MongoDB 3.0.0 Release Candidates |
3 |
| -============================================================== |
| 1 | +=============================== |
| 2 | +Release Notes for MongoDB 3.0.0 |
| 3 | +=============================== |
4 | 4 |
|
5 | 5 | .. default-domain:: mongodb
|
6 | 6 |
|
7 |
| -MongoDB 3.0 is currently in development. While 3.0 release candidates |
8 |
| -are currently available, these versions of MongoDB are for **testing |
9 |
| -only and not for production use**. |
| 7 | +*March 3, 2015* |
| 8 | + |
| 9 | +MongoDB 3.0 is now available. Key features include support for the |
| 10 | +WiredTiger storage engine, pluggable storage engine API, |
| 11 | +``SCRAM-SHA-1`` authentication mechanism, and improved ``explain`` |
| 12 | +functionality. |
10 | 13 |
|
11 | 14 | Major Changes
|
12 | 15 | -------------
|
@@ -50,11 +53,6 @@ The WiredTiger storage engine requires the latest official MongoDB
|
50 | 53 | drivers. For more information, see
|
51 | 54 | :ref:`3.0-compatibility-drivers-wired-tiger`.
|
52 | 55 |
|
53 |
| -For WiredTiger indexes, the on-disk index format changed in 2.8.0-rc5. |
54 |
| -To upgrade from earlier pre-release versions of MongoDB with |
55 |
| -WiredTiger, you will need to run the :program:`mongod` instance with |
56 |
| -``--repair``. |
57 |
| - |
58 | 56 | .. seealso:: :ref:`3.0-compatibility-touch`,
|
59 | 57 | :ref:`storage-wiredtiger` section in the :doc:`/core/storage`
|
60 | 58 | documentation
|
@@ -393,11 +391,14 @@ See :doc:`/release-notes/3.0-upgrade` for full upgrade instructions.
|
393 | 391 | Download
|
394 | 392 | ~~~~~~~~
|
395 | 393 |
|
396 |
| -To download MongoDB 3.0 release candidates, go to the `downloads page`_. |
| 394 | +To download MongoDB 3.0, go to the `downloads page`_. |
397 | 395 |
|
398 | 396 | .. _`downloads page`: http://www.mongodb.org/downloads
|
399 | 397 |
|
400 | 398 | Additional Resources
|
401 | 399 | ~~~~~~~~~~~~~~~~~~~~
|
402 | 400 |
|
403 | 401 | - `All Third Party License Notices <https://github.com/mongodb/mongo/blob/v3.0/distsrc/THIRD-PARTY-NOTICES>`_.
|
| 402 | + |
| 403 | +- `All JIRA issues resolved in 3.0 |
| 404 | + <https://jira.mongodb.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SERVER+AND+fixVersion+in+%28%222.7.0%22%2C%20%222.7.1%22%2C%20%222.7.2%22%2C%20%222.7.3%22%2C%20%222.7.4%22%2C%20%222.7.5%22%2C%20%222.7.6%22%2C%222.7.7%22%2C%222.7.8%22%2C%20%222.8.0-rc1%22%2C%20%222.8.0-rc2%22%2C%20%222.8.0-rc3%22%2C%20%222.8.0-rc4%22%2C%20%222.8.0-rc5%22%2C%20%223.0.0-rc6%22%2C%20%223.0.0-rc7%22%2C%20%223.0.0-rc8%22%2C%20%223.0.0-rc9%22%2C%20%223.0.0-rc10%22%2C%20%223.0.0-rc11%22%2C%20%223.0.0%22%2C%20%223.0%22%29>`_. |
0 commit comments