Skip to content

Commit 1318533

Browse files
authored
PYTHON-4524 Document support for MongoDB 8.0 (mongodb#1721)
1 parent 32a5933 commit 1318533

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a native Python driver for MongoDB. The `gridfs` package is a
1414
[gridfs](https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst/)
1515
implementation on top of `pymongo`.
1616

17-
PyMongo supports MongoDB 3.6, 4.0, 4.2, 4.4, 5.0, 6.0, and 7.0.
17+
PyMongo supports MongoDB 3.6, 4.0, 4.2, 4.4, 5.0, 6.0, 7.0, and 8.0.
1818

1919
## Support / Feedback
2020

doc/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changes in Version 4.9.0
66

77
PyMongo 4.9 brings a number of improvements including:
88

9+
- Added support for MongoDB 8.0.
910
- A new asynchronous API with full asyncio support.
1011
- pymongocrypt>=1.10 is now required for :ref:`In-Use Encryption` support.
1112

0 commit comments

Comments
 (0)