Skip to content

DOCS-4605 - driver upgrade scenarios and minima #2114

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

Closed
wants to merge 1 commit into from
Closed
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
55 changes: 55 additions & 0 deletions source/release-notes/2.8-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,58 @@ The following commands are no longer available in MongoDB 2.8:
The following command is deprecated in MongoDB 2.8:

- :dbcommand:`diagLogging`

Driver Compatibility Changes
----------------------------

Each officially supported driver has a release designed for full
compatibility with MongoDB 2.8. Upgrading to one of these drivers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a release that includes support for all new features introduced in MongoDB 2.8

is strongly recommended as part of the upgrade process.

A driver upgrade is **necessary** in certain scenarios due to
changes in functionality:

- Use of the ``SCRAM-SHA-1`` authentication method
- Use of functionality that calls ``listIndexes`` or
``listCollections``
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these should be cross references.


The minimum fully compatible driver versions are:

.. list-table::
:header-rows: 1

* - Driver Lanugage
- Minimum Fully Compatible Version

* - :ecosystem:`C </drivers/c>`
- `1.1.0 <https://github.com/mongodb/mongo-c-driver/releases>`_

* - `C++ <https://github.com/mongodb/mongo-cxx-driver>`_
- `1.0.0 <https://github.com/mongodb/mongo-cxx-driver/releases>`_

* - :ecosystem:`C# </drivers/csharp>`
- `1.10 <https://github.com/mongodb/mongo-csharp-driver/releases>`_

* - :ecosystem:`Java </drivers/java>`
- `2.13 <https://github.com/mongodb/mongo-java-driver/releases>`_

* - :ecosystem:`Node.js </drivers/node-js>`
- `1.4.18 <https://github.com/mongodb/node-mongodb-native/releases>`_

* - :ecosystem:`Perl </drivers/perl>`
- `Pending <http://search.cpan.org/dist/MongoDB/>`_

* - :ecosystem:`PHP </drivers/php>`
- `1.5 <http://pecl.php.net/package/mongo>`_

* - :ecosystem:`Python </drivers/python>`
- `2.8 <https://pypi.python.org/pypi/pymongo/>`_

* - :ecosystem:`Motor </drivers/python>`
- `0.4 <https://pypi.python.org/pypi/motor/>`_

* - :ecosystem:`Ruby </drivers/ruby>`
- `1.12 <https://rubygems.org/gems/mongo>`_

* - :ecosystem:`Scala </drivers/scala>`
- `2.8 <https://github.com/mongodb/casbah/releases>`_