Skip to content

DOCSP-40986: Bump minimum pymongocrypt version req to >=1.10 for range v2 and async support #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ and upgrade versions.

.. diagram for this example?

.. _version-4.9-breaking-changes:

Version 4.9 Breaking Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- You must use ``pymongocrypt`` v1.10 or later to use :manual:`Client-Side Field
Level Encryption </core/csfle>` (CSFLE) in your application.

.. _version-4.8-breaking-changes:

Version 4.8 Breaking Changes
Expand Down
6 changes: 6 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ The {+driver-short+} v4.10 release includes the following new features:
What's New in 4.9
-----------------

.. warning:: Breaking Changes

{+driver-short+} v4.9 contains breaking changes. For more information, see
:ref:`version-4.9-breaking-changes`.

The {+driver-short+} v4.9 release includes the following new features:

- Adds support for {+mdb-server+} 8.0 and Python 3.13.
Expand All @@ -56,6 +61,7 @@ The {+driver-short+} v4.9 release includes the following new features:
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
- Adds a new experimental asynchronous API as a replacement for Motor. This API
is in beta and is subject to change before the generally available release.

.. TODO: Add link to the Pymongo Async migration guide

.. _version-4.8:
Expand Down
Loading