File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 14
14
15
15
/installation/
16
16
/get-started/
17
+ /whats-new/
17
18
/tutorials/
18
19
/reference/
19
20
View the Source <https://github.com/mongodb/mongo-java-driver>
@@ -32,6 +33,8 @@ runnable project by following one of the tutorials.
32
33
33
34
- :ref:`javars-get-started`
34
35
36
+ - :ref:`javars-whats-new`
37
+
35
38
- :ref:`javars-tutorials`
36
39
37
40
- :ref:`javars-reference`
Original file line number Diff line number Diff line change
1
+ .. _javars-whats-new:
2
+
3
+ ==========
4
+ What's New
5
+ ==========
6
+
7
+ .. facet::
8
+ :name: genre
9
+ :values: reference
10
+
11
+ .. meta::
12
+ :keywords: update, new feature, deprecation, upgrade
13
+
14
+ .. contents:: On this page
15
+ :local:
16
+ :backlinks: none
17
+ :depth: 1
18
+ :class: singlecol
19
+
20
+ Learn about new features, improvements, and fixes introduced in the
21
+ following versions of the {+driver-long+}:
22
+
23
+ * :ref:`Version 5.1 <javars-version-5.1>`
24
+
25
+ .. _javars-version-5.1:
26
+
27
+ What's New in 5.1
28
+ -----------------
29
+
30
+ .. important:: MongoDB Server v3.6 End-of-Life
31
+
32
+ Support for MongoDB Server v3.6 is deprecated in this
33
+ release and will be removed in the v5.2 release of the driver.
34
+
35
+ To learn about other changes introduced in v5.1, see the :driver:`What's
36
+ New </java/sync/current/whats-new/>` guide in the Java Sync Driver documentation.
You can’t perform that action at this time.
0 commit comments