Skip to content

Commit a6920fa

Browse files
committed
review comments
1 parent 6915e15 commit a6920fa

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

source/whats-new.txt

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn what's new in:
1616
* :ref:`Version 5.1.2 <kotlin-sync-version-5.1.2>`
1717
* :ref:`Version 5.1.1 <kotlin-sync-version-5.1.1>`
1818
* :ref:`Version 5.1 <kotlin-sync-version-5.1>`
19-
* :ref:`Version 5.0 <version-5.0>`
19+
* :ref:`Version 5.0 <kotlin-sync-version-5.0>`
2020

2121
.. _kotlin-sync-version-5.1.3:
2222

@@ -59,9 +59,9 @@ The 5.1.1 driver patch release includes the following changes:
5959

6060
- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
6161
include comma characters in the ``authMechanismProperties`` connection
62-
string value. To learn more about this behavior, see the
63-
:ref:`MONGODB-OIDC <kotlin-oidc>` section of the Enterprise
64-
Authentication guide.
62+
string value. To learn more about this behavior, see
63+
`MongoCredential <{+core-api+}/com/mongodb/MongoCredential.html>`__ in the
64+
API documentation.
6565

6666
.. _kotlin-sync-version-5.1:
6767

@@ -75,11 +75,11 @@ What's New in 5.1
7575

7676
This section includes the following information:
7777

78-
- :ref:`kotlin-deprecations-5.1`
79-
- :ref:`kotlin-improvements-5.1`
80-
- :ref:`kotlin-new-features-5.1`
78+
- :ref:`kotlin-sync-deprecations-5.1`
79+
- :ref:`kotlin-sync-improvements-5.1`
80+
- :ref:`kotlin-sync-new-features-5.1`
8181

82-
.. _kotlin-deprecations-5.1:
82+
.. _kotlin-sync-deprecations-5.1:
8383

8484
Deprecations in 5.1
8585
~~~~~~~~~~~~~~~~~~~
@@ -89,7 +89,7 @@ Deprecations in 5.1
8989
deployment, see :manual:`Release Notes </release-notes>` in the {+mdb-server+}
9090
manual.
9191

92-
.. _kotlin-improvements-5.1:
92+
.. _kotlin-sync-improvements-5.1:
9393

9494
Improvements in 5.1
9595
~~~~~~~~~~~~~~~~~~~
@@ -98,8 +98,9 @@ Improvements in 5.1
9898
native applications by using the GraalVM native-image tool.
9999

100100
- Enhanced support for the ``MONGODB-OIDC`` authentication mechanism.
101-
To learn more about OIDC, see the :ref:`kotlin-oidc` section of the
102-
Enterprise Authentication Mechanisms guide.
101+
To learn more about OIDC, see
102+
`MongoCredential <{+core-api+}/com/mongodb/MongoCredential.html>`__ in the
103+
API documentation.
103104

104105
- Fixes an issue in which operations used the incorrect codec when using
105106
a polymorphic ``MongoCollection`` instance. This ensures that
@@ -109,18 +110,20 @@ Improvements in 5.1
109110
when decoding, resulting in field type errors when using a polymorphic
110111
``MongoCollection`` instance.
111112

112-
.. _kotlin-new-features-5.1:
113+
.. _kotlin-sync-new-features-5.1:
113114

114115
New Features in 5.1
115116
~~~~~~~~~~~~~~~~~~~
116117

117-
- Support for polymorphic serialization. To learn more, see the
118-
:ref:`kotlin-polymorphic` section of the Kotlin Serialization guide.
118+
- Support for polymorphic serialization.
119+
120+
.. TODO: Add link to Kotlin Serialization page when ready: https://jira.mongodb.org/browse/DOCSP-42666 .
121+
.. ex. To learn more, see the :ref:`kotlin-sync-polymorphic` section of the Kotlin Sync Serialization guide.
119122

120123
- Introduces the ``serverMonitoringMode`` connection URI option. To
121124
learn more, see the :ref:`kotlin-sync-connection-options` guide.
122125

123-
.. _version-5.0:
126+
.. _kotlin-sync-version-5.0:
124127

125128
What's New in 5.0
126129
-----------------

0 commit comments

Comments
 (0)