Skip to content

Commit 29f35e8

Browse files
committed
CSHARP-4194: Added public preview warning for Queryable Encryption.
1 parent e69251d commit 29f35e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Docs/reference/content/reference/driver/crud/client_side_encryption.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ field level encryption supports workloads where applications must guarantee that
2121
unauthorized parties, including server administrators, cannot read the encrypted
2222
data.
2323

24-
{{% note class="important" %}}
24+
New in MongoDB 6.0, Queryable Encryption is in Public Preview and available for evaluation purposes.
25+
Public Preview is not recommended for production deployments as breaking changes may be introduced.
26+
Queryable Encryption APIs are prepended with `[BETA]` in the API documentation and Intellisense.
27+
28+
{{% note class="important" %}}
2529
Client-side field level encryption in the .NET/C# driver is currently only supported on x64-compatible CPUs.
2630
{{% /note %}}
2731

0 commit comments

Comments
 (0)