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 11define: prefix docs/languages/scala/scala-driver
22define: 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
66symlink: upcoming -> master
77
88raw: ${prefix}/ -> ${base}/current/
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ toc_landing_pages = [
2626[constants ]
2727driver-short = " Scala driver"
2828driver-long = " MongoDB Scala Driver"
29- version = " 5.4 "
29+ version = " 5.5 "
3030full-version = " {+version+}.0"
3131language = " Scala"
3232language-version = " 2.13.16"
3333mdb-server = " MongoDB Server"
3434api-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"
3737driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
3838rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
3939mongocrypt-version = " {+full-version+}"
Original file line number Diff line number Diff line change 99 - Scala 2.12
1010 - Scala 2.11
1111
12- * - 4.7 to 5.4
12+ * - 4.7 to 5.5
1313 - ✓
1414 - ✓
1515 - ✓
Original file line number Diff line number Diff line change 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
3737Introduction
Original file line number Diff line number Diff 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
5153What's New in 5.4
You can’t perform that action at this time.
0 commit comments