Skip to content

DOCSP-49751: v5.5 release #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/redirects
Original file line number Diff line number Diff line change
@@ -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/
6 changes: 3 additions & 3 deletions snooty.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion source/includes/language-compatibility-table-java-rs.rst
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
- Java 7
- Java 6

* - 4.11 to 5.4
* - 4.11 to 5.5
- ✓
- ✓
- ✓
4 changes: 2 additions & 2 deletions source/index.txt
Original file line number Diff line number Diff line change
@@ -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/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[i] It looks like the link in the API Documentation section further down the doc also needs this update.


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 </java/sync/current/>` instead of the
2 changes: 2 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
@@ -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