Skip to content
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

Bump pymongo from 3.10.1 to 3.12.0 #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps pymongo from 3.10.1 to 3.12.0.

Release notes

Sourced from pymongo's releases.

PyMongo 3.12.0b1 - Beta support for MongoDB Versioned API

No release notes provided.

PyMongo 3.12.0b0 - Beta support for MongoDB Versioned API

No release notes provided.

PyMongo 3.11.4

https://developer.mongodb.com/community/forums/t/pymongo-3-11-4-released/105609

PyMongo 3.11.2

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

PyMongo 3.11.1

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

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.12.0

PyMongo 3.12.0 deprecates support for Python 2.7, 3.4 and 3.5. These Python versions will not be supported by PyMongo 4.

PyMongo now allows insertion of documents with keys that include dots ('.') or start with dollar signs ('$').

  • PyMongoCrypt 1.1.0 or later is now required for client side field level encryption support.

Notable improvements

  • Added support for MongoDB 5.0.
  • Support for MongoDB Versioned API, see ~pymongo.server_api.ServerApi.
  • Support for snapshot reads on secondaries (see snapshot-reads-ref).
  • Support for Azure and GCP KMS providers for client side field level encryption. See the docstring for ~pymongo.mongo_client.MongoClient, ~pymongo.encryption_options.AutoEncryptionOpts, and ~pymongo.encryption.
  • Support AWS authentication with temporary credentials when connecting to KMS in client side field level encryption.
  • Support for connecting to load balanced MongoDB clusters via the new loadBalanced URI option.
  • Support for creating timeseries collections via the timeseries and expireAfterSeconds arguments to ~pymongo.database.Database.create_collection.
  • Added pymongo.mongo_client.MongoClient.topology_description.
  • Added hash support to ~pymongo.mongo_client.MongoClient, ~pymongo.database.Database and ~pymongo.collection.Collection (PYTHON-2466).
  • Improved the error message returned by ~pymongo.collection.Collection.insert_many when supplied with an argument of incorrect type (PYTHON-1690).
  • Added session and read concern support to ~pymongo.collection.Collection.find_raw_batches and ~pymongo.collection.Collection.aggregate_raw_batches.

Bug fixes

  • Fixed a bug that could cause the driver to deadlock during automatic client side field level encryption (PYTHON-2472).
  • Fixed a potential deadlock when garbage collecting an unclosed exhaust ~pymongo.cursor.Cursor.
  • Fixed an bug where using gevent.Timeout to timeout an operation could lead to a deadlock.
  • Fixed the following bug with Atlas Data Lake. When closing cursors, pymongo now sends killCursors with the namespace returned the cursor's initial command response.
  • Fixed a bug in ~pymongo.cursor.RawBatchCursor that caused it to return an empty bytestring when the cursor contained no results. It now raises StopIteration instead.

Deprecations

  • Deprecated support for Python 2.7, 3.4 and 3.5.
  • Deprecated support for database profiler helpers ~pymongo.database.Database.profiling_level, ~pymongo.database.Database.set_profiling_level, and ~pymongo.database.Database.profiling_info. Instead, users should run the profile command with the ~pymongo.database.Database.command helper directly.
  • Deprecated ~pymongo.errors.NotMasterError. Users should use ~pymongo.errors.NotPrimaryError instead.
  • Deprecated ~pymongo.ismaster.IsMaster and ~pymongo.ismaster which will be removed in PyMongo 4.0 and are replaced by ~pymongo.hello.Hello and ~pymongo.hello which provide the same API.
  • Deprecated the pymongo.messeage module.
  • Deprecated the ssl_keyfile and ssl_certfile URI options in favor of tlsCertificateKeyFile (see examples/tls).

... (truncated)

Commits
  • 78cb0f2 BUMP 3.12.0
  • 6cdc6a2 PYTHON-2797 Update changelog for 5.0 support (#675)
  • 7f5df56 PYTHON-2811 PYTHON-2809 Skip Jython serverless test and fix versioned api tes...
  • da97572 PYTHON-2807 Skip OP_KILL_CURSORS test on 5.0+ (#674)
  • 5714a93 PYTHON-2806 Fix test_aggregate_raw_transaction (#673)
  • e347299 PYTHON-2774 Migrate snappy testing to from Ubuntu 18 to amazon1-2018 (#672)
  • a8f626d PYTHON-2608 Fix KMS TLS testing on Python <3.5 (#671)
  • d5aa6d9 PYTHON-2798 Workaround windows cert issue with SSL_CERT_FILE (#670)
  • a10cbbf PYTHON-2800 Add Atlas connectivity tests for MongoDB Serverless (#669)
  • 4d531d1 PYTHON-2608 Test that KMS TLS connections verify peer certificates (#667)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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.

None yet

0 participants