asterank
asterank copied to clipboard
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.authenticate
now raises a subclass of :class:~pymongo.errors.PyMongoError
if 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
1c0596b
BUMP 2.5.294520a7
Changelog for 2.5.2.7395ce7
Fix import when _cbson unavailable PYTHON-532a060c15
Fix null pointer when decoding invalid DBRef PYTHON-532a9d1457
BUMP 2.5.19d8e23c
Changelog for 2.5.1897a4fc
Merge pull request #182 from puentesarrin/typo_docstringe1d71e8
Minor typo on bson/json_util docstring0308ce6
Merge pull request #181 from puentesarrin/typo_docstring1c14e21
Minor 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 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
You can disable automated security fix PRs for this repo from the Security Alerts page.