@@ -266,6 +266,9 @@ csfle = "Client-Side Field Level Encryption"
266266csfle-abbrev = " CSFLE"
267267qe = " Queryable Encryption"
268268qe-abbr = " :abbr:`QE (Queryable Encryption)`"
269+ qe-preview = " {+qe+} Public Preview"
270+ qe-equality-ga = " {+qe+} with equality queries"
271+ qe-equality-ga-title = " {+qe+} With Equality Queries"
269272in-use-doc = " document with encrypted fields"
270273in-use-doc-title = " Document with Encrypted Fields"
271274in-use-docs = " documents with encrypted fields"
@@ -285,6 +288,7 @@ aws-iam-abbr = ":abbr:`IAM (Identity and Access Management)`"
285288aws-arn-abbr = " :abbr:`ARN (Amazon Resource Name)`"
286289aws-long = " Amazon Web Services"
287290azure-kv = " Azure Key Vault"
291+ gcp-abbr = " :abbr:`GCP (Google Cloud Platform)`"
288292gcp-kms = " Google Cloud Key Management Service"
289293gcp-kms-abbr = " Google Cloud KMS"
290294manual-enc = " explicit encryption"
@@ -298,14 +302,17 @@ csfle-code-snippets-gen-keys = "https://github.com/mongodb/docs/tree/master/sour
298302libmongocrypt-version = " 1.8"
299303mongodb-crypt-version = " 1.7.3"
300304sample-app-url-csfle = " https://github.com/mongodb-university/docs-in-use-encryption-examples/tree/main/csfle"
301- sample-app-url-qe = " https://github.com/mongodb-university/docs-in-use-encryption-examples/tree/main/queryable-encryption"
305+ sample-app-url-qe = " https://github.com/mongodb/docs/tree/master/source/includes/qe-tutorials"
306+ sample-app-url-qe-old = " https://github.com/mongodb-university/docs-in-use-encryption-examples/tree/main/queryable-encryption"
302307enc-fields-map = " encrypted fields map"
303308enc-fields-map-title = " Encrypted Fields Map"
304309shared-library = " Automatic Encryption Shared Library"
305- shared-library-version = " 6 .0.0"
310+ shared-library-version = " 7 .0.0"
306311shared-library-version-drop-down = " {+shared-library-version+} (current)"
307312shared-library-package = " ``crypt_shared``"
313+ shared-library-download-link = " "
308314efm = " ``encryptedFieldsMap``"
315+ efm-title = " encryptedFieldsMap"
309316auto-encrypt-options = " autoEncryptionOpts"
310317title-auto-encrypt-options = " AutoEncryptionOpts"
311318# Driver Constants
@@ -336,23 +343,21 @@ targets = [
336343 " core/queryable-encryption/*/*.txt" ,
337344]
338345
339- variant = " danger "
346+ variant = " warning "
340347value = """
341- Queryable Encryption is in Public Preview and available for \
342- evaluation purposes. Public Preview is not recommended for \
343- production deployments as breaking changes may be introduced. \
344- To learn more about the Preview please see the \
345- `Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`__ \
346- blog post.
348+ {+qe-equality-ga+} is generally available (GA) in \
349+ MongoDB 7.0 and later. Data encrypted using the {+qe-preview+} \
350+ from earlier versions is incompatible with the GA. \
351+ For more information, see :ref:`7.0-compatibility`.
347352 """
348353
349354[[banners ]]
350355targets = [" core/csfle.txt" , " core/csfle/*.txt" , " core/csfle/*/*.txt" ]
351356
352357variant = " tip"
353358value = """
354- The next-generation Queryable Encryption feature is now in Public Preview . \
355- To learn more about Queryable Encryption , see :ref:`qe-manual-feature-qe`.
359+ {+qe+} is now generally available (GA) . \
360+ To learn more, see :ref:`qe-manual-feature-qe`.
356361 """
357362[bundle ]
358363manpages = " manpages.tar.gz"
0 commit comments