From 0e5dda4908efc5c898319d34c84ed7ecb5c34b93 Mon Sep 17 00:00:00 2001 From: norareidy <nora.reidy@mongodb.com> Date: Wed, 7 May 2025 11:07:40 -0400 Subject: [PATCH 1/4] DOCSP-49751: v5.5 release --- config/redirects | 4 ++-- snooty.toml | 6 +++--- source/includes/language-compatibility-table-java-rs.rst | 2 +- source/whats-new.txt | 2 ++ 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/redirects b/config/redirects index faec55f..993d661 100644 --- a/config/redirects +++ b/config/redirects @@ -1,9 +1,9 @@ define: prefix docs/languages/java/reactive-streams-driver define: base https://www.mongodb.com/${prefix} -define: versions v4.x v5.0 v5.1 v5.2 v5.3 v5.4 main +define: versions v4.x v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 main symlink: upcoming -> main -symlink: current -> v5.4 +symlink: current -> v5.5 raw: ${prefix}/ -> ${base}/current/ raw: ${prefix}/stable -> ${base}/current/ diff --git a/snooty.toml b/snooty.toml index df870e8..922fccd 100644 --- a/snooty.toml +++ b/snooty.toml @@ -21,11 +21,11 @@ toc_landing_pages = [ [constants] driver-short = "Java Reactive Streams driver" driver-long = "MongoDB Java Reactive Streams Driver" -version = "5.4" +version = "5.5" full-version = "{+version+}.0" api-root = "https://mongodb.github.io/mongo-java-driver/{+version+}/apidocs" -driver-api = "{+api-root+}/mongodb-driver-reactivestreams/com/mongodb/reactivestreams/client" -core-api = "{+api-root+}/mongodb-driver-core/com/mongodb" +driver-api = "{+api-root+}/driver-reactive-streams/com/mongodb/reactivestreams/client" +core-api = "{+api-root+}/driver-core/com/mongodb" rs-docs = "https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/org/reactivestreams" driver-source-gh = "https://github.com/mongodb/mongo-java-driver" java-rs = "Java Reactive Streams" diff --git a/source/includes/language-compatibility-table-java-rs.rst b/source/includes/language-compatibility-table-java-rs.rst index 7dbae10..4f77be0 100644 --- a/source/includes/language-compatibility-table-java-rs.rst +++ b/source/includes/language-compatibility-table-java-rs.rst @@ -11,7 +11,7 @@ - Java 7 - Java 6 - * - 4.11 to 5.4 + * - 4.11 to 5.5 - ✓ - ✓ - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index 44464ee..8c4ef3f 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -47,6 +47,8 @@ and features: - Adds support for the ``connectTimeoutMS`` option when using the default {+java-rs+} TLS transport layer. +.. sharedinclude:: dbx/jvm/v5.5-wn-items.rst + .. _javars-version-5.4: What's New in 5.4 From e44e3dfc5d2bb429837f7b958a249edabfbf71bf Mon Sep 17 00:00:00 2001 From: norareidy <nora.reidy@mongodb.com> Date: Wed, 7 May 2025 11:15:51 -0400 Subject: [PATCH 2/4] fix --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index c8e1a75..951a6ca 100644 --- a/source/index.txt +++ b/source/index.txt @@ -41,7 +41,7 @@ MongoDB Java Reactive Streams Documentation Issues & Help </issues-and-help> Compatibility </compatibility> Upgrade </upgrade> - API Documentation <{+api-root+}/mongodb-driver-reactivestreams/> + API Documentation <{+api-root+}/driver-reactive-streams/> Overview -------- From 467039f96c768443a8259722f62aece17a079cd3 Mon Sep 17 00:00:00 2001 From: norareidy <nora.reidy@mongodb.com> Date: Thu, 8 May 2025 16:57:31 -0400 Subject: [PATCH 3/4] build From b9c5a43c42e5cb6ef1db30d9d6ac27c738cf878c Mon Sep 17 00:00:00 2001 From: norareidy <nora.reidy@mongodb.com> Date: Fri, 9 May 2025 10:06:59 -0400 Subject: [PATCH 4/4] SA feedback --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 951a6ca..e1c238d 100644 --- a/source/index.txt +++ b/source/index.txt @@ -136,7 +136,7 @@ API Documentation ----------------- For detailed information about types and methods in the {+driver-short+}, see -the `API documentation <{+api-root+}/mongodb-driver-reactivestreams/>`__. +the `API documentation <{+api-root+}/driver-reactive-streams/>`__. If you need to make synchronous calls between your application and MongoDB, use the :driver:`MongoDB Java Driver </java/sync/current/>` instead of the