Skip to content

Bump pymongo from 3.10.1 to 3.11.0#125

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pymongo-3.11.0
Closed

Bump pymongo from 3.10.1 to 3.11.0#125
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pymongo-3.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2020

Bumps pymongo from 3.10.1 to 3.11.0.

Release notes

Sourced from pymongo's releases.

3.11.0

PyMongo 3.11.0 - Add support for MongoDB 4.4

Release notes: https://developer.mongodb.com/community/forums/t/pymongo-3-11-0-released/7371

3.11.0b1

PyMongo 3.11.0b1 - Beta support for MongoDB 4.4

Release notes: https://developer.mongodb.com/community/forums/t/pymongo-3-11-0b1-released/5156

3.11.0b0

PyMongo 3.11.0b0 - Beta support for MongoDB 4.4

Release notes: https://community.mongodb.com/t/pymongo-3-11-0b0-released/2657

Changelog

Sourced from pymongo's changelog.

Changes in Version 3.11.0

Version 3.11 adds support for MongoDB 4.4 and includes a number of bug fixes. Highlights include:

  • Support for :ref:OCSP (Online Certificate Status Protocol).
  • Support for PyOpenSSL <https://pypi.org/project/pyOpenSSL/>_ as an alternative TLS implementation. PyOpenSSL is required for :ref:OCSP support. It will also be installed when using the "tls" extra if the version of Python in use is older than 2.7.9.
  • Support for the :ref:MONGODB-AWS authentication mechanism.
  • Support for the directConnection URI option and kwarg to :class:~pymongo.mongo_client.MongoClient.
  • Support for speculative authentication attempts in connection handshakes which reduces the number of network roundtrips needed to authenticate new connections on MongoDB 4.4+.
  • Support for creating collections in multi-document transactions with :meth:~pymongo.database.Database.create_collection on MongoDB 4.4+.
  • Added index hinting support to the :meth:~pymongo.collection.Collection.replace_one, :meth:~pymongo.collection.Collection.update_one, :meth:~pymongo.collection.Collection.update_many, :meth:~pymongo.collection.Collection.find_one_and_replace, :meth:~pymongo.collection.Collection.find_one_and_update, :meth:~pymongo.collection.Collection.delete_one, :meth:~pymongo.collection.Collection.delete_many, and :meth:~pymongo.collection.Collection.find_one_and_delete commands.
  • Added index hinting support to the :class:~pymongo.operations.ReplaceOne, :class:~pymongo.operations.UpdateOne, :class:~pymongo.operations.UpdateMany, :class:~pymongo.operations.DeleteOne, and :class:~pymongo.operations.DeleteMany bulk operations.
  • Added support for :data:bson.binary.UuidRepresentation.UNSPECIFIED and MongoClient(uuidRepresentation='unspecified') which will become the default UUID representation starting in PyMongo 4.0. See :ref:handling-uuid-data-example for details.
  • Added the background parameter to :meth:pymongo.database.Database.validate_collection. For a description of this parameter see the MongoDB documentation for the validate command_.
  • Added the allow_disk_use parameters to :meth:pymongo.collection.Collection.find.
  • Added the hedge parameter to :class:~pymongo.read_preferences.PrimaryPreferred, :class:~pymongo.read_preferences.Secondary, :class:~pymongo.read_preferences.SecondaryPreferred, :class:~pymongo.read_preferences.Nearest to support disabling (or explicitly enabling) hedged reads in MongoDB 4.4+.
  • Fixed a bug in change streams that could cause PyMongo to miss some change
Commits
  • 31949fb BUMP 3.11 (with proper changelog title)
  • 316830d BUMP 3.11.1.dev0
  • 9fa94db BUMP 3.11 (#476)
  • c99254f PYTHON-2334 Add regression test for gevent.Timeout compatibility (#475)
  • 83578dc PYTHON-2334: Fix gevent.Timeout race condition (#472)
  • ff327b3 PYTHON-2252 Add examples and documentation for new UUID behavior (#467)
  • de1e293 PYTHON-2219 Document hidden index option (#474)
  • c92150d PYTHON-1631 Automate release wheels for Windows and manylinux (#473)
  • b04e334 PYTHON-2328 Reset the connection pool in Topology.on_change (#470)
  • c16b5b9 PYTHON-2331 Fix set_memory_error complier warning (#469)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 31, 2020

Codecov Report

Merging #125 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   98.46%   98.46%           
=======================================
  Files          35       35           
  Lines         715      715           
=======================================
  Hits          704      704           
  Misses         11       11           
Flag Coverage Δ
#unittests 98.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbbe420...abdbdc7. Read the comment docs.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2020

Superseded by #175.

@dependabot dependabot bot closed this Nov 18, 2020
@dependabot dependabot bot deleted the dependabot/pip/pymongo-3.11.0 branch November 18, 2020 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants