@@ -49,8 +49,8 @@ working properly if not addressed before upgrading.
49
49
The breaking changes in this section are categorized by the driver version that
50
50
introduced them. When upgrading driver versions, address all the breaking
51
51
changes between the current and upgrade versions. For example, if you
52
- are upgrading the driver from v4 .0 to v4.7 , address all breaking changes from
53
- the version after v4 .0 including any listed for v4.7 .
52
+ are upgrading the driver from v5 .0 to v5.5 , address all breaking changes from
53
+ the version after v5 .0 including any listed for v5.5 .
54
54
55
55
.. _kotlin-sync-breaking-changes-v5.5:
56
56
@@ -337,7 +337,7 @@ This driver version introduces the following breaking changes:
337
337
.. tip::
338
338
339
339
To view breaking changes for earlier driver versions, see the
340
- :github:`Release Notes </ mongodb/mongo-java-driver/releases>` in the
340
+ :github:`Release Notes <mongodb/mongo-java-driver/releases>` in the
341
341
``mongo-java-driver`` GitHub repository.
342
342
343
343
.. _kotlin-sync-server-release-changes:
@@ -355,16 +355,6 @@ end-of-life (EOL).
355
355
To learn more about the MongoDB support for EOL products,
356
356
see the `Legacy Support Policy <https://www.mongodb.com/support-policy/legacy>`__.
357
357
358
- .. _kotlin-sync-server-release-change-v5.5:
359
-
360
- Driver Version 5.5 Server Support Changes
361
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
362
-
363
- The v5.5 driver drops support for {+mdb-server+} 4.0.
364
- To use the v5.5 driver, you must connect to {+mdb-server+} 4.2 or later. To
365
- learn how to upgrade your {+mdb-server+} deployment, see
366
- :manual:`Release Notes </release-notes>` in the {+mdb-server+} manual.
367
-
368
358
.. _kotlin-sync-server-8.1-incompatibility:
369
359
370
360
Server Version 8.1 Support Changes
@@ -375,6 +365,16 @@ MongoDB deployment running {+mdb-server+} v8.1. Starting in {+mdb-server+} v8.1,
375
365
the ``buildinfo`` command requires authentication, causing an
376
366
incompatibility with the v3.x driver.
377
367
368
+ .. _kotlin-sync-server-release-change-v5.5:
369
+
370
+ Driver Version 5.5 Server Support Changes
371
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
372
+
373
+ The v5.5 driver drops support for {+mdb-server+} 4.0.
374
+ To use the v5.5 driver, you must connect to {+mdb-server+} 4.2 or later. To
375
+ learn how to upgrade your {+mdb-server+} deployment, see
376
+ :manual:`Release Notes </release-notes>` in the {+mdb-server+} manual.
377
+
378
378
.. _kotlin-sync-server-release-change-v5.2:
379
379
380
380
Driver Version 5.2 Server Support Changes
@@ -394,5 +394,3 @@ The v4.8 driver drops support for {+mdb-server+} 3.4 and earlier.
394
394
To use the v4.8 driver, you must connect to {+mdb-server+} 3.6 or later. To learn
395
395
how to upgrade your {+mdb-server+} deployment, see :manual:`Release
396
396
Notes </release-notes>` in the {+mdb-server+} manual.
397
- how to upgrade your {+mdb-server+} deployment, see :manual:`Release
398
- Notes </release-notes>` in the {+mdb-server+} manual.
0 commit comments