Bump pymongo from 2.4.2 to 2.5.2
Bumps pymongo from 2.4.2 to 2.5.2.
Release notes
Sourced from pymongo's releases.
PyMongo 3.12.0 - MongoDB 5.0 Support
Release notes: https://developer.mongodb.com/community/forums/t/pymongo-3-12-0-released/115111/
Changelog
Sourced from pymongo's changelog.
Changes in Version 2.5.2
Version 2.5.2 fixes a NULL pointer dereference issue when decoding an invalid :class:
~bson.dbref.DBRef.Issues Resolved ...............
See the
PyMongo 2.5.2 release notes in JIRA_ for the list of resolved issues in this release... _PyMongo 2.5.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=12581
Changes in Version 2.5.1
Version 2.5.1 is a minor release that fixes issues discovered after the release of 2.5. Most importantly, this release addresses some race conditions in replica set monitoring.
Issues Resolved ...............
See the
PyMongo 2.5.1 release notes in JIRA_ for the list of resolved issues in this release... _PyMongo 2.5.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=12484
Changes in Version 2.5
Version 2.5 includes changes to support new features in MongoDB 2.4.
Important new features:
- Support for :ref:
GSSAPI (Kerberos) authentication <gssapi>.- Support for SSL certificate validation with hostname matching.
- Support for delegated and role based authentication.
- New GEOSPHERE (2dsphere) and HASHED index constants.
.. note:: :meth:
~pymongo.database.Database.authenticatenow raises a subclass of :class:~pymongo.errors.PyMongoErrorif authentication fails due to invalid credentials or configuration issues.Issues Resolved ...............
See the
PyMongo 2.5 release notes in JIRA_ for the list of resolved issues in this release.
... (truncated)
Commits
1c0596bBUMP 2.5.294520a7Changelog for 2.5.2.7395ce7Fix import when _cbson unavailable PYTHON-532a060c15Fix null pointer when decoding invalid DBRef PYTHON-532a9d1457BUMP 2.5.19d8e23cChangelog for 2.5.1897a4fcMerge pull request #182 from puentesarrin/typo_docstringe1d71e8Minor typo on bson/json_util docstring0308ce6Merge pull request #181 from puentesarrin/typo_docstring1c14e21Minor typo on docstring- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.