Skip to content

Commit 7fe510e

Browse files
committed
merge conflicts
1 parent f2e9b04 commit 7fe510e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,21 @@ Learn what's new in:
3030
What's New in 4.9
3131
-----------------
3232

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+
3340
- Adds support for {+mdb-server+} 8.0 and Python 3.13.
3441
- Adds support for Queryable Encryption range queries. To use this
3542
feature, your app must connect to {+mdb-server+} 8.0 or later. For
3643
more information about Queryable Encryption, see :manual:`Queryable
3744
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
3845
- Adds a new experimental asynchronous API as a replacement for Motor. This API
3946
is in beta and is subject to change before the generally available release.
47+
4048
.. TODO: Add link to the Pymongo Async migration guide
4149

4250
.. _version-4.8:

0 commit comments

Comments
 (0)