Skip to content

Commit 78cc925

Browse files
authored
PHPLIB-1130: Remove preview notice for CSFLE Queryable Encryption (#1108)
1 parent 2f09005 commit 78cc925

File tree

4 files changed

+2
-30
lines changed

4 files changed

+2
-30
lines changed

docs/includes/apiargs-MongoDBDatabase-method-createCollection-option.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,9 @@ description: |
8686
`Field Encryption and Queryability <https://www.mongodb.com/docs/manual/core/queryable-encryption/fundamentals/encrypt-and-query/>`_
8787
in the MongoDB manual for more information.
8888
89-
This option is available in MongoDB 6.0+ and will result in an exception at
89+
This option is available in MongoDB 7.0+ and will result in an exception at
9090
execution time if specified for an older server version.
9191
92-
.. note::
93-
94-
Queryable Encryption is in public preview and available for evaluation
95-
purposes. It is not yet recommended for production deployments as breaking
96-
changes may be introduced. See the
97-
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`_
98-
blog post for more information.
99-
10092
.. versionadded:: 1.13
10193
interface: phpmethod
10294
operation: ~

docs/includes/apiargs-dropCollection-option.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ description: |
1515
This option is not passed to the :manual:`drop </reference/command/drop>`
1616
command. The library uses it to determine related metadata collections that
1717
should be dropped in addition to an encrypted collection.
18-
19-
.. note::
20-
21-
Queryable Encryption is in public preview and available for evaluation
22-
purposes. It is not yet recommended for production deployments as breaking
23-
changes may be introduced. See the
24-
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`_
25-
blog post for more information.
2618
interface: phpmethod
2719
operation: ~
2820
optional: true

docs/reference/method/MongoDBDatabase-createEncryptedCollection.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ MongoDB\\Database::createEncryptedCollection()
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. note::
16-
17-
Queryable Encryption is in public preview and available for evaluation
18-
purposes. It is not yet recommended for production deployments as breaking
19-
changes may be introduced. See the
20-
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`_
21-
blog post for more information.
22-
2315
Definition
2416
----------
2517

docs/tutorial/client-side-encryption.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,7 @@ Automatic Queryable Encryption
285285
.. note::
286286

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

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

0 commit comments

Comments
 (0)