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 1
1
define: prefix docs/languages/java/reactive-streams-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 main
3
+ define: versions v4.x v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 main
4
4
5
5
symlink: upcoming -> main
6
- symlink: current -> v5.4
6
+ symlink: current -> v5.5
7
7
8
8
raw: ${prefix}/ -> ${base}/current/
9
9
raw: ${prefix}/stable -> ${base}/current/
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ toc_landing_pages = [
21
21
[constants ]
22
22
driver-short = " Java Reactive Streams driver"
23
23
driver-long = " MongoDB Java Reactive Streams Driver"
24
- version = " 5.4 "
24
+ version = " 5.5 "
25
25
full-version = " {+version+}.0"
26
26
api-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"
29
29
rs-docs = " https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
30
30
driver-source-gh = " https://github.com/mongodb/mongo-java-driver"
31
31
java-rs = " Java Reactive Streams"
Original file line number Diff line number Diff line change 11
11
- Java 7
12
12
- Java 6
13
13
14
- * - 4.11 to 5.4
14
+ * - 4.11 to 5.5
15
15
- ✓
16
16
- ✓
17
17
- ✓
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ MongoDB Java Reactive Streams Documentation
41
41
Issues & Help </issues-and-help>
42
42
Compatibility </compatibility>
43
43
Upgrade </upgrade>
44
- API Documentation <{+api-root+}/mongodb- driver-reactivestreams />
44
+ API Documentation <{+api-root+}/driver-reactive-streams />
45
45
46
46
Overview
47
47
--------
@@ -136,7 +136,7 @@ API Documentation
136
136
-----------------
137
137
138
138
For 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 />`__.
140
140
141
141
If you need to make synchronous calls between your application and MongoDB, use
142
142
the :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:
47
47
- Adds support for the ``connectTimeoutMS`` option when using the
48
48
default {+java-rs+} TLS transport layer.
49
49
50
+ .. sharedinclude:: dbx/jvm/v5.5-wn-items.rst
51
+
50
52
.. _javars-version-5.4:
51
53
52
54
What's New in 5.4
You can’t perform that action at this time.
0 commit comments