Skip to content

Commit b1faea2

Browse files
Docsp 30382 qe ga banners (#3274) (#3408)
* 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 74f1d69 commit b1faea2

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
@@ -277,6 +277,8 @@ sample-app-url-csfle = "https://github.com/mongodb-university/docs-in-use-encryp
277277
sample-app-url-qe = "https://github.com/mongodb-university/docs-in-use-encryption-examples/tree/main/queryable-encryption"
278278
qe = "Queryable Encryption"
279279
qe-abbr = ":abbr:`QE (Queryable Encryption)`"
280+
qe-preview = "{+qe+} Public Preview"
281+
qe-equality-ga = "{+qe+} with equality queries"
280282
enc-fields-map = "encrypted fields map"
281283
enc-fields-map-title = "Encrypted Fields Map"
282284
shared-library = "Automatic Encryption Shared Library"
@@ -303,21 +305,20 @@ targets = [
303305

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

314315
[[banners]]
315316
targets = ["core/csfle.txt", "core/csfle/*.txt", "core/csfle/*/*.txt"]
316317

317318
variant = "tip"
318319
value = """
319-
The next-generation Queryable Encryption feature is now in Public Preview. \
320-
To learn more about Queryable Encryption, see :ref:`qe-manual-feature-qe`.
320+
{+qe+} is generally available (GA) in MongoDB 7.0. \
321+
To learn more, see :ref:`qe-manual-feature-qe`.
321322
"""
322323

323324
[bundle]

0 commit comments

Comments
 (0)