File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11define: prefix docs/languages/java/reactive-streams-driver
22define: base https://www.mongodb.com/${prefix}
3- define: versions v4.x v5.0 v5.1 v5.2 v5.3 v5.4 main
3+ define: versions v4.x v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 main
44
55symlink: upcoming -> main
6- symlink: current -> v5.4
6+ symlink: current -> v5.5
77
88raw: ${prefix}/ -> ${base}/current/
99raw: ${prefix}/stable -> ${base}/current/
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ toc_landing_pages = [
2121[constants ]
2222driver-short = " Java Reactive Streams driver"
2323driver-long = " MongoDB Java Reactive Streams Driver"
24- version = " 5.4 "
24+ version = " 5.5 "
2525full-version = " {+version+}.0"
2626api-root = " https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs"
27- driver-api = " {+api-root+}/mongodb- driver-reactivestreams /com/mongodb/reactivestreams/client"
28- core-api = " {+api-root+}/mongodb- driver-core/com/mongodb"
27+ driver-api = " {+api-root+}/driver-reactive-streams /com/mongodb/reactivestreams/client"
28+ core-api = " {+api-root+}/driver-core/com/mongodb"
2929rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
3030driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
3131java-rs = " Java Reactive Streams"
Original file line number Diff line number Diff line change 1111 - Java 7
1212 - Java 6
1313
14- * - 4.11 to 5.4
14+ * - 4.11 to 5.5
1515 - ✓
1616 - ✓
1717 - ✓
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ MongoDB Java Reactive Streams Documentation
4141 Issues & Help </issues-and-help>
4242 Compatibility </compatibility>
4343 Upgrade </upgrade>
44- API Documentation <{+api-root+}/mongodb- driver-reactivestreams />
44+ API Documentation <{+api-root+}/driver-reactive-streams />
4545
4646Overview
4747--------
@@ -136,7 +136,7 @@ API Documentation
136136-----------------
137137
138138For detailed information about types and methods in the {+driver-short+}, see
139- the `API documentation <{+api-root+}/mongodb- driver-reactivestreams />`__.
139+ the `API documentation <{+api-root+}/driver-reactive-streams />`__.
140140
141141If you need to make synchronous calls between your application and MongoDB, use
142142the :driver:`MongoDB Java Driver </java/sync/current/>` instead of the
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ and features:
4747- Adds support for the ``connectTimeoutMS`` option when using the
4848 default {+java-rs+} TLS transport layer.
4949
50+ .. sharedinclude:: dbx/jvm/v5.5-wn-items.rst
51+
5052.. _javars-version-5.4:
5153
5254What's New in 5.4
You can’t perform that action at this time.
0 commit comments