Skip to content

Commit 1610d48

Browse files
remove references to EOL server versions (#269)
(cherry picked from commit 63924dc)
1 parent fa95e7a commit 1610d48

File tree

4 files changed

+8
-74
lines changed

4 files changed

+8
-74
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: 2 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -7,88 +7,23 @@
77
- MongoDB 8.0
88
- MongoDB 7.0
99
- MongoDB 6.0
10-
- MongoDB 5.0
11-
- MongoDB 4.4
12-
- MongoDB 4.2
13-
- MongoDB 4.0
14-
- MongoDB 3.6
1510

16-
* - 4.10
11+
* - 4.9 to 4.10
1712
- ✓
1813
- ✓
1914
- ✓
20-
- ✓
21-
- ✓
22-
- ✓
23-
- ✓
24-
- ⊛
25-
26-
* - 4.9
27-
- ✓
28-
- ✓
29-
- ✓
30-
- ✓
31-
- ✓
32-
- ✓
33-
- ✓
34-
- ⊛
3515

3616
* - 4.4 to 4.8
3717
- ⊛
3818
- ✓
3919
- ✓
40-
- ✓
41-
- ✓
42-
- ✓
43-
- ✓
44-
- ✓
4520

4621
* - 4.2 to 4.3
4722
- ⊛
4823
- ⊛
4924
- ✓
50-
- ✓
51-
- ✓
52-
- ✓
53-
- ✓
54-
- ✓
5525

56-
* - 3.12 to 4.1
26+
* - 3.7 to 4.1
5727
- ⊛
5828
- ⊛
5929
- ⊛
60-
- ✓
61-
- ✓
62-
- ✓
63-
- ✓
64-
- ✓
65-
66-
* - 3.11
67-
- ⊛
68-
- ⊛
69-
- ⊛
70-
- ⊛
71-
- ✓
72-
- ✓
73-
- ✓
74-
- ✓
75-
76-
* - 3.9 to 3.10
77-
- ⊛
78-
- ⊛
79-
- ⊛
80-
- ⊛
81-
- ⊛
82-
- ✓
83-
- ✓
84-
- ✓
85-
86-
* - 3.7 to 3.8
87-
- ⊛
88-
- ⊛
89-
- ⊛
90-
- ⊛
91-
- ⊛
92-
- ⊛
93-
- ✓
94-
- ✓

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)