Recent Releases of py3-mongo
py3-mongo - PyMongo 4.14.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-1-released/327511
- Python
Published by github-actions[bot] 6 months ago
py3-mongo - PyMongo 4.14.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-released/326906
- Python
Published by github-actions[bot] 7 months ago
py3-mongo - PyMongo 4.13.2
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-2-released/323705
- Python
Published by github-actions[bot] 9 months ago
py3-mongo - PyMongo 4.13.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-1-released/323356
- Python
Published by github-actions[bot] 9 months ago
py3-mongo - PyMongo 4.13.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-0-released/321391.
- Python
Published by NoahStapp 10 months ago
py3-mongo - PyMongo 4.12.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-12-1-released/320326
What's Changed
- PYTHON-5288: [v4.12] SRV hostname validation fails when resolver and resolved hostnames are identical with three domain levels by @blink1073 in https://github.com/mongodb/mongo-python-driver/pull/2276
- PYTHON-5297 [v4.12] AsyncMongoClient connection error causes UnboundLocalError by @blink1073 in https://github.com/mongodb/mongo-python-driver/pull/2277
- PYTHON-5295 [v4.12] Update lockfile for compat with older versions of uv by @blink1073 in https://github.com/mongodb/mongo-python-driver/pull/2278
- PYTHON-5310 [v4.12] Fix uri_parser AttributeError when used directly (#2283) by @ShaneHarvey in https://github.com/mongodb/mongo-python-driver/pull/2302
- PYTHON-5314 [v4.12] Fix default imports for modules that worked in v4.8 (#2300) by @ShaneHarvey in https://github.com/mongodb/mongo-python-driver/pull/2303
- PYTHON-5348 Fix CodeQL Scanning for GitHub Actions (#2308) [v4.12] by @mongodb-drivers-pr-bot in https://github.com/mongodb/mongo-python-driver/pull/2310
- PYTHON-5212 [v4.12] Do not hold Topology lock while resetting pool by @blink1073 in https://github.com/mongodb/mongo-python-driver/pull/2307
- PYTHON-5346: [v4.12] testinitdisconnectedwithsrv cannot run against sharded Topologies (#2304) by @NoahStapp in https://github.com/mongodb/mongo-python-driver/pull/2309
- PYTHON-5306: [v4.12] - Fix use of public MongoClient attributes before connection (#2285) by @NoahStapp in https://github.com/mongodb/mongo-python-driver/pull/2311
- PYTHON-5336 Added VECTOR_SUBTYPE line to API docs (#2313) [v4.12] by @mongodb-drivers-pr-bot in https://github.com/mongodb/mongo-python-driver/pull/2314
- PYTHON-5309: [v4.12] AsyncMongoClient doesn't use PyOpenSSL (#2286) by @NoahStapp in https://github.com/mongodb/mongo-python-driver/pull/2319
- PYTHON-5357 Update changelog for 4.12.1 release (#2321) by @aclark4life in https://github.com/mongodb/mongo-python-driver/pull/2323
Full Changelog: https://github.com/mongodb/mongo-python-driver/compare/4.12.0...4.12.1
- Python
Published by github-actions[bot] 10 months ago
py3-mongo - PyMongo 4.12.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-12-released/318187
- Python
Published by github-actions[bot] 11 months ago
py3-mongo - PyMongo 4.11.3
What's Changed
- PYTHON-5202 WaitQueueTimeoutError should not clear the pool (#2192) [v4.11] by @mongodb-drivers-pr-bot in https://github.com/mongodb/mongo-python-driver/pull/2196
- PYTHON-5131 [v4.11] Migrate off of Ubuntu 20.04 GitHub Actions Runners by @blink1073 in https://github.com/mongodb/mongo-python-driver/pull/2182
- PYTHON-5198 Fix test03invalid_keyid (#2195) [v4.11] by @mongodb-drivers-pr-bot in https://github.com/mongodb/mongo-python-driver/pull/2198
- Prepare for 4.11.3 release by @blink1073 in https://github.com/mongodb/mongo-python-driver/pull/2208
New Contributors
- @mongodb-drivers-pr-bot made their first contribution in https://github.com/mongodb/mongo-python-driver/pull/2196
Full Changelog: https://github.com/mongodb/mongo-python-driver/compare/4.11.2...4.11.3
- Python
Published by github-actions[bot] 12 months ago
py3-mongo - PyMongo 4.11.2
Community notes:
What's Changed
- PYTHON-5166 Allow Database.command to run bulkWrite commands (#2164) [v4.11] by @ShaneHarvey in https://github.com/mongodb/mongo-python-driver/pull/2172
- PYTHON-5155 Use dochub link for fork warning (#2173) [v4.11] by @ShaneHarvey in https://github.com/mongodb/mongo-python-driver/pull/2174
Full Changelog: https://github.com/mongodb/mongo-python-driver/compare/4.11.1...4.11.2
- Python
Published by github-actions[bot] 12 months ago
py3-mongo - PyMongo 4.11.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-11-1-released/312193
- Python
Published by github-actions[bot] about 1 year ago
py3-mongo - PyMongo 4.11.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-11-released/310976
- Python
Published by github-actions[bot] about 1 year ago
py3-mongo - PyMongo 4.9.2
- Fixed a bug where
pymongo.asynchronous.mongo_client.AsyncMongoClientcould deadlock. - Fixed a bug where PyMongo could fail to import on Windows if asyncio is misconfigured.
- Fixed a bug where
pymongo.results.UpdateResult.did_upsertwould raise a TypeError.
- Python
Published by github-actions[bot] over 1 year ago
py3-mongo - PyMongo 4.10.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-1-released/299573
- Python
Published by github-actions[bot] over 1 year ago
py3-mongo - PyMongo 4.10.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-0-released/299474
- Python
Published by github-actions[bot] over 1 year ago
py3-mongo - PyMongo 4.9.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-9-released/297833
- Python
Published by github-actions[bot] over 1 year ago
py3-mongo - PyMongo 4.8.0
Changes in Version 4.8.0
PyMongo 4.8 brings a number of improvements including:
- The handshake metadata for "os.name" on Windows has been simplified to "Windows" to improve import time.
- The repr of bson.binary.Binary is now redacted when the subtype is SENSITIVE_SUBTYPE(8).
- Secure Software Development Life Cycle automation for release process.
GitHub Releases now include a Software Bill of Materials, and signature
files corresponding to the distribution files released on PyPI.
- Fixed a bug in change streams where both startAtOperationTime and resumeToken
could be added to a retry attempt, which caused the retry to fail.
- Fallback to stdlib ssl module when pyopenssl import fails with AttributeError.
- Improved performance of MongoClient operations, especially when many operations are being run concurrently.
Unavoidable breaking changes
- Since we are now using
hatchas our build backend, we no longer have a usablesetup.pyfile and require installation usingpip. 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: https://github.com/mongodb/mongo-python-driver/compare/4.7.1...4.8.0
- Python
Published by github-actions[bot] over 1 year ago
py3-mongo - PyMongo 4.6.3
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-3-release-for-cve-2024-5629/284348
- Python
Published by blink1073 over 1 year ago
py3-mongo - PyMongo 4.7.3
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-3-released/283508
- Python
Published by blink1073 over 1 year ago
py3-mongo - PyMongo 4.7.2
Community Notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-2-released/279584
- Python
Published by blink1073 almost 2 years ago
py3-mongo - PyMongo 4.7.1
Community release note: https://www.mongodb.com/community/forums/t/pymongo-4-7-1-released/278459
- Python
Published by blink1073 almost 2 years ago
py3-mongo - PyMongo 4.7.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-0-released/277656
- Python
Published by blink1073 almost 2 years ago
py3-mongo - PyMongo 4.6.2
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404
- Python
Published by blink1073 about 2 years ago
py3-mongo - PyMongo 4.6.1
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752
- Python
Published by blink1073 about 2 years ago
py3-mongo - PyMongo 4.6.0
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866
- Python
Published by NoahStapp over 2 years ago
py3-mongo - PyMongo 4.5.0
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-5-0-released/240662
- Python
Published by blink1073 over 2 years ago
py3-mongo - PyMongo 4.4.1
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-4-1-released/235045
- Python
Published by ShaneHarvey over 2 years ago
py3-mongo - PyMongo 4.4.0
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-4-released/232211
- Python
Published by ShaneHarvey over 2 years ago
py3-mongo - PyMongo 4.4.0b0
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-4-0b0-release/210471
- Python
Published by juliusgeo about 3 years ago
py3-mongo - PyMongo 4.3.3
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-3-3-release/200145
- Python
Published by blink1073 over 3 years ago
py3-mongo - PyMongo 3.13.0
Release notes https://www.mongodb.com/community/forums/t/pymongo-3-13-0-released/197141
- Python
Published by blink1073 over 3 years ago
py3-mongo - PyMongo 4.3.2
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-3-2-released/194266
- Python
Published by blink1073 over 3 years ago
py3-mongo - PyMongo 4.2.0
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-2-0-released/176012
- Python
Published by ShaneHarvey over 3 years ago
py3-mongo - PyMongo 4.2.0b0
Release notes: https://www.mongodb.com/community/forums/t/python-driver-4-2-0-beta-available/168488
- Python
Published by blink1073 over 3 years ago
py3-mongo - PyMongo 4.1.1
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-1-1-released/157895
- Python
Published by ShaneHarvey almost 4 years ago
py3-mongo - PyMongo 4.1.0
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-1-0-released/156029
- Python
Published by ShaneHarvey almost 4 years ago
py3-mongo - PyMongo 4.0.2
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-0-2-released/150457
- Python
Published by ShaneHarvey almost 4 years ago
py3-mongo - PyMongo 4.0.1
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-0-1-released/135979
- Python
Published by ShaneHarvey almost 4 years ago
py3-mongo - PyMongo 3.12.3
Release notes: https://www.mongodb.com/community/forums/t/pymongo-3-12-3-released/135978
- Python
Published by ShaneHarvey almost 4 years ago
py3-mongo - PyMongo 4.0
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-0-released/134677
- Python
Published by ShaneHarvey almost 4 years ago
py3-mongo - PyMongo 3.12.0 - MongoDB 5.0 Support
Release notes: https://developer.mongodb.com/community/forums/t/pymongo-3-12-0-released/115111/
- Python
Published by ShaneHarvey over 4 years ago
py3-mongo - PyMongo 3.11.4
https://developer.mongodb.com/community/forums/t/pymongo-3-11-4-released/105609
- Python
Published by ShaneHarvey almost 5 years ago
py3-mongo - PyMongo 3.12.0b1 - Beta support for MongoDB Versioned API
- Python
Published by ShaneHarvey almost 5 years ago
py3-mongo - PyMongo 3.12.0b0 - Beta support for MongoDB Versioned API
- Python
Published by prashantmital almost 5 years ago
py3-mongo - PyMongo 3.11.2
Release notes: https://developer.mongodb.com/community/forums/t/pymongo-3-11-2-released/12475
- Python
Published by prashantmital about 5 years ago
py3-mongo - PyMongo 3.11.1
Release notes: https://developer.mongodb.com/community/forums/t/pymongo-3-11-1-released/11782
- Python
Published by prashantmital over 5 years ago
py3-mongo - 3.10.1
Version 3.10.1 fixes the following issues discovered since the release of 3.10.0:
- Fix a TypeError logged to stderr that could be triggered during server maintenance or during pymongo.mongo_client.MongoClient.close().
- Avoid creating new connections during pymongo.mongo_client.MongoClient.close().
Documentation - https://pymongo.readthedocs.io/en/3.10.1/ Changelog - https://pymongo.readthedocs.io/en/3.10.1/changelog.html Installation - https://pymongo.readthedocs.io/en/3.10.1/installation.html
- Python
Published by ShaneHarvey about 6 years ago
py3-mongo - 3.10.0
Support for Client-Side Field Level Encryption with MongoDB 4.2 and support for Python 3.8.
Documentation - https://pymongo.readthedocs.io/en/3.10.0/ Changelog - https://pymongo.readthedocs.io/en/3.10.0/changelog.html Installation - https://pymongo.readthedocs.io/en/3.10.0/installation.html
- Python
Published by ShaneHarvey about 6 years ago
py3-mongo -
Beta release for MongoDB 4.2 support.
Documentation - https://api.mongodb.com/python/3.9.0b1/ Changelog - https://api.mongodb.com/python/3.9.0b1/changelog.html#changes-in-version-3-9-0b1 Installation - https://api.mongodb.com/python/3.9.0b1/installation.html#installing-a-beta-or-release-candidate
- Python
Published by ShaneHarvey over 6 years ago