Skip to content

Update 2.8.txt #2059

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
Nov 5, 2014
Merged
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
10 changes: 5 additions & 5 deletions source/release-notes/2.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Increased Number of Replica Set Members
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

MongoDB replica sets now support larger maximum replica set
sizes. As in earlier releases, replica sets may only have 7 voting
sizes up to 50 members. As in earlier releases, replica sets may only have 7 voting
members.

Security Improvements
Expand All @@ -100,7 +100,7 @@ MongoDB 2.8 adds a new ``SCRAM-SHA1`` authentication mechanism .
Changes to the Localhost Exception
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When using :ref:`localhost exception` to access MongoDB, have limited
When using :ref:`localhost exception` to access MongoDB, you have limited
access and can only create a user in the ``admin`` database.

Query Engine Improvements
Expand All @@ -113,7 +113,7 @@ MongoDB 2.8 includes a new query introspection system exposed in the
:method:`~cursor.explain()` cursor method which is available on all
MongoDB query operations. (e.g. :method:`db.collection.find()`,
:method:`db.collection.remove()`, :method:`db.collection.update()`,
:method:`db.collection.findAndModify()`,) operations.
:method:`db.collection.findAndModify()`) operations.

See the ``queryPlanner``, ``executionStats``, and
``serverInfo`` fields in the output of :method:`~cursor.explain()` for
Expand All @@ -130,8 +130,8 @@ primary.
-----------------------

.. There's a mockup of other changes in the
``source/release-notes/2.8-general-improvements.rst`` file, that we
will fill in with the full release notes for 2.8, in the mean time,
``source/release-notes/2.8-general-improvements.rst`` file that we
will fill in with the full release notes for 2.8. In the mean time,
this section should contain a bullet ed list of important changes.

Upgrade Process
Expand Down