Skip to content

Commit 5ea2410

Browse files
authored
DOCSP-49751: v5.5 release (#131)
1 parent 7a41aae commit 5ea2410

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
define: prefix docs/languages/java/reactive-streams-driver
22
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
44

55
symlink: upcoming -> main
6-
symlink: current -> v5.4
6+
symlink: current -> v5.5
77

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

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ toc_landing_pages = [
2121
[constants]
2222
driver-short = "Java Reactive Streams driver"
2323
driver-long = "MongoDB Java Reactive Streams Driver"
24-
version = "5.4"
24+
version = "5.5"
2525
full-version = "{+version+}.0"
2626
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"
2929
rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams"
3030
driver-source-gh = "https://github.com/mongodb/mongo-java-driver"
3131
java-rs = "Java Reactive Streams"

source/includes/language-compatibility-table-java-rs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Java 7
1212
- Java 6
1313

14-
* - 4.11 to 5.4
14+
* - 4.11 to 5.5
1515
- ✓
1616
- ✓
1717
- ✓

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4646
Overview
4747
--------
@@ -136,7 +136,7 @@ API Documentation
136136
-----------------
137137

138138
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/>`__.
140140

141141
If you need to make synchronous calls between your application and MongoDB, use
142142
the :driver:`MongoDB Java Driver </java/sync/current/>` instead of the

source/whats-new.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5254
What's New in 5.4

0 commit comments

Comments
 (0)