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.12.1 to 3.13.0 #123

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Bumps pymongo from 3.12.1 to 3.13.0.

Release notes

Sourced from pymongo's releases.

PyMongo 3.13.0

Release notes https://www.mongodb.com/community/forums/t/pymongo-3-13-0-released/197141

PyMongo 3.12.3

Release notes: https://www.mongodb.com/community/forums/t/pymongo-3-12-3-released/135978

Changelog

Sourced from pymongo's changelog.

Changes in Version 3.13.0

Version 3.13 provides an upgrade path to PyMongo 4.x. Most of the API changes from PyMongo 4.0 have been backported in a backward compatible way, allowing applications to be written against PyMongo >= 3.13, rather then PyMongo 3.x or PyMongo 4.x. See the PyMongo 4 Migration Guide_ for detailed examples.

Notable improvements ....................

  • Added :attr:pymongo.mongo_client.MongoClient.options for read-only access to a client's configuration options.

Issues Resolved ...............

PyMongo 3.13 drops support for Python 3.4.

Bug fixes .........

  • Fixed a memory leak bug when calling :func:~bson.decode_all without a codec_options argument (PYTHON-3222_).
  • Fixed a bug where :func:~bson.decode_all did not accept codec_options as a keyword argument (PYTHON-3222_).

Deprecations ............

  • Deprecated :meth:~pymongo.collection.Collection.map_reduce and :meth:~pymongo.collection.Collection.inline_map_reduce. Use :meth:~pymongo.collection.Collection.aggregate instead.
  • Deprecated :attr:pymongo.mongo_client.MongoClient.event_listeners. Use :attr:~pymongo.mongo_client.options.event_listeners instead.
  • Deprecated :attr:pymongo.mongo_client.MongoClient.max_pool_size. Use :attr:~pymongo.mongo_client.options.pool_options.max_pool_size instead.
  • Deprecated :attr:pymongo.mongo_client.MongoClient.max_idle_time_ms. Use :attr:~pymongo.mongo_client.options.pool_options.max_idle_time_seconds instead.
  • Deprecated :attr:pymongo.mongo_client.MongoClient.local_threshold_ms. Use :attr:~pymongo.mongo_client.options.local_threshold_ms instead.
  • Deprecated :attr:pymongo.mongo_client.MongoClient.server_selection_timeout. Use :attr:~pymongo.mongo_client.options.server_selection_timeout instead.
  • Deprecated :attr:pymongo.mongo_client.MongoClient.retry_writes. Use :attr:~pymongo.mongo_client.options.retry_writes instead.
  • Deprecated :attr:pymongo.mongo_client.MongoClient.retry_reads. Use :attr:~pymongo.mongo_client.options.retry_reads instead.
  • Deprecated :attr:pymongo.mongo_client.MongoClient.max_bson_size, :attr:pymongo.mongo_client.MongoClient.max_message_size, and :attr:pymongo.mongo_client.MongoClient.max_write_batch_size. These helpers were incorrect when in loadBalanced=true mode and ambiguous in clusters

... (truncated)

Commits
  • 27a009b BUMP 3.13.0
  • b50358d PYTHON-3499 Changelog for 3.13 (#1102)
  • b6982e8 PYTHON-3498 Error installing virtual environment on zseries hosts (#1101)
  • 79c51a3 PYTHON-3260 Improve test_transaction_starts_with_batched_write and test_conti...
  • 3638a58 PYTHON-3497 Skip MongoDB <= 3.4 TLS tests on Python 3.11 (#1099)
  • d87acc6 PYTHON-3433 [v3.13] Failure: test.test_encryption.TestSpec.test_legacy_maxWir...
  • 39eacd0 PYTHON-2988 Deprecate MongoClient max_bson_size/max_message_size/max_write_ba...
  • 4b47d47 PYTHON-2993 Deprecate MongoClient read only config option helpers and add cli...
  • 5eb0236 PYTHON-3488 Handle More Failures from Running Latest Server on Unsupported Ar...
  • 9360831 PYTHON-3468 [v3.13] Test failures in test_srv_polling.TestSrvPolling (#1073) ...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@3.12.1...3.13.0)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 24, 2024

Superseded by #128.

@dependabot dependabot bot closed this Apr 24, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymongo-3.13.0 branch April 24, 2024 21:02
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