Skip to content

Commit 9e7dd39

Browse files
MongoCalebjason-price-mongodbjason-price-mongodbkennethdyerajhuh-mdb
authored
Update QE and CSFLE compatability tables (#5788) (#5817)
* wip while switching branches * wip while waiting for more deets * ready for review * add facets * fix formatting * add mongodb-crypt dependency * DOCSP-29667-bulk-command-remove-content (#5778) * DOCSP-29667-bulk-command-remove-content * DOCSP-29667-bulk-command-remove-content --------- * DOCSP-35223 7.0.5 Release Notes (Final) (#5773) * DOCSP-35223 7.0.5 Release Notes (Final) * Fixes per Maria Prinus * DOCSP-35317 5.0.24 Release Notes (#5749) * DOCSP-35317 5.0.24 Release Notes * * * fix affected versions * Add tcmallocAggressiveMemoryDecommit (#5650) * add tcmallocAggressiveMemoryDecommit * wordsmithing * external review suggestions and clarifications * writing review * Update source/reference/parameters.txt * Update source/reference/parameters.txt * fix formatting * final? review * Update source/reference/parameters.txt * final changes, I hope... * fix formatting --------- * fix single-hash issue (#5789) * DOCSP-35006-glossary-4 (#5642) * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 * DOCSP-35006-glossary-4 --------- * DOCSP-34943-wildcard-index (#5764) * DOCSP-34943-wildcard-index * DOCSP-34943-wildcard-index * DOCSP-34943-wildcard-index * DOCSP-34943-wildcard-index * DOCSP-34943-wildcard-index --------- * change scala version --------- Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: Kenneth P. J. Dyer <[email protected]> Co-authored-by: Alison Huh <[email protected]>
1 parent 2919182 commit 9e7dd39

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

source/core/csfle/reference/compatibility.txt

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
.. _csfle-compatibility-reference:
210
.. _field-level-encryption-drivers:
311
.. _csfle-driver-compatibility:
@@ -39,14 +47,14 @@ versions or later:
3947
- | `Node.js Quickstart <https://mongodb.github.io/node-mongodb-native/3.4/reference/client-side-encryption/>`__
4048
| :driver:`Client-Side Field Level Encryption Guide </security/client-side-field-level-encryption-guide>`
4149

42-
* - :driver:`Java </java/sync>`
43-
- ``3.12.0+``
50+
* - :driver:`Java (Synchronous) </java/sync>`
51+
- ``3.11.0+``
4452
- | `Java Driver Quickstart <https://mongodb.github.io/mongo-java-driver/3.12/driver/tutorials/client-side-encryption/>`__
4553
| `Java Async Driver Quickstart <https://mongodb.github.io/mongo-java-driver/3.12/driver-async/tutorials/client-side-encryption/>`__
4654
| :driver:`Client-Side Field Level Encryption Guide </security/client-side-field-level-encryption-guide>`
4755

4856
* - `Java Reactive Streams <https://mongodb.github.io/mongo-java-driver-reactivestreams/1.13/>`__
49-
- ``1.13.0+``
57+
- ``1.12.0+``
5058
- `Java RS Documentation <https://mongodb.github.io/mongo-java-driver-reactivestreams/1.13/javadoc/>`__
5159

5260
* - :driver:`Python (PyMongo) </pymongo>`
@@ -58,6 +66,10 @@ versions or later:
5866
- ``2.10.0+``
5967
- `.NET Driver Quickstart <https://mongodb.github.io/mongo-csharp-driver/2.10/reference/driver/crud/client_side_encryption/>`__
6068

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+
6173
* - :driver:`C </c/>`
6274
- ``1.17.5``
6375
- `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:
6779
- `Go Driver Quickstart <https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo?tab=doc#hdr-Client_Side_Encryption/>`__
6880

6981
* - :driver:`Scala </scala>`
70-
- ``2.8.0+``
82+
- ``2.7.0+``
7183
- `Scala Documentation <https://mongodb.github.io/mongo-scala-driver/2.8/>`__
7284

7385
* - :driver:`PHP </php>`

source/core/queryable-encryption/reference/compatibility.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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+
19
.. _qe-driver-compatibility:
210
.. _qe-compatibility-reference:
3-
11+
412
==================================
513
{+qe+} Compatibility
614
==================================

0 commit comments

Comments
 (0)