File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
define: prefix docs/languages/scala/scala-driver
2
2
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
4
4
5
- symlink: current -> v5.4
5
+ symlink: current -> v5.5
6
6
symlink: upcoming -> master
7
7
8
8
raw: ${prefix}/ -> ${base}/current/
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ toc_landing_pages = [
26
26
[constants ]
27
27
driver-short = " Scala driver"
28
28
driver-long = " MongoDB Scala Driver"
29
- version = " 5.4 "
29
+ version = " 5.5 "
30
30
full-version = " {+version+}.0"
31
31
language = " Scala"
32
32
language-version = " 2.13.16"
33
33
mdb-server = " MongoDB Server"
34
34
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"
37
37
driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
38
38
rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
39
39
mongocrypt-version = " {+full-version+}"
Original file line number Diff line number Diff line change 9
9
- Scala 2.12
10
10
- Scala 2.11
11
11
12
- * - 4.7 to 5.4
12
+ * - 4.7 to 5.5
13
13
- ✓
14
14
- ✓
15
15
- ✓
Original file line number Diff line number Diff line change 31
31
Upgrade </upgrade>
32
32
Compatibility </compatibility>
33
33
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>
35
35
Previous Versions <https://mongodb.github.io/mongo-java-driver/>
36
36
37
37
Introduction
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ and features:
46
46
- Adds support for the ``connectTimeoutMS`` option when using the
47
47
default TLS transport layer.
48
48
49
+ .. sharedinclude:: dbx/jvm/v5.5-wn-items.rst
50
+
49
51
.. _scala-version-5.4:
50
52
51
53
What's New in 5.4
You can’t perform that action at this time.
0 commit comments