@@ -16,7 +16,7 @@ Learn what's new in:
16
16
* :ref:`Version 5.1.2 <kotlin-sync-version-5.1.2>`
17
17
* :ref:`Version 5.1.1 <kotlin-sync-version-5.1.1>`
18
18
* :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>`
20
20
21
21
.. _kotlin-sync-version-5.1.3:
22
22
@@ -59,9 +59,9 @@ The 5.1.1 driver patch release includes the following changes:
59
59
60
60
- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
61
61
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 .
65
65
66
66
.. _kotlin-sync-version-5.1:
67
67
@@ -75,11 +75,11 @@ What's New in 5.1
75
75
76
76
This section includes the following information:
77
77
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`
81
81
82
- .. _kotlin-deprecations-5.1:
82
+ .. _kotlin-sync- deprecations-5.1:
83
83
84
84
Deprecations in 5.1
85
85
~~~~~~~~~~~~~~~~~~~
@@ -89,7 +89,7 @@ Deprecations in 5.1
89
89
deployment, see :manual:`Release Notes </release-notes>` in the {+mdb-server+}
90
90
manual.
91
91
92
- .. _kotlin-improvements-5.1:
92
+ .. _kotlin-sync- improvements-5.1:
93
93
94
94
Improvements in 5.1
95
95
~~~~~~~~~~~~~~~~~~~
@@ -98,8 +98,9 @@ Improvements in 5.1
98
98
native applications by using the GraalVM native-image tool.
99
99
100
100
- 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.
103
104
104
105
- Fixes an issue in which operations used the incorrect codec when using
105
106
a polymorphic ``MongoCollection`` instance. This ensures that
@@ -109,18 +110,20 @@ Improvements in 5.1
109
110
when decoding, resulting in field type errors when using a polymorphic
110
111
``MongoCollection`` instance.
111
112
112
- .. _kotlin-new-features-5.1:
113
+ .. _kotlin-sync- new-features-5.1:
113
114
114
115
New Features in 5.1
115
116
~~~~~~~~~~~~~~~~~~~
116
117
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.
119
122
120
123
- Introduces the ``serverMonitoringMode`` connection URI option. To
121
124
learn more, see the :ref:`kotlin-sync-connection-options` guide.
122
125
123
- .. _version -5.0:
126
+ .. _kotlin-sync-version -5.0:
124
127
125
128
What's New in 5.0
126
129
-----------------
0 commit comments