Skip to content

Commit 3283392

Browse files
authored
DOCSP-38806: mdb 3.6 deprecation (#29)
1 parent f2f3ac9 commit 3283392

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/installation/
1616
/get-started/
17+
/whats-new/
1718
/tutorials/
1819
/reference/
1920
View the Source <https://github.com/mongodb/mongo-java-driver>
@@ -32,6 +33,8 @@ runnable project by following one of the tutorials.
3233

3334
- :ref:`javars-get-started`
3435

36+
- :ref:`javars-whats-new`
37+
3538
- :ref:`javars-tutorials`
3639

3740
- :ref:`javars-reference`

source/whats-new.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.

0 commit comments

Comments
 (0)