-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency pymongo to v4.15.5 #18
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pymongo-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11a6928 to
bc49626
Compare
bc49626 to
8fb5a76
Compare
8fb5a76 to
e645b32
Compare
e645b32 to
6fffd38
Compare
6fffd38 to
66ffca0
Compare
66ffca0 to
76891f9
Compare
76891f9 to
637807a
Compare
637807a to
3230382
Compare
3230382 to
38e04ca
Compare
38e04ca to
dfd135a
Compare
dfd135a to
7118749
Compare
7118749 to
e0de7a9
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
e0de7a9 to
a5f0da5
Compare
a5f0da5 to
c385615
Compare
c385615 to
232dc55
Compare
6fa5281 to
afea8e9
Compare
afea8e9 to
69e3fd1
Compare
69e3fd1 to
5b750af
Compare
5b750af to
9bd61ef
Compare
9bd61ef to
ca0d4a6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.6.2->==4.15.5Release Notes
mongodb/mongo-python-driver (pymongo)
v4.15.5Compare Source
v4.15.4: PyMongo 4.15.4Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-4-released/331292
v4.15.3: PyMongo 4.15.3Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-3-released/329778
v4.15.2: PyMongo 4.15.2Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-2-released/329543
v4.15.1: PyMongo 4.15.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-1-released/328837
v4.15.0: PyMongo 4.15.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-released/328574
v4.14.1: PyMongo 4.14.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-1-released/327511
v4.14.0: PyMongo 4.14.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-released/326906
v4.13.2: PyMongo 4.13.2Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-2-released/323705
v4.13.1: PyMongo 4.13.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-1-released/323356
v4.13.0: PyMongo 4.13.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-0-released/321391.
v4.12.1: PyMongo 4.12.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-12-1-released/320326
What's Changed
Full Changelog: mongodb/mongo-python-driver@4.12.0...4.12.1
v4.12.0: PyMongo 4.12.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-12-released/318187
v4.11.3: PyMongo 4.11.3Compare Source
What's Changed
New Contributors
Full Changelog: mongodb/mongo-python-driver@4.11.2...4.11.3
v4.11.2: PyMongo 4.11.2Compare Source
Community notes:
What's Changed
Full Changelog: mongodb/mongo-python-driver@4.11.1...4.11.2
v4.11.1: PyMongo 4.11.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-11-1-released/312193
v4.11: PyMongo 4.11.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-11-released/310976
v4.10.1: PyMongo 4.10.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-1-released/299573
v4.10.0: PyMongo 4.10.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-0-released/299474
v4.9.2: PyMongo 4.9.2Compare Source
pymongo.asynchronous.mongo_client.AsyncMongoClientcould deadlock.pymongo.results.UpdateResult.did_upsertwould raise a TypeError.v4.9.1: PyMongo 4.9.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-9-released/297833
v4.9Compare Source
v4.8.0: PyMongo 4.8.0Compare Source
Changes in Version 4.8.0
PyMongo 4.8 brings a number of improvements including:
bson.binary.Binaryis now redacted when the subtype is SENSITIVE_SUBTYPE(8).GitHub Releases now include a Software Bill of Materials, and signature
files corresponding to the distribution files released on PyPI.
startAtOperationTimeandresumeTokencould be added to a retry attempt, which caused the retry to fail.
sslmodule whenpyopensslimport fails with AttributeError.Unavoidable breaking changes
hatchas our build backend, we no longer have a usablesetup.pyfileand require installation using
pip. Attempts to invoke thesetup.pyfile will raise an exception.Additionally,
pip>= 21.3 is now required for editable installs.Issues Resolved
See the PyMongo 4.8 release notes in JIRA for the list of resolved issues in this release.
Full Changelog: mongodb/mongo-python-driver@4.7.1...4.8.0
v4.7.3: PyMongo 4.7.3Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-3-released/283508
v4.7.2: PyMongo 4.7.2Compare Source
Community Notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-2-released/279584
v4.7.1: PyMongo 4.7.1Compare Source
Community release note: https://www.mongodb.com/community/forums/t/pymongo-4-7-1-released/278459
v4.7.0: PyMongo 4.7.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-0-released/277656
v4.6.3: PyMongo 4.6.3Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-3-release-for-cve-2024-5629/284348
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.