Skip to content

Commit a066371

Browse files
committed
DOCSP-48677: v5.4 release
1 parent bee673a commit a066371

File tree

6 files changed

+26
-7
lines changed

6 files changed

+26
-7
lines changed

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
define: prefix docs/languages/java/reactive-streams-driver
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v4.x v5.0 v5.1 v5.2 v5.3 main
3+
define: versions v4.x v5.0 v5.1 v5.2 v5.3 v5.4 main
44

55
symlink: upcoming -> main
6-
symlink: current -> v5.3
6+
symlink: current -> v5.4
77

88
raw: ${prefix}/ -> ${base}/current/
99
raw: ${prefix}/stable -> ${base}/current/

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ toc_landing_pages = [
1515
"/getting-started/",
1616
"/secure-your-data/",
1717
"/data-formats/",
18-
"/upgrade/"
19-
]
18+
"/upgrade/",
19+
]
2020

2121
[constants]
2222
driver-short = "Java Reactive Streams driver"
2323
driver-long = "MongoDB Java Reactive Streams Driver"
24-
version = "5.3"
24+
version = "5.4"
2525
full-version = "{+version+}.0"
2626
api = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
2727
rs-driver-api = "{+api+}/mongodb-driver-reactivestreams/com/mongodb/reactivestreams/client"

source/includes/language-compatibility-table-java-rs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Java 7
1212
- Java 6
1313

14-
* - 4.11 to 5.3
14+
* - 4.11 to 5.4
1515
- ✓
1616
- ✓
1717
- ✓

source/includes/mongodb-compatibility-table-java-rs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- MongoDB 4.0
1515
- MongoDB 3.6
1616

17-
* - 5.2 to 5.3
17+
* - 5.2 to 5.4
1818
- ✓
1919
- ✓
2020
- ✓

source/whats-new.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ and features:
4949
the :ref:`MONGODB-OIDC: Kubernetes <java-rs-auth-kubernetes>`
5050
section of the Enterprise Authentication Mechanisms guide
5151

52+
.. replacement:: atlas-query-operators
53+
54+
the `SearchOperator <{+core-api+}/client/model/search/SearchOperator.html>`__
55+
interface API documentation
56+
5257
.. _javars-version-5.3:
5358

5459
What's New in 5.3
@@ -105,6 +110,12 @@ and features:
105110
the :atlas:`Atlas Vector Search Quick Start
106111
</atlas-vector-search/tutorials/vector-search-quick-start/>`
107112

113+
.. replacement:: csot-link
114+
115+
the `MongoClientSettings.Builder.timeout()
116+
<{+core-api+}/MongoClientSettings.Builder.html#timeout(long,java.util.concurrent.TimeUnit)>`__
117+
API documentation
118+
108119
.. _javars-version-5.1.3:
109120

110121
What's New in 5.1.3

source/write/transactions.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ The code executes the following steps:
111111

112112
.. sharedinclude:: dbx/transactions-parallelism.rst
113113

114+
.. replacement:: driver-specific-content
115+
116+
If you're using {+mdb-server+} v8.0 or later, you can perform
117+
write operations on multiple namespaces within a single
118+
transaction by using bulk write operations. To learn more, see the
119+
:ref:`java-rs-client-bulk-write` section of the Bulk Write
120+
Operations guide.
121+
114122
Additional Information
115123
----------------------
116124

0 commit comments

Comments
 (0)