File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-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 @@ -47,6 +47,11 @@ The {+driver-short+} v4.10 release includes the following new features:
47
47
What's New in 4.9
48
48
-----------------
49
49
50
+ .. warning:: Breaking Changes
51
+
52
+ {+driver-short+} v4.9 contains breaking changes. For more information, see
53
+ :ref:`version-4.9-breaking-changes`.
54
+
50
55
The {+driver-short+} v4.9 release includes the following new features:
51
56
52
57
- Adds support for {+mdb-server+} 8.0 and Python 3.13.
@@ -56,6 +61,7 @@ The {+driver-short+} v4.9 release includes the following new features:
56
61
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
57
62
- Adds a new experimental asynchronous API as a replacement for Motor. This API
58
63
is in beta and is subject to change before the generally available release.
64
+
59
65
.. TODO: Add link to the Pymongo Async migration guide
60
66
61
67
.. _version-4.8:
You can’t perform that action at this time.
0 commit comments