@@ -50,7 +50,7 @@ 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
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.
53
+ the versions after v5.0 including any listed for v5.5.
54
54
55
55
.. _kotlin-sync-breaking-changes-v5.5:
56
56
@@ -73,7 +73,7 @@ This driver version introduces the following breaking changes:
73
73
74
74
- Revises the `mongodb-crypt <https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__
75
75
dependency versioning to match the versioning for the JVM drivers. Future versions of
76
- ``mongodb-crypt`` will be released alongside the driver and will share the same version number.
76
+ ``mongodb-crypt`` are released alongside the driver and share the same version number.
77
77
You must upgrade your ``mongodb-crypt`` dependency to v5.2.0 when upgrading your driver for
78
78
this release.
79
79
@@ -84,9 +84,10 @@ Version 5.1 Breaking Changes
84
84
85
85
This driver version introduces the following breaking changes:
86
86
87
- - When using the ``MONGODB-OIDC`` authentication mechanism, you must
88
- not include comma characters in the ``authMechanismProperties`` connection
89
- string value.
87
+ - When using the ``MONGODB-OIDC`` authentication mechanism, you cannot
88
+ include comma characters in the ``authMechanismProperties`` connection
89
+ string value. If your ``authMechanismProperties`` value includes a comma,
90
+ pass the value as a connection option in a ``MongoClientSettings`` instance.
90
91
91
92
.. _kotlin-sync-breaking-changes-v5.0:
92
93
@@ -361,7 +362,7 @@ Server Version 8.1 Support Changes
361
362
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
362
363
363
364
You cannot use a 3.x version of the {+driver-short+} to connect to a
364
- MongoDB deployment running {+mdb-server+} v8.1. Starting in {+mdb-server+} v8.1,
365
+ MongoDB deployment running {+mdb-server+} v8.1 or later . Starting in {+mdb-server+} v8.1,
365
366
the ``buildinfo`` command requires authentication, causing an
366
367
incompatibility with the v3.x driver.
367
368
0 commit comments