@@ -266,6 +266,9 @@ csfle = "Client-Side Field Level Encryption"
266
266
csfle-abbrev = " CSFLE"
267
267
qe = " Queryable Encryption"
268
268
qe-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"
269
272
in-use-doc = " document with encrypted fields"
270
273
in-use-doc-title = " Document with Encrypted Fields"
271
274
in-use-docs = " documents with encrypted fields"
@@ -285,6 +288,7 @@ aws-iam-abbr = ":abbr:`IAM (Identity and Access Management)`"
285
288
aws-arn-abbr = " :abbr:`ARN (Amazon Resource Name)`"
286
289
aws-long = " Amazon Web Services"
287
290
azure-kv = " Azure Key Vault"
291
+ gcp-abbr = " :abbr:`GCP (Google Cloud Platform)`"
288
292
gcp-kms = " Google Cloud Key Management Service"
289
293
gcp-kms-abbr = " Google Cloud KMS"
290
294
manual-enc = " explicit encryption"
@@ -298,14 +302,17 @@ csfle-code-snippets-gen-keys = "https://github.com/mongodb/docs/tree/master/sour
298
302
libmongocrypt-version = " 1.8"
299
303
mongodb-crypt-version = " 1.7.3"
300
304
sample-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"
302
307
enc-fields-map = " encrypted fields map"
303
308
enc-fields-map-title = " Encrypted Fields Map"
304
309
shared-library = " Automatic Encryption Shared Library"
305
- shared-library-version = " 6 .0.0"
310
+ shared-library-version = " 7 .0.0"
306
311
shared-library-version-drop-down = " {+shared-library-version+} (current)"
307
312
shared-library-package = " ``crypt_shared``"
313
+ shared-library-download-link = " "
308
314
efm = " ``encryptedFieldsMap``"
315
+ efm-title = " encryptedFieldsMap"
309
316
auto-encrypt-options = " autoEncryptionOpts"
310
317
title-auto-encrypt-options = " AutoEncryptionOpts"
311
318
# Driver Constants
@@ -336,23 +343,21 @@ targets = [
336
343
" core/queryable-encryption/*/*.txt" ,
337
344
]
338
345
339
- variant = " danger "
346
+ variant = " warning "
340
347
value = """
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`.
347
352
"""
348
353
349
354
[[banners ]]
350
355
targets = [" core/csfle.txt" , " core/csfle/*.txt" , " core/csfle/*/*.txt" ]
351
356
352
357
variant = " tip"
353
358
value = """
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`.
356
361
"""
357
362
[bundle ]
358
363
manpages = " manpages.tar.gz"
0 commit comments