Skip to content

Commit 7b2b830

Browse files
committed
DOCSP-40986: Bump minimum pymongocrypt version req to >=1.10 for range v2 and async support (#113)
* added breaking changes info * updating bullet points * addressing feedback
1 parent dea3455 commit 7b2b830

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

source/upgrade.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

109117
Version 4.8 Breaking Changes

source/whats-new.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ The {+driver-short+} v4.10 release includes the following new features:
4747
What'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+
5055
The {+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:

0 commit comments

Comments
 (0)