Skip to content

Commit a464f98

Browse files
committed
DOCSP-50030 - Remove EOL Server versions (#637)
(cherry picked from commit 4d80b51) (cherry picked from commit 57f1f71) (cherry picked from commit 63416b6) (cherry picked from commit d604fd7)
1 parent d5a2ab4 commit a464f98

File tree

4 files changed

+24
-260
lines changed

4 files changed

+24
-260
lines changed

source/fundamentals/connection/network-compression.txt

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

1010
The {+driver-short+} supports the following compression algorithms:
1111

12-
1. `Snappy <https://google.github.io/snappy/>`__: available in MongoDB 3.6 and later.
12+
1. `Snappy <https://google.github.io/snappy/>`__
1313

14-
2. `Zlib <https://zlib.net/>`__: available in MongoDB 3.6 and later.
14+
2. `Zlib <https://zlib.net/>`__
1515

16-
3. `Zstandard <https://github.com/facebook/zstd/>`__: available in MongoDB 4.2 and later.
16+
3. `Zstandard <https://github.com/facebook/zstd/>`__
1717

1818
If you specify multiple compression algorithms, the driver selects the
1919
first one in the list supported by your MongoDB instance.

source/fundamentals/indexes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ and disk usage for capacity planning. In addition, when a write operation update
5757
indexed field, MongoDB also updates the related index.
5858

5959
Since MongoDB supports dynamic schemas, applications can query against fields whose names
60-
cannot be known in advance or are arbitrary. MongoDB 4.2 introduced :manual:`wildcard indexes </core/index-wildcard/>`
61-
to help support these queries. Wildcard indexes are not designed to replace workload-based
60+
cannot be known in advance or are arbitrary. :manual:`Wildcard indexes </core/index-wildcard/>`
61+
help support these queries, but are not designed to replace workload-based
6262
index planning.
6363

6464
For more information about designing your data model and choosing indexes
@@ -368,7 +368,7 @@ The following is an example of a geospatial query using the "location.geo" index
368368
:dedent:
369369

370370
MongoDB also supports ``2d`` indexes for calculating distances on a Euclidean plane and
371-
for working with the "legacy coordinate pairs" syntax used in MongoDB 2.2 and earlier.
371+
for working with the "legacy coordinate pairs" syntax.
372372
To learn more, see :manual:`Geospatial Queries </geospatial-queries>` in the Server manual.
373373

374374
Unique Indexes

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

Lines changed: 17 additions & 252 deletions
Original file line numberDiff line numberDiff line change
@@ -4,280 +4,45 @@
44
:class: compatibility-large
55

66
* - {+driver-short+} Version
7+
- MongoDB 8.1
8+
- MongoDB 8.0
79
- MongoDB 7.0
810
- MongoDB 6.0
9-
- MongoDB 5.0
10-
- MongoDB 4.4
11-
- MongoDB 4.2
12-
- MongoDB 4.0
13-
- MongoDB 3.6
14-
- MongoDB 3.4
15-
- MongoDB 3.2
16-
- MongoDB 3.0
17-
- MongoDB 2.6
18-
* - 2.20 to 2.25
11+
12+
* - 2.29 to 3.4
1913
- ✓
2014
- ✓
2115
- ✓
2216
- ✓
23-
- ✓
24-
- ✓
25-
- ✓
26-
-
27-
-
28-
-
29-
-
30-
* - 2.19
31-
- ⊛
32-
- ✓
33-
- ✓
34-
- ✓
35-
- ✓
36-
- ✓
37-
- ✓
38-
-
39-
-
40-
-
41-
-
42-
* - 2.18
43-
- ⊛
44-
- ✓
45-
- ✓
46-
- ✓
47-
- ✓
48-
- ✓
49-
- ✓
50-
-
51-
-
52-
-
53-
-
54-
* - 2.17
55-
- ⊛
56-
- ✓
57-
- ✓
58-
- ✓
59-
- ✓
60-
- ✓
61-
- ✓
62-
-
63-
-
64-
-
65-
-
66-
* - 2.16
67-
- ⊛
68-
- ✓
69-
- ✓
70-
- ✓
71-
- ✓
72-
- ✓
73-
- ✓
74-
-
75-
-
76-
-
77-
-
78-
* - 2.15
79-
- ⊛
80-
- ⊛
81-
- ✓
82-
- ✓
83-
- ✓
84-
- ✓
85-
- ✓
86-
-
87-
-
88-
-
89-
-
90-
* - 2.14
91-
- ⊛
92-
- ⊛
93-
- ✓
94-
- ✓
95-
- ✓
96-
- ✓
97-
- ✓
98-
-
99-
-
100-
-
101-
-
102-
* - 2.13
103-
- ⊛
104-
- ⊛
105-
- ✓
106-
- ✓
107-
- ✓
108-
- ✓
109-
- ✓
110-
- ✓
111-
- ✓
112-
- ✓
113-
- ✓
114-
* - 2.12
115-
- ⊛
116-
- ⊛
117-
- ⊛
118-
- ✓
119-
- ✓
120-
- ✓
121-
- ✓
122-
- ✓
123-
- ✓
124-
- ✓
125-
- ✓
126-
* - 2.11
127-
- ⊛
128-
- ⊛
129-
- ⊛
130-
- ✓
131-
- ✓
132-
- ✓
133-
- ✓
134-
- ✓
135-
- ✓
136-
- ✓
137-
- ✓
138-
* - 2.10
139-
- ⊛
140-
- ⊛
17+
18+
* - 2.20 to 2.28
14119
- ⊛
14220
- ⊛
14321
- ✓
14422
- ✓
145-
- ✓
146-
- ✓
147-
- ✓
148-
- ✓
149-
- ✓
150-
* - 2.9
151-
- ⊛
23+
24+
* - 2.16 to 2.19
15225
- ⊛
15326
- ⊛
15427
- ⊛
15528
- ✓
156-
- ✓
157-
- ✓
158-
- ✓
159-
- ✓
160-
- ✓
161-
- ✓
162-
* - 2.8
163-
- ⊛
29+
30+
* - 2.15
16431
- ⊛
16532
- ⊛
16633
- ⊛
16734
- ⊛
168-
- ✓
169-
- ✓
170-
- ✓
171-
- ✓
172-
- ✓
173-
- ✓
174-
* - 2.7
175-
- ⊛
176-
- ⊛
35+
36+
* - 2.7 to 2.14
37+
- ✗ [#8.1-note]_
17738
- ⊛
17839
- ⊛
17940
- ⊛
180-
- ✓
181-
- ✓
182-
- ✓
183-
- ✓
184-
- ✓
185-
- ✓
186-
* - 2.6
187-
-
188-
-
189-
-
190-
-
191-
-
192-
-
193-
- ✓
194-
- ✓
195-
- ✓
196-
- ✓
197-
- ✓
198-
* - 2.5
199-
-
200-
-
201-
-
202-
-
203-
-
204-
-
205-
- ✓
206-
- ✓
207-
- ✓
208-
- ✓
209-
- ✓
210-
* - 2.4
211-
-
212-
-
213-
-
214-
-
215-
-
216-
-
217-
-
218-
- ✓
219-
- ✓
220-
- ✓
221-
- ✓
222-
* - 2.3
223-
-
224-
-
225-
-
226-
-
227-
-
228-
-
229-
-
230-
-
231-
- ✓
232-
- ✓
233-
- ✓
234-
* - 2.2
235-
-
236-
-
237-
-
238-
-
239-
-
240-
-
241-
-
242-
-
243-
- ✓
244-
- ✓
245-
- ✓
246-
* - 2.0
247-
-
248-
-
249-
-
250-
-
251-
-
252-
-
253-
-
254-
-
255-
-
256-
- ✓
257-
- ✓
258-
* - 1.11
259-
-
260-
-
261-
-
262-
-
263-
-
264-
-
265-
-
266-
-
267-
- ✓
268-
- ✓
269-
- ✓
270-
* - 1.10
271-
-
272-
-
273-
-
274-
-
275-
-
276-
-
41+
42+
* - 2.0 to 2.6
43+
- ✗ [#8.1-note]_
27744
-
27845
-
27946
-
280-
- ✓
281-
- ✓
28247

283-
The driver doesn't support older versions of MongoDB.
48+
.. [#v3-note] These driver versions are not compatible with MongoDB 8.1 or later because of an authentication issue. To learn more, see :ref:`csharp-server-8.1-incompatibility`.

source/includes/page-templates/update/update.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ operation:
9191
Update Pipelines
9292
~~~~~~~~~~~~~~~~
9393

94-
If your application connects to {+mdb-server+} 4.2 or later, you can join
95-
a sequence of update operations into a single
94+
You can join a sequence of update operations into a single
9695
:manual:`aggregation pipeline. </core/aggregation-pipeline/>`
9796

9897
To create an update pipeline, call the ``Builders.Update.Pipeline()`` method. This method

0 commit comments

Comments
 (0)