Skip to content

Commit 57f1f71

Browse files
committed
DOCSP-50030 - Remove EOL Server versions (#637)
(cherry picked from commit 4d80b51)
1 parent 05e5a4a commit 57f1f71

File tree

4 files changed

+20
-242
lines changed

4 files changed

+20
-242
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
@@ -61,8 +61,8 @@ and disk usage for capacity planning. In addition, when a write operation update
6161
indexed field, MongoDB also updates the related index.
6262

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

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

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

327327
Unique Indexes

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

Lines changed: 13 additions & 234 deletions
Original file line numberDiff line numberDiff line change
@@ -4,266 +4,45 @@
44
:class: compatibility-large
55

66
* - {+driver-short+} Version
7+
- MongoDB 8.1
78
- MongoDB 8.0
89
- MongoDB 7.0
910
- 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
1911

20-
* - 3.0 to 3.2
12+
* - 2.29 to 3.4
2113
- ✓
2214
- ✓
2315
- ✓
2416
- ✓
25-
- ✓
26-
- ✓
27-
- ✓
28-
-
29-
-
30-
-
31-
-
32-
-
3317

34-
* - 2.29 to 2.30
35-
- ✓
36-
- ✓
37-
- ✓
38-
- ✓
39-
- ✓
40-
- ✓
41-
- ✓
42-
- ✓
43-
-
44-
-
45-
-
46-
-
4718
* - 2.20 to 2.28
48-
- ⊛
49-
- ✓
50-
- ✓
51-
- ✓
52-
- ✓
53-
- ✓
54-
- ✓
55-
- ✓
56-
-
57-
-
58-
-
59-
-
60-
* - 2.16 to 2.19
61-
- ⊛
62-
- ⊛
63-
- ✓
64-
- ✓
65-
- ✓
66-
- ✓
67-
- ✓
68-
- ✓
69-
-
70-
-
71-
-
72-
-
73-
* - 2.15
74-
- ⊛
75-
- ⊛
76-
- ⊛
77-
- ✓
78-
- ✓
79-
- ✓
80-
- ✓
81-
- ✓
82-
-
83-
-
84-
-
85-
-
86-
* - 2.14
87-
- ⊛
88-
- ⊛
89-
- ⊛
90-
- ✓
91-
- ✓
92-
- ✓
93-
- ✓
94-
- ✓
95-
-
96-
-
97-
-
98-
-
99-
* - 2.13
100-
- ⊛
101-
- ⊛
102-
- ⊛
103-
- ✓
104-
- ✓
105-
- ✓
106-
- ✓
107-
- ✓
108-
- ✓
109-
- ✓
110-
- ✓
111-
- ✓
112-
* - 2.12
113-
- ⊛
114-
- ⊛
115-
- ⊛
116-
- ⊛
117-
- ✓
118-
- ✓
119-
- ✓
120-
- ✓
121-
- ✓
122-
- ✓
123-
- ✓
124-
- ✓
125-
* - 2.11
126-
- ⊛
127-
- ⊛
128-
- ⊛
129-
- ⊛
130-
- ✓
131-
- ✓
132-
- ✓
133-
- ✓
134-
- ✓
135-
- ✓
136-
- ✓
137-
- ✓
138-
* - 2.10
139-
- ⊛
14019
- ⊛
14120
- ⊛
142-
- ⊛
143-
- ⊛
144-
- ✓
145-
- ✓
146-
- ✓
147-
- ✓
148-
- ✓
14921
- ✓
15022
- ✓
151-
* - 2.9
152-
- ⊛
153-
- ⊛
23+
24+
* - 2.16 to 2.19
15425
- ⊛
15526
- ⊛
15627
- ⊛
15728
- ✓
158-
- ✓
159-
- ✓
160-
- ✓
161-
- ✓
162-
- ✓
163-
- ✓
164-
* - 2.8
165-
- ⊛
166-
- ⊛
167-
- ⊛
168-
- ⊛
169-
- ⊛
29+
30+
* - 2.15
17031
- ⊛
171-
- ✓
172-
- ✓
173-
- ✓
174-
- ✓
175-
- ✓
176-
- ✓
177-
* - 2.7
17832
- ⊛
17933
- ⊛
18034
- ⊛
35+
36+
* - 2.7 to 2.14
37+
- ✗ [#8.1-note]_
18138
- ⊛
18239
- ⊛
18340
- ⊛
184-
- ✓
185-
- ✓
186-
- ✓
187-
- ✓
188-
- ✓
189-
- ✓
190-
* - 2.6
191-
-
192-
-
193-
-
194-
-
195-
-
196-
-
197-
-
198-
- ✓
199-
- ✓
200-
- ✓
201-
- ✓
202-
- ✓
203-
* - 2.5
204-
-
205-
-
206-
-
207-
-
208-
-
209-
-
210-
-
211-
- ✓
212-
- ✓
213-
- ✓
214-
- ✓
215-
- ✓
216-
* - 2.4
217-
-
218-
-
219-
-
220-
-
221-
-
222-
-
223-
-
224-
-
225-
- ✓
226-
- ✓
227-
- ✓
228-
- ✓
229-
* - 2.3
230-
-
231-
-
232-
-
233-
-
234-
-
235-
-
236-
-
237-
-
238-
-
239-
- ✓
240-
- ✓
241-
- ✓
242-
* - 2.2
243-
-
244-
-
245-
-
246-
-
247-
-
248-
-
249-
-
250-
-
251-
-
252-
- ✓
253-
- ✓
254-
- ✓
255-
* - 2.0
256-
-
257-
-
258-
-
259-
-
260-
-
261-
-
262-
-
41+
42+
* - 2.0 to 2.6
43+
- ✗ [#8.1-note]_
26344
-
26445
-
26546
-
266-
- ✓
267-
- ✓
26847

269-
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)