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/index.txt b/source/index.txt index c8e1a75..e1c238d 100644 --- a/source/index.txt +++ b/source/index.txt @@ -41,7 +41,7 @@ MongoDB Java Reactive Streams Documentation Issues & Help Compatibility Upgrade - API Documentation <{+api-root+}/mongodb-driver-reactivestreams/> + API Documentation <{+api-root+}/driver-reactive-streams/> Overview -------- @@ -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 ` instead of the 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