diff --git a/source/connect/network-compression.txt b/source/connect/network-compression.txt index 85a0b1ef..d0d9dbee 100644 --- a/source/connect/network-compression.txt +++ b/source/connect/network-compression.txt @@ -25,11 +25,11 @@ amount of data passed over the network between MongoDB and your application. The {+driver-short+} supports the following compression algorithms: -1. `Snappy `__: Available in MongoDB 3.6 and later. +1. `Snappy `__ -2. `Zlib `__: Available in MongoDB 3.6 and later. +#. `Zlib `__ -3. `Zstandard `__: Available in MongoDB 4.2 and later. +#. `Zstandard `__ If you don't specify a compression algorithm, the driver doesn't compress your network traffic. If you specify multiple compression algorithms, the driver selects the diff --git a/source/includes/mongodb-compatibility-table-cxx.rst b/source/includes/mongodb-compatibility-table-cxx.rst index 00b80008..ecaedf84 100644 --- a/source/includes/mongodb-compatibility-table-cxx.rst +++ b/source/includes/mongodb-compatibility-table-cxx.rst @@ -7,133 +7,28 @@ - MongoDB 8.0 - MongoDB 7.0 - MongoDB 6.0 - - MongoDB 5.0 - - MongoDB 4.4 - - MongoDB 4.2 - - MongoDB 4.0 - - MongoDB 3.6 - - MongoDB 3.4 - - MongoDB 3.2 - - MongoDB 3.0 - - MongoDB 2.6 - - MongoDB 2.4 * - 3.11 to 4.1 - ✓ - ✓ - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - - - - - - - * - 3.8 to 3.10 - ⊛ - ✓ - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - - - - - * - 3.7 - ⊛ - ⊛ - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - - - - - * - 3.6 - ⊛ - ⊛ - ⊛ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - * - 3.4 to 3.5 - ⊛ - ⊛ - ⊛ - - ⊛ - - ⊛ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - * - 3.3 - - - - - - - - - - - - - - - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - * - 3.1 to 3.2 - - - - - - - - - - - - - - - - - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - * - 3.0 - - - - - - - - - - - - - - - - - - - - ✓ - - ✓ - - ✓ - - ✓ \ No newline at end of file diff --git a/source/indexes/work-with-indexes.txt b/source/indexes/work-with-indexes.txt index bfebecd2..f1cf07c7 100644 --- a/source/indexes/work-with-indexes.txt +++ b/source/indexes/work-with-indexes.txt @@ -40,8 +40,8 @@ when a write operation updates an indexed field, MongoDB also updates any relate index. Because MongoDB supports dynamic schemas, applications can query against fields -whose names are not known in advance or are arbitrary. MongoDB 4.2 introduced -:manual:`wildcard indexes ` to help support these +whose names are not known in advance or are arbitrary. You can use +:manual:`wildcard indexes ` to support these queries. Wildcard indexes are not designed to replace workload-based index planning. @@ -111,7 +111,7 @@ collection: Remove All Indexes ~~~~~~~~~~~~~~~~~~ -Starting with MongoDB 4.2, you can drop all indexes by calling the +You can drop all indexes by calling the ``drop_all()`` method on the index view in your collection: .. literalinclude:: /includes/indexes/indexes.cpp diff --git a/source/security/in-use-encryption.txt b/source/security/in-use-encryption.txt index a13faef3..bb7361c7 100644 --- a/source/security/in-use-encryption.txt +++ b/source/security/in-use-encryption.txt @@ -73,8 +73,7 @@ Encryption ` in the MongoDB Server manual. Client-side Field Level Encryption ---------------------------------- -Client-side Field Level Encryption (CSFLE) was introduced in MongoDB -Server version 4.2 and supports searching encrypted fields for equality. +Client-side Field Level Encryption (CSFLE) supports searching encrypted fields for equality. CSFLE differs from Queryable Encryption in that you can select either a deterministic or random encryption algorithm to encrypt fields. You can only query encrypted fields that use a deterministic encryption algorithm when