File tree 3 files changed +22
-4
lines changed
3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ The first column lists the driver version.
22
22
23
23
.. sharedinclude:: dbx/compatibility-table-legend.rst
24
24
25
- .. sharedinclude :: dbx /mongodb-compatibility-table-go.rst
25
+ .. include :: /includes /mongodb-compatibility-table-go.rst
26
26
27
27
Language Compatibility
28
28
----------------------
29
29
30
- .. sharedinclude :: dbx /language-compatibility-table-go.rst
30
+ .. include :: /includes /language-compatibility-table-go.rst
31
31
32
32
For more information on how to read the compatibility tables, see our guide on
33
33
:ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
Original file line number Diff line number Diff line change 14
14
- MongoDB 4.0
15
15
- MongoDB 3.6
16
16
17
+ * - 2.2
18
+ - ✓
19
+ - ✓
20
+ - ✓
21
+ - ✓
22
+ - ✓
23
+ - ✓
24
+ - ✓
25
+ - ✓
26
+ -
27
+
17
28
* - 2.1
18
29
- ✓
19
30
- ✓
Original file line number Diff line number Diff line change @@ -43,8 +43,15 @@ Learn what's new in:
43
43
What's New in 2.2
44
44
-----------------
45
45
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:
48
55
49
56
- Adds the ``OmitEmpty`` BSON option to globally prevent empty values from
50
57
being serialized. To learn more about setting the ``OmitEmpty`` global flag,
You can’t perform that action at this time.
0 commit comments