File tree Expand file tree Collapse file tree 3 files changed +461
-2
lines changed Expand file tree Collapse file tree 3 files changed +461
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ toc_landing_pages = [
1212 " /read-data-from-mongo/" ,
1313 " /write-data-to-mongo/" ,
1414 " /getting-started/" ,
15- " /secure-your-data/"
15+ " /secure-your-data/" ,
16+ " /upgrade/"
1617 ]
1718
1819[constants ]
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ MongoDB Java Reactive Streams Documentation
3636 /custom-implementations
3737 /whats-new
3838 /issues-and-help
39- /compatibility
39+ /compatibility
40+ /upgrade
4041 API Documentation <{+api+}/mongodb-driver-reactivestreams/>
4142
4243Overview
@@ -110,6 +111,12 @@ For compatibility tables that show the recommended {+driver-short+}
110111version to use for specific Java and {+mdb-server+} versions, see the
111112:ref:`java-rs-compatibility` section.
112113
114+ Upgrade Driver Versions
115+ -----------------------
116+
117+ Learn about changes you must make to your application to upgrade driver
118+ versions in the :ref:`<java-rs-upgrade-driver>` section.
119+
113120API Documentation
114121-----------------
115122
You can’t perform that action at this time.
0 commit comments