Skip to content

Commit a322958

Browse files
committed
more
1 parent 2807244 commit a322958

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

source/compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The first column lists the driver version.
2727

2828
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
2929

30-
.. include:: /includes/mongodb-compatibility-table-kotlin-sync.rst
30+
.. sharedinclude:: dbx/mongodb-compatibility-table-kotlin.rst
3131

3232
The driver does not support older versions of MongoDB.
3333

source/connect/stable-api.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ In this guide, you can learn how to specify **{+stable-api+}** compatibility whe
2828
connecting to a MongoDB deployment.
2929

3030
The {+stable-api+} feature forces the server to run operations with behaviors compatible
31-
with the API version you specify. When you update either your driver or server,
32-
the API version changes, which can change the way these operations behave.
33-
Using the {+stable-api+} ensures consistent responses from the server and
34-
provides long-term API stability for your application.
31+
with the API version you specify. Using the {+stable-api+} ensures consistent responses
32+
from the server and provides long-term API stability for your application.
3533

3634
The following sections describe how you can enable and customize {+stable-api+} for
3735
your MongoDB client. For more information about the {+stable-api+}, including a list of

source/data-formats/serialization.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ We recommend installing the ``bson-kotlinx`` library to support
3636
custom codecs that have configurations to encode defaults, nulls, and
3737
define class discriminators.
3838

39-
.. TODO fix the link in the following note
39+
.. TODO fix the link in the following note about Codecs (page soon coming)
4040

4141
.. note::
4242

0 commit comments

Comments
 (0)