PYTHON-4524 Document support for MongoDB 8.0 (#1721)

This commit is contained in:
Shane Harvey 2024-06-28 12:01:27 -07:00 committed by GitHub
parent 32a5933d52
commit 13185338f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ a native Python driver for MongoDB. The `gridfs` package is a
[gridfs](https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst/)
implementation on top of `pymongo`.
PyMongo supports MongoDB 3.6, 4.0, 4.2, 4.4, 5.0, 6.0, and 7.0.
PyMongo supports MongoDB 3.6, 4.0, 4.2, 4.4, 5.0, 6.0, 7.0, and 8.0.
## Support / Feedback

View File

@ -6,6 +6,7 @@ Changes in Version 4.9.0
PyMongo 4.9 brings a number of improvements including:
- Added support for MongoDB 8.0.
- A new asynchronous API with full asyncio support.
- pymongocrypt>=1.10 is now required for :ref:`In-Use Encryption` support.