Skip to content

Commit 7608a56

Browse files
remove references to EOL server versions (#269)
(cherry picked from commit 63924dc)
1 parent ff16445 commit 7608a56

File tree

4 files changed

+9
-54
lines changed

4 files changed

+9
-54
lines changed

source/connect/connection-options/network-compression.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Specify Compression Algorithms
3131

3232
{+driver-short+} supports the following compression algorithms:
3333

34-
1. `Snappy <https://google.github.io/snappy/>`__: Available in MongoDB 3.6 and later. This
34+
1. `Snappy <https://google.github.io/snappy/>`__: This
3535
option requires the `python-snappy <https://pypi.org/project/python-snappy/>`__ package.
3636

37-
2. `Zlib <https://zlib.net/>`__: Available in MongoDB 3.6 and later. This option requires
37+
2. `Zlib <https://zlib.net/>`__: This option requires
3838
the zlib module, included in the standard library in Python v1.5 and later.
3939

40-
3. `Zstandard <https://github.com/facebook/zstd/>`__: Available in MongoDB 4.2 and later.
40+
3. `Zstandard <https://github.com/facebook/zstd/>`__:
4141
This option requires the `zstandard <https://pypi.org/project/zstandard/>`__ package.
4242

4343
To enable compression for the connection to your MongoDB instance, use the

source/includes/mongodb-compatibility-table-pymongo.rst

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,62 +6,18 @@
66
* - {+driver-short+} Version
77
- MongoDB 7.0
88
- MongoDB 6.0
9-
- MongoDB 5.0
10-
- MongoDB 4.4
11-
- MongoDB 4.2
12-
- MongoDB 4.0
13-
- MongoDB 3.6
149

15-
* - 4.4 to 4.8
16-
- ✓
17-
- ✓
18-
- ✓
19-
- ✓
20-
- ✓
21-
- ✓
22-
- ✓
23-
24-
* - 4.2 to 4.3
10+
* - 4.2 to 4.8
2511
- ⊛
2612
- ✓
2713
- ✓
28-
- ✓
29-
- ✓
30-
- ✓
31-
- ✓
3214

3315
* - 3.12 to 4.1
3416
- ⊛
3517
- ⊛
3618
- ✓
37-
- ✓
38-
- ✓
39-
- ✓
40-
- ✓
41-
42-
* - 3.11
43-
- ⊛
44-
- ⊛
45-
- ⊛
46-
- ✓
47-
- ✓
48-
- ✓
49-
- ✓
50-
51-
* - 3.9 to 3.10
52-
- ⊛
53-
- ⊛
54-
- ⊛
55-
- ⊛
56-
- ✓
57-
- ✓
58-
- ✓
5919

60-
* - 3.7 to 3.8
20+
* - 3.7 to 3.11
6121
- ⊛
6222
- ⊛
63-
- ⊛
64-
- ⊛
65-
- ⊛
66-
- ✓
67-
- ✓
23+
- ⊛

source/indexes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ when a write operation updates an indexed field, MongoDB updates the related
4343
index.
4444

4545
Because MongoDB supports dynamic schemas, applications can query against fields
46-
whose names are not known in advance or are arbitrary. MongoDB 4.2 introduced
47-
:manual:`wildcard indexes </core/index-wildcard/>` to help support these
46+
whose names are not known in advance or are arbitrary.
47+
:manual:`Wildcard indexes </core/index-wildcard/>` help support these
4848
queries. Wildcard indexes are not designed to replace workload-based index
4949
planning.
5050

source/security/in-use-encryption.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ Encryption </core/queryable-encryption/>` in the Server manual.
7272
Client-side Field Level Encryption
7373
----------------------------------
7474

75-
Client-side Field Level Encryption (CSFLE) was introduced in MongoDB
76-
Server version 4.2 and supports searching encrypted fields for equality.
75+
Client-side Field Level Encryption (CSFLE) supports searching encrypted fields for equality.
7776
CSFLE differs from Queryable Encryption in that you can select either a
7877
deterministic or random encryption algorithm to encrypt fields. You can only
7978
query encrypted fields that use a deterministic encryption algorithm when

0 commit comments

Comments
 (0)