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.
104104
105105.. diagram for this example?
106106
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+
107115.. _version-4.8-breaking-changes:
108116
109117Version 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:
4747What's New in 4.9
4848-----------------
4949
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+
5055The {+driver-short+} v4.9 release includes the following new features:
5156
5257- 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:
5661 Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
5762- Adds a new experimental asynchronous API as a replacement for Motor. This API
5863 is in beta and is subject to change before the generally available release.
64+
5965.. TODO: Add link to the Pymongo Async migration guide
6066
6167.. _version-4.8:
You can’t perform that action at this time.
0 commit comments