-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
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`` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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>`_ |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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