Skip to content

Commit 454b706

Browse files
Docsp 30382 qe ga banners (#3274)
* Updated QE banners to instruct users to upgrade to GA * Wording fix * External feedback * External feedback--amend * spacing fix * PR feedback * PR feedback * PR feedback * Added link to 7.0 compatibility notes
1 parent 5803b5f commit 454b706

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

snooty.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ sample-app-url-csfle = "https://github.com/mongodb-university/docs-in-use-encryp
282282
sample-app-url-qe = "https://github.com/mongodb-university/docs-in-use-encryption-examples/tree/main/queryable-encryption"
283283
qe = "Queryable Encryption"
284284
qe-abbr = ":abbr:`QE (Queryable Encryption)`"
285+
qe-preview = "{+qe+} Public Preview"
286+
qe-equality-ga = "{+qe+} with equality queries"
285287
enc-fields-map = "encrypted fields map"
286288
enc-fields-map-title = "Encrypted Fields Map"
287289
shared-library = "Automatic Encryption Shared Library"
@@ -318,21 +320,20 @@ targets = [
318320

319321
variant = "danger"
320322
value = """
321-
Queryable Encryption is in Public Preview and available for \
322-
evaluation purposes. Public Preview is not recommended for \
323-
production deployments as breaking changes may be introduced. \
324-
To learn more about the Preview please see the \
325-
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`__ \
326-
blog post.
323+
{+qe-equality-ga+} is generally available (GA) in MongoDB 7.0. \
324+
If you are starting out with {+qe+}, upgrade MongoDB to version 7.0 \
325+
with compatible drivers. Data encrypted using the QE Public Preview \
326+
is incompatible with the GA. \
327+
For more information, see the `MongoDB 7.0 compatibility notes <https://www.mongodb.com/docs/upcoming/release-notes/7.0-compatibility/>`__.
327328
"""
328329

329330
[[banners]]
330331
targets = ["core/csfle.txt", "core/csfle/*.txt", "core/csfle/*/*.txt"]
331332

332333
variant = "tip"
333334
value = """
334-
The next-generation Queryable Encryption feature is now in Public Preview. \
335-
To learn more about Queryable Encryption, see :ref:`qe-manual-feature-qe`.
335+
{+qe+} is generally available (GA) in MongoDB 7.0. \
336+
To learn more, see :ref:`qe-manual-feature-qe`.
336337
"""
337338

338339
[bundle]

0 commit comments

Comments
 (0)