File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,14 @@ and upgrade versions.
104
104
105
105
.. diagram for this example?
106
106
107
+ .. _version-4.9-breaking-changes:
108
+
109
+ Version 4.9 Breaking Changes
110
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111
+
112
+ - You must use ``pymongocrypt`` v1.10 or later to use :manual:`Client-Side Field
113
+ Level Encryption </core/csfle>` (CSFLE) in your application.
114
+
107
115
.. _version-4.8-breaking-changes:
108
116
109
117
Version 4.8 Breaking Changes
Original file line number Diff line number Diff line change @@ -30,13 +30,21 @@ Learn what's new in:
30
30
What's New in 4.9
31
31
-----------------
32
32
33
+ .. warning:: Breaking Changes
34
+
35
+ {+driver-short+} v4.9 contains breaking changes. For more information, see
36
+ :ref:`version-4.9-breaking-changes`.
37
+
38
+ The {+driver-short+} v4.9 release includes the following new features:
39
+
33
40
- Adds support for {+mdb-server+} 8.0 and Python 3.13.
34
41
- Adds support for Queryable Encryption range queries. To use this
35
42
feature, your app must connect to {+mdb-server+} 8.0 or later. For
36
43
more information about Queryable Encryption, see :manual:`Queryable
37
44
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
38
45
- Adds a new experimental asynchronous API as a replacement for Motor. This API
39
46
is in beta and is subject to change before the generally available release.
47
+
40
48
.. TODO: Add link to the Pymongo Async migration guide
41
49
42
50
.. _version-4.8:
You can’t perform that action at this time.
0 commit comments