Skip to content

DOCSP-42295: Upgrade Driver Versions #81

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 6 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ toc_landing_pages = [
"/read-data-from-mongo/",
"/write-data-to-mongo/",
"/getting-started/",
"/secure-your-data/"
"/secure-your-data/",
"/upgrade/"
]

[constants]
Expand Down
9 changes: 8 additions & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ MongoDB Java Reactive Streams Documentation
/custom-implementations
/whats-new
/issues-and-help
/compatibility
/compatibility
/upgrade
API Documentation <{+api+}/mongodb-driver-reactivestreams/>

Overview
Expand Down Expand Up @@ -110,6 +111,12 @@ For compatibility tables that show the recommended {+driver-short+}
version to use for specific Java and {+mdb-server+} versions, see the
:ref:`java-rs-compatibility` section.

Upgrade Driver Versions
-----------------------

Learn about changes you must make to your application to upgrade driver
versions in the :ref:`<java-rs-upgrade-driver>` section.

API Documentation
-----------------

Expand Down
Loading
Loading