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 = [
12
12
" /read-data-from-mongo/" ,
13
13
" /write-data-to-mongo/" ,
14
14
" /getting-started/" ,
15
- " /secure-your-data/"
15
+ " /secure-your-data/" ,
16
+ " /upgrade/"
16
17
]
17
18
18
19
[constants ]
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ MongoDB Java Reactive Streams Documentation
36
36
/custom-implementations
37
37
/whats-new
38
38
/issues-and-help
39
- /compatibility
39
+ /compatibility
40
+ /upgrade
40
41
API Documentation <{+api+}/mongodb-driver-reactivestreams/>
41
42
42
43
Overview
@@ -110,6 +111,12 @@ For compatibility tables that show the recommended {+driver-short+}
110
111
version to use for specific Java and {+mdb-server+} versions, see the
111
112
:ref:`java-rs-compatibility` section.
112
113
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
+
113
120
API Documentation
114
121
-----------------
115
122
You can’t perform that action at this time.
0 commit comments