File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,13 @@ Learn what's new in:
30
30
What's New in 4.9
31
31
-----------------
32
32
33
- - Adds support for MongoDB 8.0 and Python 3.13.
34
- - Adds support for range queries with Queryable Encryption.
35
- - Adds a new asynchronous API. This API is in beta and is subject to change
36
- before full release.
33
+ - Adds support for {+mdb-server+} 8.0 and Python 3.13.
34
+ - Adds support for Queryable Encryption range queries. To use this
35
+ feature, your app must connect to {+mdb-server+} 8.0 or later. For
36
+ more information about Queryable Encryption, see :manual:`Queryable
37
+ Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
38
+ - Adds a new experimental asynchronous API as a replacement for Motor. This API
39
+ is in beta and is subject to change before the generally available release.
37
40
.. TODO: Add link to the Pymongo Async migration guide
38
41
39
42
.. _version-4.8:
You can’t perform that action at this time.
0 commit comments