Skip to content

PHPLIB-1095: Queryable Encryption is "Public Technical Preview" #1053

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
Apr 11, 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 @@ -89,6 +89,14 @@ description: |
This option is available in MongoDB 6.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: 8 additions & 0 deletions docs/includes/apiargs-dropCollection-option.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ description: |
server-side value for ``encryptedFields``. See the
`Client Side Encryption specification <https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst>`_
for more information.

.. 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
6 changes: 5 additions & 1 deletion docs/tutorial/client-side-encryption.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,11 @@ Automatic Queryable Encryption
.. note::

Automatic queryable encryption is an enterprise only feature and requires
MongoDB 6.0+.
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.

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