Skip to content

Commit 0e5dda4

Browse files
committed
DOCSP-49751: v5.5 release
1 parent 7a41aae commit 0e5dda4

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
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/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)