Skip to content

Commit 6f7fe0f

Browse files
authored
DOCSP-48773: Server 4.0 EOL (#129)
1 parent 2f0b2ea commit 6f7fe0f

File tree

3 files changed

+73
-7
lines changed

3 files changed

+73
-7
lines changed

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

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
:stub-columns: 1
44
:class: compatibility-large
55

6-
* - {+java-rs} Driver Version
6+
* - {+java-rs+} Driver Version
7+
- MongoDB 8.1
78
- MongoDB 8.0
89
- MongoDB 7.0
910
- MongoDB 6.1
@@ -14,6 +15,18 @@
1415
- MongoDB 4.0
1516
- MongoDB 3.6
1617

18+
* - 5.5
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
-
28+
-
29+
1730
* - 5.2 to 5.4
1831
- ✓
1932
- ✓
@@ -23,9 +36,11 @@
2336
- ✓
2437
- ✓
2538
- ✓
39+
- ✓
2640
-
2741

2842
* - 4.10 to 5.1
43+
- ⊛
2944
- ⊛
3045
- ✓
3146
- ✓
@@ -37,6 +52,7 @@
3752
- ✓
3853

3954
* - 4.8 to 4.9
55+
- ⊛
4056
- ⊛
4157
- ⊛
4258
- ✓
@@ -51,6 +67,7 @@
5167
- ⊛
5268
- ⊛
5369
- ⊛
70+
- ⊛
5471
- ✓
5572
- ✓
5673
- ✓
@@ -63,6 +80,7 @@
6380
- ⊛
6481
- ⊛
6582
- ⊛
83+
- ⊛
6684
- ✓
6785
- ✓
6886
- ✓
@@ -75,12 +93,26 @@
7593
- ⊛
7694
- ⊛
7795
- ⊛
96+
- ⊛
7897
- ✓
7998
- ✓
8099
- ✓
81100
- ✓
82101

83102
* - 4.0
103+
- ⊛
104+
- ⊛
105+
- ⊛
106+
- ⊛
107+
- ⊛
108+
- ⊛
109+
- ⊛
110+
- ✓
111+
- ✓
112+
- ✓
113+
114+
* - 3.11 to 3.12
115+
- ✗ [#v3-note]_
84116
- ⊛
85117
- ⊛
86118
- ⊛
@@ -90,3 +122,5 @@
90122
- ✓
91123
- ✓
92124
- ✓
125+
126+
.. [#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`.

source/upgrade.txt

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ Before you upgrade, perform the following actions:
2727

2828
- Ensure the new version is compatible with the {+mdb-server+} versions
2929
your application connects to and the Java Runtime Environment (JRE) your
30-
application runs on. See the :ref:`Compatibiliity page <java-rs-compatibility>`
31-
for this information.
30+
application runs on. See the :ref:`java-rs-compatibility` section
31+
to find this information.
32+
3233
- Address any breaking changes between the current version of the driver
3334
your application is using and your planned upgrade version in the
3435
:ref:`Breaking Changes <java-rs-breaking-changes>` section. To learn
@@ -56,6 +57,15 @@ changes between the current and upgrade versions. For example, if you
5657
are upgrading the driver from v4.0 to v4.5, address all breaking changes from
5758
the version after v4.0 including any listed under v4.5.
5859

60+
.. _java-rs-breaking-changes-v5.5:
61+
62+
Version 5.5 Breaking Changes
63+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64+
65+
- The driver is no longer compatible with {+mdb-server+} version
66+
v4.0. To learn more about this change, see the
67+
:ref:`<java-rs-server-release-change-v5.5>` section.
68+
5969
.. _java-rs-breaking-changes-v5.2:
6070

6171
Version 5.2 Breaking Changes
@@ -439,13 +449,23 @@ end-of-life (EOL).
439449
To learn more about the MongoDB support for EOL products,
440450
see the `Legacy Support Policy <https://www.mongodb.com/support-policy/legacy>`__.
441451

452+
.. _java-rs-server-release-change-v5.5:
453+
454+
Driver Version 5.5 Server Support Changes
455+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
456+
457+
The v5.5 driver drops support for {+mdb-server+} 4.0.
458+
To use the v5.5 driver, you must connect to {+mdb-server+} 4.2 or later. To
459+
learn how to upgrade your {+mdb-server+} deployment, see
460+
:manual:`Release Notes </release-notes>` in the {+mdb-server+} manual.
461+
442462
.. _java-rs-server-release-change-v5.2:
443463

444464
Driver Version 5.2 Server Support Changes
445465
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
446466

447-
The v5.2 driver drops support for {+mdb-server+} v3.6.
448-
To use the v5.2 driver, your {+mdb-server+} must be v4.0 or later. To
467+
The v5.2 driver drops support for {+mdb-server+} 3.6.
468+
To use the v5.2 driver, you must connect to {+mdb-server+} 4.0 or later. To
449469
learn how to upgrade your {+mdb-server+} deployment, see
450470
:manual:`Release Notes </release-notes>` in the {+mdb-server+} manual.
451471

@@ -464,7 +484,7 @@ incompatibility with the v3.x driver.
464484
Driver Version 4.8 Server Support Changes
465485
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
466486

467-
The v4.8 driver drops support for {+mdb-server+} v3.4 and earlier.
468-
To use the v4.8 driver, your {+mdb-server+} must be v3.6 or later. To learn
487+
The v4.8 driver drops support for {+mdb-server+} 3.4 and earlier.
488+
To use the v4.8 driver, you must connect to {+mdb-server+} 3.6 or later. To learn
469489
how to upgrade your {+mdb-server+} deployment, see :manual:`Release
470490
Notes </release-notes>` in the {+mdb-server+} manual.

source/whats-new.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ What's New
2121
Learn about new features, improvements, and fixes introduced in the
2222
following versions of the {+driver-long+}:
2323

24+
* :ref:`Version 5.5 <javars-version-5.5>`
2425
* :ref:`Version 5.4 <javars-version-5.4>`
2526
* :ref:`Version 5.3 <javars-version-5.3>`
2627
* :ref:`Version 5.2 <javars-version-5.2>`
@@ -29,6 +30,17 @@ following versions of the {+driver-long+}:
2930
* :ref:`Version 5.1.1 <javars-version-5.1.1>`
3031
* :ref:`Version 5.1 <javars-version-5.1>`
3132

33+
.. _javars-version-5.5:
34+
35+
What's New in 5.5
36+
-----------------
37+
38+
.. important:: Removal of Support for {+mdb-server+} 4.0
39+
40+
{+driver-short+} v5.5 removes support for {+mdb-server+} 4.0. To
41+
learn more about compatible versions of the server, see
42+
:ref:`java-rs-compatibility`.
43+
3244
.. _javars-version-5.4:
3345

3446
What's New in 5.4

0 commit comments

Comments
 (0)