Skip to content

PHPLIB-1130: Remove preview notice for CSFLE Queryable Encryption #1108

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 1 commit into from
Jun 15, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,9 @@ description: |
`Field Encryption and Queryability <https://www.mongodb.com/docs/manual/core/queryable-encryption/fundamentals/encrypt-and-query/>`_
in the MongoDB manual for more information.

This option is available in MongoDB 6.0+ and will result in an exception at
This option is available in MongoDB 7.0+ and will result in an exception at
execution time if specified for an older server version.

.. note::

Queryable Encryption is in public preview and available for evaluation
purposes. It is not yet recommended for production deployments as breaking
changes may be introduced. See the
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`_
blog post for more information.

.. versionadded:: 1.13
interface: phpmethod
operation: ~
Expand Down
8 changes: 0 additions & 8 deletions docs/includes/apiargs-dropCollection-option.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ description: |
This option is not passed to the :manual:`drop </reference/command/drop>`
command. The library uses it to determine related metadata collections that
should be dropped in addition to an encrypted collection.

.. note::

Queryable Encryption is in public preview and available for evaluation
purposes. It is not yet recommended for production deployments as breaking
changes may be introduced. See the
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`_
blog post for more information.
interface: phpmethod
operation: ~
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ MongoDB\\Database::createEncryptedCollection()
:depth: 1
:class: singlecol

.. note::

Queryable Encryption is in public preview and available for evaluation
purposes. It is not yet recommended for production deployments as breaking
changes may be introduced. See the
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`_
blog post for more information.

Definition
----------

Expand Down
6 changes: 1 addition & 5 deletions docs/tutorial/client-side-encryption.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,7 @@ Automatic Queryable Encryption
.. note::

Automatic queryable encryption is an enterprise only feature and requires
MongoDB 6.0+. Queryable Encryption is in public preview and available for
evaluation purposes. It is not yet recommended for production deployments as
breaking changes may be introduced. See the
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`_
blog post for more information.
MongoDB 7.0+.

The following example uses a local key; however, other key providers such as AWS
are also an option. The data in the ``encryptedIndexed`` and
Expand Down