Skip to content

Commit 55a7c20

Browse files
committed
drop support for 3.6
1 parent ce72d3d commit 55a7c20

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

source/compatibility.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ The first column lists the driver version.
2222

2323
.. sharedinclude:: dbx/compatibility-table-legend.rst
2424

25-
.. sharedinclude:: dbx/mongodb-compatibility-table-go.rst
25+
.. include:: /includes/mongodb-compatibility-table-go.rst
2626

2727
Language Compatibility
2828
----------------------
2929

30-
.. sharedinclude:: dbx/language-compatibility-table-go.rst
30+
.. include:: /includes/language-compatibility-table-go.rst
3131

3232
For more information on how to read the compatibility tables, see our guide on
3333
:ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`

source/includes/mongodb-compatibility-table-go.rst

+11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
- MongoDB 4.0
1515
- MongoDB 3.6
1616

17+
* - 2.2
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
-
27+
1728
* - 2.1
1829
- ✓
1930
- ✓

source/whats-new.txt

+9-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,15 @@ Learn what's new in:
4343
What's New in 2.2
4444
-----------------
4545

46-
The 2.2 {+driver-short+} release includes the following improvements
47-
and fixes:
46+
.. important:: Breaking Changes
47+
48+
The {+driver-short+} v2.2 release introduces the following breaking
49+
changes:
50+
51+
- Drops support for {+mdb-server+} v3.6. The minimum supported {+mdb-server+}
52+
version is now v4.0.
53+
54+
This release includes the following improvements and fixes:
4855

4956
- Adds the ``OmitEmpty`` BSON option to globally prevent empty values from
5057
being serialized. To learn more about setting the ``OmitEmpty`` global flag,

0 commit comments

Comments
 (0)