Skip to content

Commit 24cd928

Browse files
committed
DOCSP-48677: v5.4 release
1 parent 03396f7 commit 24cd928

File tree

5 files changed

+32
-10
lines changed

5 files changed

+32
-10
lines changed

config/redirects

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
define: prefix docs/languages/kotlin/kotlin-sync-driver
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v5.1 v5.2 v5.3 master
3+
define: versions v5.1 v5.2 v5.3 v5.4 master
44

5-
symlink: current -> master
5+
symlink: upcoming -> master
6+
symlink: current -> v5.4
67

78
# raw: <source file> -> ${base}/<destination>
89

snooty.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name = "kotlin-sync"
22
title = "Kotlin Sync Driver"
33

4-
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
5-
"https://www.mongodb.com/docs/drivers/objects.inv",
6-
"https://www.mongodb.com/docs/atlas/objects.inv"
7-
]
4+
intersphinx = [
5+
"https://www.mongodb.com/docs/manual/objects.inv",
6+
"https://www.mongodb.com/docs/drivers/objects.inv",
7+
"https://www.mongodb.com/docs/atlas/objects.inv",
8+
]
89

910
toc_landing_pages = [
1011
"/write-operations",
@@ -15,7 +16,7 @@ toc_landing_pages = [
1516
"work-with-indexes",
1617
"/data-formats",
1718
"/builders",
18-
"/aggregation"
19+
"/aggregation",
1920
]
2021

2122
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
@@ -24,7 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2425
driver-long = "MongoDB Kotlin Sync Driver"
2526
driver-short = "Kotlin Sync driver"
2627
language = "Kotlin"
27-
version-number = "5.3"
28+
version-number = "5.4"
2829
full-version = "{+version-number+}.0"
2930
version = "v{+version-number+}"
3031
mdb-server = "MongoDB Server"

source/monitoring.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ To monitor command events, create a class that implements the
7373
``MongoClient`` instance.
7474

7575
For more information on MongoDB database commands, see the
76-
:manual:`MongoDB manual entry on database commands </reference/command/>`in
77-
the {+mdb-server+} manual.
76+
:manual:`MongoDB manual entry on database commands
77+
</reference/command/>` in the {+mdb-server+} manual.
7878

7979
.. note:: Internal Commands
8080

source/whats-new.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ and features:
4242
the :ref:`MONGODB-OIDC: Kubernetes <kotlin-sync-auth-kubernetes>`
4343
section of the Enterprise Authentication Mechanisms guide
4444

45+
.. replacement:: atlas-query-operators
46+
47+
the `SearchOperator <{+core-api+}/com/mongodb/client/model/search/SearchOperator.html>`__
48+
interface API documentation
49+
4550
.. _kotlin-sync-version-5.3:
4651

4752
What's New in 5.3
@@ -91,6 +96,12 @@ improvements, and fixes:
9196

9297
.. sharedinclude:: dbx/jvm/v5.2-wn-items.rst
9398

99+
.. replacement:: csot-link
100+
101+
the `MongoClientSettings.Builder.timeout()
102+
<{+core-api+}/com/mongodb/MongoClientSettings.Builder.html#timeout(long,java.util.concurrent.TimeUnit)>`__
103+
API documentation
104+
94105
.. replacement:: avs-index-link
95106

96107
the :ref:`kotlin-sync-search-avs-indexes` guide

source/write/transactions.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,15 @@ methods described in the preceding section to manually manage the transaction li
137137

138138
.. sharedinclude:: dbx/transactions-parallelism.rst
139139

140+
141+
.. replacement:: driver-specific-content
142+
143+
If you're using {+mdb-server+} v8.0 or later, you can perform
144+
write operations on multiple namespaces within a single
145+
transaction by using bulk write operations. To learn more, see the
146+
:ref:`kotlin-sync-client-bulk-write` section of the Bulk Write
147+
Operations guide.
148+
140149
Additional Information
141150
----------------------
142151

0 commit comments

Comments
 (0)