File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Docs/reference/content/reference/driver/crud Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,11 @@ field level encryption supports workloads where applications must guarantee that
21
21
unauthorized parties, including server administrators, cannot read the encrypted
22
22
data.
23
23
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" %}}
25
29
Client-side field level encryption in the .NET/C# driver is currently only supported on x64-compatible CPUs.
26
30
{{% /note %}}
27
31
You can’t perform that action at this time.
0 commit comments