Skip to content

Commit 2cb7322

Browse files
committed
remove eol server
1 parent 5ea2410 commit 2cb7322

File tree

2 files changed

+4
-64
lines changed

2 files changed

+4
-64
lines changed

source/connect-to-mongo/network-compression.txt

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

2424
The driver supports the following algorithms:
2525

26-
- `Snappy <https://google.github.io/snappy/>`__: available in MongoDB 3.4 and later.
27-
- `Zlib <https://zlib.net/>`__: available in MongoDB 3.6 and later.
28-
- `Zstandard <https://github.com/facebook/zstd/>`__: available in MongoDB 4.2 and later.
26+
- `Snappy <https://google.github.io/snappy/>`__
27+
- `Zlib <https://zlib.net/>`__
28+
- `Zstandard <https://github.com/facebook/zstd/>`__
2929

3030
The driver tests against the following versions of these libraries:
3131

@@ -95,4 +95,4 @@ guide, see the following API documentation:
9595
- `MongoClient <{+driver-api+}/MongoClient.html>`__
9696
- `createSnappyCompressor() <{+core-api+}/MongoCompressor.html#createSnappyCompressor()>`__
9797
- `createZlibCompressor() <{+api-root+}//mongodb-driver-core/com/mongodb/MongoCompressor.html#createZlibCompressor()>`__
98-
- `createZstdCompressor() <{+core-api+}/MongoCompressor.html#createZstdCompressor()>`__
98+
- `createZstdCompressor() <{+core-api+}/MongoCompressor.html#createZstdCompressor()>`__

source/includes/mongodb-compatibility-table-java-rs.rst

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -7,120 +7,60 @@
77
- MongoDB 8.1
88
- MongoDB 8.0
99
- MongoDB 7.0
10-
- MongoDB 6.1
1110
- MongoDB 6.0
12-
- MongoDB 5.0
13-
- MongoDB 4.4
14-
- MongoDB 4.2
15-
- MongoDB 4.0
16-
- MongoDB 3.6
1711

1812
* - 5.5
1913
- ✓
2014
- ✓
2115
- ✓
2216
- ✓
23-
- ✓
24-
- ✓
25-
- ✓
26-
- ✓
27-
-
28-
-
2917

3018
* - 5.2 to 5.4
3119
- ✓
3220
- ✓
3321
- ✓
3422
- ✓
35-
- ✓
36-
- ✓
37-
- ✓
38-
- ✓
39-
- ✓
40-
-
4123

4224
* - 4.10 to 5.1
4325
- ⊛
4426
- ⊛
4527
- ✓
4628
- ✓
47-
- ✓
48-
- ✓
49-
- ✓
50-
- ✓
51-
- ✓
52-
- ✓
5329

5430
* - 4.8 to 4.9
5531
- ⊛
5632
- ⊛
5733
- ⊛
5834
- ✓
59-
- ✓
60-
- ✓
61-
- ✓
62-
- ✓
63-
- ✓
64-
- ✓
6535

6636
* - 4.7
6737
- ⊛
6838
- ⊛
6939
- ⊛
70-
- ⊛
71-
- ✓
72-
- ✓
73-
- ✓
74-
- ✓
75-
- ✓
7640
- ✓
7741

7842
* - 4.3 to 4.6
7943
- ⊛
8044
- ⊛
8145
- ⊛
8246
- ⊛
83-
- ⊛
84-
- ✓
85-
- ✓
86-
- ✓
87-
- ✓
88-
- ✓
8947

9048
* - 4.1 to 4.2
9149
- ⊛
9250
- ⊛
9351
- ⊛
9452
- ⊛
95-
- ⊛
96-
- ⊛
97-
- ✓
98-
- ✓
99-
- ✓
100-
- ✓
10153

10254
* - 4.0
10355
- ⊛
10456
- ⊛
10557
- ⊛
10658
- ⊛
107-
- ⊛
108-
- ⊛
109-
- ⊛
110-
- ✓
111-
- ✓
112-
- ✓
11359

11460
* - 3.11 to 3.12
11561
- ✗ [#v3-note]_
11662
- ⊛
11763
- ⊛
11864
- ⊛
119-
- ⊛
120-
- ⊛
121-
- ⊛
122-
- ✓
123-
- ✓
124-
- ✓
12565

12666
.. [#v3-note] These driver versions are not compatible with MongoDB 8.1 or later because of an authentication issue. To learn more, see :ref:`java-rs-server-8.1-incompatibility`.

0 commit comments

Comments
 (0)