Skip to content

Commit ef50641

Browse files
MongoCalebjason-price-mongodbjason-price-mongodbkennethdyerajhuh-mdb
authored
Update QE and CSFLE compatability tables (#5788)
* 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 --------- Co-authored-by: jason-price-mongodb <[email protected]> * 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 Co-authored-by: Alison Huh <[email protected]> * Update source/reference/parameters.txt Co-authored-by: Alison Huh <[email protected]> * fix formatting * final? review * Update source/reference/parameters.txt Co-authored-by: Alison Huh <[email protected]> * final changes, I hope... * fix formatting --------- Co-authored-by: Alison Huh <[email protected]> * 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 --------- Co-authored-by: jason-price-mongodb <[email protected]> * 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 --------- Co-authored-by: jason-price-mongodb <[email protected]> * 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 89b1f06 commit ef50641

File tree

3 files changed

+34
-8
lines changed

3 files changed

+34
-8
lines changed

config/redirects

+3
Original file line numberDiff line numberDiff line change
@@ -2532,6 +2532,9 @@ raw: ${prefix}/${version}/applications/drivers -> ${base}/drivers/
25322532
[v4.2-*]: ${prefix}/${version}support/ -> ${base}/${version}/support
25332533
[v4.2-*]: ${prefix}/${version}tutorial/resync-replica-set-member/ -> ${base}/${version}/tutorial/resync-replica-set-member/
25342534

2535+
# DOCSP-32198 Redirect removed page
2536+
[v7.0-*]: ${prefix}/${version}/tutorial/upgrade-revision -> ${base}/${version}/release-notes/
2537+
25352538
# DOCSP-31908 Removing free monitoring pages after decomission
25362539
[*]: ${prefix}/${version}/reference/method/db.enableFreeMonitoring -> ${base}/${version}/administration/free-monitoring/
25372540
[*]: ${prefix}/${version}/reference/method/db.disableFreeMonitoring -> ${base}/${version}/administration/free-monitoring/

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

+15-4
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
==================================
@@ -46,10 +54,10 @@ compatible MongoDB drivers:
4654

4755
* - :driver:`C#/.NET </csharp>` version ``2.20.0`` or later
4856
- No additional dependency
49-
50-
* - :driver:`Java (Synchronous) </java/sync>` version ``4.10.0`` or later
57+
58+
* - :driver:`Java (Synchronous) and Java Reactive Streams </java/sync>` version ``4.10.0`` or later
5159
- `mongodb-crypt <https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__ version ``1.8.0`` or later
52-
60+
5361
* - :driver:`PyMongo </python>` version ``4.4`` or later
5462
- `pymongocrypt <https://pypi.org/project/pymongocrypt/>`__ version ``1.6`` or later
5563

@@ -71,3 +79,6 @@ compatible MongoDB drivers:
7179
* - :driver:`Rust </rust>` version ``2.6.0`` or later
7280
- :ref:`libmongocrypt <qe-reference-libmongocrypt>` version ``1.8.0`` or later
7381

82+
* - :driver:`Scala </scala>` version ``4.10.0`` or later
83+
- `mongodb-crypt <https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__ version ``1.8.0`` or later
84+

0 commit comments

Comments
 (0)