1
+ .. facet::
2
+ :name: genre
3
+ :values: reference
4
+
5
+ .. facet::
6
+ :name: programming_language
7
+ :values: csharp, go, java, javascript/typescript, php, python, ruby, rust, scala
8
+
1
9
.. _csfle-compatibility-reference:
2
10
.. _field-level-encryption-drivers:
3
11
.. _csfle-driver-compatibility:
@@ -39,14 +47,14 @@ versions or later:
39
47
- | `Node.js Quickstart <https://mongodb.github.io/node-mongodb-native/3.4/reference/client-side-encryption/>`__
40
48
| :driver:`Client-Side Field Level Encryption Guide </security/client-side-field-level-encryption-guide>`
41
49
42
- * - :driver:`Java </java/sync>`
43
- - ``3.12 .0+``
50
+ * - :driver:`Java (Synchronous) </java/sync>`
51
+ - ``3.11 .0+``
44
52
- | `Java Driver Quickstart <https://mongodb.github.io/mongo-java-driver/3.12/driver/tutorials/client-side-encryption/>`__
45
53
| `Java Async Driver Quickstart <https://mongodb.github.io/mongo-java-driver/3.12/driver-async/tutorials/client-side-encryption/>`__
46
54
| :driver:`Client-Side Field Level Encryption Guide </security/client-side-field-level-encryption-guide>`
47
55
48
56
* - `Java Reactive Streams <https://mongodb.github.io/mongo-java-driver-reactivestreams/1.13/>`__
49
- - ``1.13 .0+``
57
+ - ``1.12 .0+``
50
58
- `Java RS Documentation <https://mongodb.github.io/mongo-java-driver-reactivestreams/1.13/javadoc/>`__
51
59
52
60
* - :driver:`Python (PyMongo) </pymongo>`
@@ -58,6 +66,10 @@ versions or later:
58
66
- ``2.10.0+``
59
67
- `.NET Driver Quickstart <https://mongodb.github.io/mongo-csharp-driver/2.10/reference/driver/crud/client_side_encryption/>`__
60
68
69
+ * - :driver:`C++ </cxx>`
70
+ - ``3.6.0``
71
+ - `C Driver Client-Side Field Level Encryption <https://mongoc.org/libmongoc/current/client-side-field-level-encryption.html>`__
72
+
61
73
* - :driver:`C </c/>`
62
74
- ``1.17.5``
63
75
- `C Driver Client-Side Field Level Encryption <https://mongoc.org/libmongoc/current/client-side-field-level-encryption.html>`__
@@ -67,7 +79,7 @@ versions or later:
67
79
- `Go Driver Quickstart <https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo?tab=doc#hdr-Client_Side_Encryption/>`__
68
80
69
81
* - :driver:`Scala </scala>`
70
- - ``2.8 .0+``
82
+ - ``2.7 .0+``
71
83
- `Scala Documentation <https://mongodb.github.io/mongo-scala-driver/2.8/>`__
72
84
73
85
* - :driver:`PHP </php>`
0 commit comments