Skip to content

Commit ad7f746

Browse files
(DOCSP-25230) Min Server Version 3.4 (min wire version 6) (#289)
1 parent f18967a commit ad7f746

File tree

3 files changed

+50
-5
lines changed

3 files changed

+50
-5
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
- MongoDB 3.2
1515
- MongoDB 3.0
1616
- MongoDB 2.6
17+
* - 4.8
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
-
25+
-
26+
-
27+
-
1728
* - 4.7
1829
- ✓
1930
- ✓

source/upgrade.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,32 @@ Before you upgrade, perform the following actions:
3535
upgrading driver versions in the future, use the
3636
:ref:`{+stable-api+} <stable-api-java>`.
3737

38+
.. _java-server-release-changes:
39+
40+
Server Release Compatibility Changes
41+
------------------------------------
42+
43+
A server release compatibility change is a modification
44+
to the {+driver-long+} that discontinues support for a set of
45+
MongoDB server versions.
46+
47+
To learn more about end-of-life MongoDB products,
48+
see the `Legacy Support Policy <https://www.mongodb.com/support-policy/legacy>`__.
49+
50+
.. _java-server-release-change-v4.8:
51+
52+
Version 4.8 Server Release Support Changes
53+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54+
55+
- The v4.8 driver drops support for MongoDB v3.4 and earlier.
56+
To use the v4.8 driver, your MongoDB server must be v3.6 or later. To learn
57+
how to upgrade your MongoDB server to v3.6, follow the link corresponding
58+
to your MongoDB configuration:
59+
60+
- :ref:`<3.6-upgrade-replica-set>`
61+
- :ref:`<3.6-upgrade-standalone>`
62+
- :ref:`<3.6-upgrade-sharded-cluster>`
63+
3864
.. _java-breaking-changes:
3965

4066
Breaking Changes
@@ -50,6 +76,7 @@ changes between the current and upgrade versions. For example, if you
5076
are upgrading the driver from v4.0 to v4.5, address all breaking changes from
5177
the version after v4.0 including any listed under v4.5.
5278

79+
5380
.. _java-breaking-changes-v4.7:
5481

5582
Version 4.7 Breaking Changes

source/whats-new.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ What's New
1212

1313
Learn what's new in:
1414

15+
16+
* :ref:`Version 4.8 <version-4.8>`
1517
* :ref:`Version 4.7.1 <version-4.7.1>`
16-
* :ref:`Version 4.7 <version-4.7>`
18+
* :ref:`Version 4.7.0 <version-4.7.0>`
1719
* :ref:`Version 4.6 <version-4.6>`
1820
* :ref:`Version 4.5 <version-4.5>`
1921
* :ref:`Version 4.4 <version-4.4>`
@@ -24,12 +26,17 @@ Learn what's new in:
2426

2527
.. _upcoming-breaking-chages:
2628

27-
Upcoming Breaking Changes
28-
-------------------------
29+
.. _version-4.8:
30+
31+
What's New in 4.8
32+
-------------------
2933

30-
- The v4.8 driver release will end support for MongoDB v3.4 and earlier.
34+
The 4.8 driver ends support for MongoDB v3.4 and earlier. To learn
35+
how to upgrade your driver to v4.8, see
36+
:ref:`<java-server-release-change-v4.8>`.
3137

3238
.. _version-4.7.1:
39+
.. _version-4.7:
3340

3441
What's New in 4.7.1
3542
-------------------
@@ -49,7 +56,7 @@ loss of your DEKs.
4956
before you rotate your DEKs. If you lose your DEKs, you lose access to all
5057
the data encrypted with those keys.
5158

52-
.. _version-4.7:
59+
.. _version-4.7.0:
5360

5461
What's New in 4.7
5562
-----------------

0 commit comments

Comments
 (0)