Skip to content

Commit e57be7e

Browse files
authored
DOCSP-50024: Remove EOL server version mentions (#134)
1 parent c8b48ae commit e57be7e

File tree

4 files changed

+7
-113
lines changed

4 files changed

+7
-113
lines changed

source/connect/network-compression.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ amount of data passed over the network between MongoDB and your application.
2525

2626
The {+driver-short+} supports the following compression algorithms:
2727

28-
1. `Snappy <https://google.github.io/snappy/>`__: Available in MongoDB 3.6 and later.
28+
1. `Snappy <https://google.github.io/snappy/>`__
2929

30-
2. `Zlib <https://zlib.net/>`__: Available in MongoDB 3.6 and later.
30+
#. `Zlib <https://zlib.net/>`__
3131

32-
3. `Zstandard <https://github.com/facebook/zstd/>`__: Available in MongoDB 4.2 and later.
32+
#. `Zstandard <https://github.com/facebook/zstd/>`__
3333

3434
If you don't specify a compression algorithm, the driver doesn't compress your
3535
network traffic. If you specify multiple compression algorithms, the driver selects the

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

Lines changed: 0 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -7,133 +7,28 @@
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
15-
- MongoDB 3.4
16-
- MongoDB 3.2
17-
- MongoDB 3.0
18-
- MongoDB 2.6
19-
- MongoDB 2.4
2010

2111
* - 3.11 to 4.1
2212
- ✓
2313
- ✓
2414
- ✓
25-
- ✓
26-
- ✓
27-
- ✓
28-
- ✓
29-
-
30-
-
31-
-
32-
-
33-
-
34-
-
3515

3616
* - 3.8 to 3.10
3717
- ⊛
3818
- ✓
3919
- ✓
40-
- ✓
41-
- ✓
42-
- ✓
43-
- ✓
44-
- ✓
45-
-
46-
-
47-
-
48-
-
49-
-
5020

5121
* - 3.7
5222
- ⊛
5323
- ⊛
5424
- ⊛
55-
- ✓
56-
- ✓
57-
- ✓
58-
- ✓
59-
- ✓
60-
-
61-
-
62-
-
63-
-
64-
-
6525

6626
* - 3.6
6727
- ⊛
6828
- ⊛
6929
- ⊛
70-
- ⊛
71-
- ✓
72-
- ✓
73-
- ✓
74-
- ✓
75-
- ✓
76-
- ✓
77-
- ✓
78-
-
79-
-
8030

8131
* - 3.4 to 3.5
8232
- ⊛
8333
- ⊛
8434
- ⊛
85-
- ⊛
86-
- ⊛
87-
- ⊛
88-
- ✓
89-
- ✓
90-
- ✓
91-
- ✓
92-
- ✓
93-
-
94-
-
95-
96-
* - 3.3
97-
-
98-
-
99-
-
100-
-
101-
-
102-
-
103-
-
104-
- ✓
105-
- ✓
106-
- ✓
107-
- ✓
108-
-
109-
-
110-
111-
* - 3.1 to 3.2
112-
-
113-
-
114-
-
115-
-
116-
-
117-
-
118-
-
119-
-
120-
- ✓
121-
- ✓
122-
- ✓
123-
- ✓
124-
- ✓
125-
126-
* - 3.0
127-
-
128-
-
129-
-
130-
-
131-
-
132-
-
133-
-
134-
-
135-
-
136-
- ✓
137-
- ✓
138-
- ✓
139-
- ✓

source/indexes/work-with-indexes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ when a write operation updates an indexed field, MongoDB also updates any relate
4040
index.
4141

4242
Because MongoDB supports dynamic schemas, applications can query against fields
43-
whose names are not known in advance or are arbitrary. MongoDB 4.2 introduced
44-
:manual:`wildcard indexes </core/index-wildcard/>` to help support these
43+
whose names are not known in advance or are arbitrary. You can use
44+
:manual:`wildcard indexes </core/index-wildcard/>` to support these
4545
queries. Wildcard indexes are not designed to replace workload-based index
4646
planning.
4747

@@ -111,7 +111,7 @@ collection:
111111
Remove All Indexes
112112
~~~~~~~~~~~~~~~~~~
113113

114-
Starting with MongoDB 4.2, you can drop all indexes by calling the
114+
You can drop all indexes by calling the
115115
``drop_all()`` method on the index view in your collection:
116116

117117
.. literalinclude:: /includes/indexes/indexes.cpp

source/security/in-use-encryption.txt

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

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

0 commit comments

Comments
 (0)