Skip to content

Commit 4f453f7

Browse files
authored
DOCSP-48677: v5.4 release (#118)
1 parent aad9e4c commit 4f453f7

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

config/redirects

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

5-
symlink: current -> v5.3
5+
symlink: current -> v5.4
66
symlink: upcoming -> master
77

88
raw: ${prefix}/ -> ${base}/current/
@@ -46,4 +46,5 @@ raw: ${prefix}/stable -> ${base}/current/
4646
(v5.2-master]: ${prefix}/${version}/validate-signatures/ -> ${base}/${version}/
4747
(v5.2-master]: ${prefix}/${version}/builders/ -> ${base}/${version}/
4848
(v5.2-master]: ${prefix}/${version}/bson/ -> ${base}/${version}/
49-
(v5.2-master]: ${prefix}/${version}/installation/ -> ${base}/${version}/get-started/download-and-install/
49+
(v5.2-master]: ${prefix}/${version}/installation/ ->
50+
${base}/${version}/get-started/download-and-install/

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ toc_landing_pages = [
2020
"/read",
2121
"/write",
2222
"/indexes",
23-
"/security"
23+
"/security",
2424
]
2525

2626
[constants]
2727
driver-short = "Scala driver"
2828
driver-long = "MongoDB Scala Driver"
29-
version = "5.3"
29+
version = "5.4"
3030
full-version = "{+version+}.0"
3131
language = "Scala"
3232
language-version = "2.13.16"

source/includes/language-compatibility-table-scala.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Scala 2.12
1010
- Scala 2.11
1111

12-
* - 4.7 to 5.3
12+
* - 4.7 to 5.4
1313
- ✓
1414
- ✓
1515
- ✓

source/includes/mongodb-compatibility-table-scala.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
@@ -52,6 +52,11 @@ and features:
5252

5353
the `MongoCredential <{+core-api+}/com/mongodb/MongoCredential.html>`__ API documentation
5454

55+
.. replacement:: atlas-query-operators
56+
57+
the `SearchOperator <{+core-api+}/com/mongodb/client/model/search/SearchOperator.html>`__
58+
interface API documentation
59+
5560
.. _scala-version-5.3:
5661

5762
What's New in 5.3
@@ -89,6 +94,12 @@ and features:
8994

9095
.. sharedinclude:: dbx/jvm/v5.2-wn-items.rst
9196

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

94105
the `SearchIndexModel <{+core-api+}/com/mongodb/client/model/SearchIndexModel.html>`__

0 commit comments

Comments
 (0)