Skip to content

Commit d2ba572

Browse files
authored
DOCSP-49751: v5.5 release (#131)
* DOCSP-49751: v5.5 release * fix * build
1 parent 59c08b0 commit d2ba572

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

config/redirects

Lines changed: 2 additions & 2 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 v5.4 master
3+
define: versions v4.x v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 master
44

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

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

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ toc_landing_pages = [
2626
[constants]
2727
driver-short = "Scala driver"
2828
driver-long = "MongoDB Scala Driver"
29-
version = "5.4"
29+
version = "5.5"
3030
full-version = "{+version+}.0"
3131
language = "Scala"
3232
language-version = "2.13.16"
3333
mdb-server = "MongoDB Server"
3434
api-root = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
35-
driver-api = "{+api-root+}/mongo-scala-driver/org/mongodb/scala"
36-
core-api = "{+api-root+}/mongodb-driver-core/com/mongodb"
35+
driver-api = "{+api-root+}/driver-scala/org/mongodb/scala"
36+
core-api = "{+api-root+}/driver-core/com/mongodb"
3737
driver-source-gh = "https://github.com/mongodb/mongo-java-driver"
3838
rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
3939
mongocrypt-version = "{+full-version+}"

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.4
12+
* - 4.7 to 5.5
1313
- ✓
1414
- ✓
1515
- ✓

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Upgrade </upgrade>
3232
Compatibility </compatibility>
3333
View the Source <https://github.com/mongodb/mongo-java-driver>
34-
API Documentation <{+api-root+}/mongo-scala-driver/index.html>
34+
API Documentation <{+api-root+}/driver-scala/index.html>
3535
Previous Versions <https://mongodb.github.io/mongo-java-driver/>
3636

3737
Introduction

source/whats-new.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ and features:
4646
- Adds support for the ``connectTimeoutMS`` option when using the
4747
default TLS transport layer.
4848

49+
.. sharedinclude:: dbx/jvm/v5.5-wn-items.rst
50+
4951
.. _scala-version-5.4:
5052

5153
What's New in 5.4

0 commit comments

Comments
 (0)