diff --git a/source/connect/connection-options/network-compression.txt b/source/connect/connection-options/network-compression.txt index 139a012e..a5a4687d 100644 --- a/source/connect/connection-options/network-compression.txt +++ b/source/connect/connection-options/network-compression.txt @@ -31,13 +31,13 @@ Specify Compression Algorithms {+driver-short+} supports the following compression algorithms: -1. `Snappy `__: Available in MongoDB 3.6 and later. This +1. `Snappy `__: This option requires the `python-snappy `__ package. -2. `Zlib `__: Available in MongoDB 3.6 and later. This option requires +2. `Zlib `__: This option requires the zlib module, included in the standard library in Python v1.5 and later. -3. `Zstandard `__: Available in MongoDB 4.2 and later. +3. `Zstandard `__: This option requires the `zstandard `__ package. To enable compression for the connection to your MongoDB instance, use the diff --git a/source/includes/mongodb-compatibility-table-pymongo.rst b/source/includes/mongodb-compatibility-table-pymongo.rst index d2e9aae4..7fc7a985 100644 --- a/source/includes/mongodb-compatibility-table-pymongo.rst +++ b/source/includes/mongodb-compatibility-table-pymongo.rst @@ -7,98 +7,23 @@ - MongoDB 8.0 - MongoDB 7.0 - MongoDB 6.0 - - MongoDB 5.0 - - MongoDB 4.4 - - MongoDB 4.2 - - MongoDB 4.0 - - MongoDB 3.6 - * - 4.13 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - - - * - 4.11 to 4.12 - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - - - * - 4.9 to 4.10 - - ✓ + * - 4.9 to 4.13 - ✓ - ✓ - ✓ - - ✓ - - ✓ - - ✓ - - ✓ * - 4.4 to 4.8 - ⊛ - ✓ - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ * - 4.2 to 4.3 - ⊛ - ⊛ - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - * - 3.12 to 4.1 + * - 3.7 to 4.1 - ⊛ - ⊛ - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - ✓ - - * - 3.11 - - ⊛ - - ⊛ - - ⊛ - - ⊛ - - ✓ - - ✓ - - ✓ - - ✓ - - * - 3.9 to 3.10 - - ⊛ - - ⊛ - - ⊛ - - ⊛ - - ⊛ - - ✓ - - ✓ - - ✓ - - * - 3.7 to 3.8 - - ⊛ - - ⊛ - - ⊛ - - ⊛ - - ⊛ - - ⊛ - - ✓ - - ✓ \ No newline at end of file diff --git a/source/indexes.txt b/source/indexes.txt index f19e37bb..f88bb976 100644 --- a/source/indexes.txt +++ b/source/indexes.txt @@ -43,8 +43,8 @@ when a write operation updates an indexed field, MongoDB updates the related 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. +:manual:`Wildcard indexes ` help support these queries. Wildcard indexes are not designed to replace workload-based index planning. diff --git a/source/security/in-use-encryption.txt b/source/security/in-use-encryption.txt index ec9896d8..32ab164b 100644 --- a/source/security/in-use-encryption.txt +++ b/source/security/in-use-encryption.txt @@ -73,8 +73,7 @@ Encryption ` in the 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