Skip to content

Commit

Permalink
DOCSP-42082: server 8.0 compatibility (#374)
Browse files Browse the repository at this point in the history
* DOCSP-42082: server 8.0 compatibility

* use include in master

* QH tech review comment 1
  • Loading branch information
rustagir authored Aug 6, 2024
1 parent 92f0aa5 commit 750a9ab
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ The first column lists the driver version.

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

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

Language Compatibility
----------------------

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

For more information on how to read the compatibility tables, see our guide on
:ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
44 changes: 43 additions & 1 deletion source/includes/mongodb-compatibility-table-go.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:class: compatibility-large

* - Go Driver Version
- MongoDB 8.0
- MongoDB 7.0
- MongoDB 6.1
- MongoDB 6.0
Expand All @@ -16,7 +17,24 @@
- MongoDB 3.2
- MongoDB 3.0
- MongoDB 2.6
* - 1.12 to 1.16

* - 1.18
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-

* - 1.12 to 1.17
- ⊛
- ✓
- ✓
- ✓
Expand All @@ -29,7 +47,9 @@
-
-
-

* - 1.11
- ⊛
- ⊛
- ✓
- ✓
Expand All @@ -42,7 +62,9 @@
-
-
-

* - 1.10
- ⊛
- ⊛
- ⊛
- ✓
Expand All @@ -55,10 +77,12 @@
- ✓
- ✓
- ✓

* - 1.9
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
Expand All @@ -68,10 +92,12 @@
- ✓
- ✓
- ✓

* - 1.8
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
Expand All @@ -81,10 +107,12 @@
- ✓
- ✓
- ✓

* - 1.7
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
Expand All @@ -94,10 +122,12 @@
- ✓
- ✓
- ✓

* - 1.6
- ⊛
- ⊛
- ⊛
- ⊛
- ✓ [#go-1.6-driver-support]_
- ✓
- ✓
Expand All @@ -107,11 +137,13 @@
- ✓
- ✓
- ✓

* - 1.5
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
Expand All @@ -120,11 +152,13 @@
- ✓
- ✓
- ✓

* - 1.4
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
Expand All @@ -133,52 +167,60 @@
- ✓
- ✓
- ✓

* - 1.3
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 1.2
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 1.1
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 1.0
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
Expand Down

0 comments on commit 750a9ab

Please sign in to comment.