Skip to content

Commit ee50a11

Browse files
authored
DOCSP-38807: mdb 3.6 deprecation (#40)
* DOCSP-388077: mdb 3.6 deprecation * fix * MW fixes * staging
1 parent e47c423 commit ee50a11

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
/bson/
@@ -34,6 +35,8 @@ runnable project by following the :ref:`scala-quickstart` guide.
3435

3536
- :ref:`scala-get-started`
3637

38+
- :ref:`scala-whats-new`
39+
3740
- :ref:`scala-tutorials`
3841

3942
- :ref:`scala-reference`

source/whats-new.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.. _scala-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 <scala-version-5.1>`
24+
25+
.. _scala-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)