Skip to content

Commit f6e6691

Browse files
committed
edits
1 parent cf499f4 commit f6e6691

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/reference/upgrade.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The breaking changes in this section are categorized by the driver version that
5050
introduced them. When upgrading driver versions, address all the breaking
5151
changes between the current and upgrade versions. For example, if you
5252
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.
5454

5555
.. _kotlin-sync-breaking-changes-v5.5:
5656

@@ -73,7 +73,7 @@ This driver version introduces the following breaking changes:
7373

7474
- Revises the `mongodb-crypt <https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__
7575
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.
7777
You must upgrade your ``mongodb-crypt`` dependency to v5.2.0 when upgrading your driver for
7878
this release.
7979

@@ -84,9 +84,10 @@ Version 5.1 Breaking Changes
8484

8585
This driver version introduces the following breaking changes:
8686

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.
9091

9192
.. _kotlin-sync-breaking-changes-v5.0:
9293

@@ -361,7 +362,7 @@ Server Version 8.1 Support Changes
361362
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
362363

363364
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,
365366
the ``buildinfo`` command requires authentication, causing an
366367
incompatibility with the v3.x driver.
367368

0 commit comments

Comments
 (0)