Skip to content

Commit 00a6867

Browse files
committed
Remove preview notice for CSFLE Queryable Encryption
Also updates a MongoDB manual link for the feature to reference the current server version instead of v6.0. https://jira.mongodb.org/browse/PHPLIB-1130
1 parent bfabdf4 commit 00a6867

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

language-snippets.ent

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3281,15 +3281,8 @@ local: {
32813281
<!ENTITY mongodb.throws.connection '<member xmlns="http://docbook.org/ns/docbook">Throws <classname>MongoDB\Driver\Exception\ConnectionException</classname> if connection to the server fails (for reasons other than authentication).</member>'>
32823282
<!ENTITY mongodb.throws.bson.unexpected '<member xmlns="http://docbook.org/ns/docbook">Throws <classname>MongoDB\Driver\Exception\UnexpectedValueException</classname> if the input did not contain exactly one BSON document. Possible reasons include, but are not limited to, invalid BSON, extra data (after reading one BSON document), or an unexpected <link xlink:href="&url.mongodb.libbson;" xmlns:xlink="http://www.w3.org/1999/xlink">libbson</link> error.</member>'>
32833283

3284-
<!ENTITY mongodb.note.queryable-encryption-preview '
3285-
<note xmlns="http://docbook.org/ns/docbook">
3286-
<simpara>
3287-
Queryable Encryption is in public preview and available for evaluation
3288-
purposes. It is not yet recommended for production deployments as breaking
3289-
changes may be introduced. See the <link xlink:href="https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/" xmlns:xlink="http://www.w3.org/1999/xlink">Queryable Encryption Preview</link> blog post for more information.
3290-
</simpara>
3291-
</note>
3292-
'>
3284+
<!-- Not used in EN anymore -->
3285+
<!ENTITY mongodb.note.queryable-encryption-preview ''>
32933286

32943287
<!ENTITY mongodb.note.decimal128 '
32953288
<note xmlns="http://docbook.org/ns/docbook">

reference/mongodb/mongodb/driver/clientencryption.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
<term><constant>MongoDB\Driver\ClientEncryption::QUERY_TYPE_EQUALITY</constant></term>
114114
<listitem>
115115
<para>Specifies an equality query type, which is used in conjunction with <constant>MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED</constant>.</para>
116-
&mongodb.note.queryable-encryption-preview;
117116
</listitem>
118117
</varlistentry>
119118

reference/mongodb/mongodb/driver/clientencryption/encrypt.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<literal>algorithm</literal> is
7878
<constant>MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED</constant>.
7979
</para>
80-
&mongodb.note.queryable-encryption-preview;
8180
</entry>
8281
</row>
8382
<row>
@@ -118,7 +117,6 @@
118117
<literal>algorithm</literal> is
119118
<constant>MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED</constant>.
120119
</para>
121-
&mongodb.note.queryable-encryption-preview;
122120
</entry>
123121
</row>
124122
</tbody>

reference/mongodb/mongodb/driver/manager/construct.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,6 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][
808808
enterprise licensed <literal>crypt_shared</literal> library or
809809
<literal>mongocryptd</literal> process. Defaults to &false;.
810810
</para>
811-
&mongodb.note.queryable-encryption-preview;
812811
</entry>
813812
</row>
814813
<row>
@@ -819,7 +818,7 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][
819818
Map of collection namespaces to an
820819
<literal>encryptedFields</literal> document. This is used to
821820
configure queryable encryption. See
822-
<link xlink:href="https://www.mongodb.com/docs/v6.0/core/queryable-encryption/fundamentals/encrypt-and-query/">Field Encryption and Queryability</link>
821+
<link xlink:href="&url.mongodb.docs;core/queryable-encryption/fundamentals/encrypt-and-query/">Field Encryption and Queryability</link>
823822
in the MongoDB manual for more information. It is an error to
824823
specify a collection in both
825824
<literal>encryptedFieldsMap</literal> and
@@ -834,7 +833,6 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][
834833
<literal>encryptedFields</literal>.
835834
</simpara>
836835
</note>
837-
&mongodb.note.queryable-encryption-preview;
838836
</entry>
839837
</row>
840838
<row>

0 commit comments

Comments
 (0)