Skip to content

DOCSP-13874 compatibility table #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@ The first column lists the driver version(s).
Language Compatibility
~~~~~~~~~~~~~~~~~~~~~~

The following compatibility table specifies the recommended version(s) of the
MongoDB Go Driver for use with a specific version of Go.

The first column lists the driver version(s).

.. include:: /includes/language-compatibility-table-go.rst
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 @@ -3,7 +3,8 @@
:stub-columns: 1
:class: compatibility-large

* - Go Driver
* - Go Driver Version
- MongoDB 5.0
- MongoDB 4.4
- MongoDB 4.2
- MongoDB 4.0
Expand All @@ -13,7 +14,41 @@
- MongoDB 3.0
- MongoDB 2.6

* - 1.7
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 1.6
- ✓ [#go-1.6-driver-support]_
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 1.5
-
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

* - 1.4
-
- ✓
- ✓
- ✓
Expand All @@ -24,6 +59,7 @@
- ✓

* - 1.3
-
-
- ✓
- ✓
Expand All @@ -34,6 +70,7 @@
- ✓

* - 1.2
-
-
- ✓
- ✓
Expand All @@ -44,6 +81,7 @@
- ✓

* - 1.1
-
-
- ✓
- ✓
Expand All @@ -54,6 +92,7 @@
- ✓

* - 1.0
-
-
-
- ✓
Expand All @@ -62,3 +101,6 @@
- ✓
- ✓
- ✓

.. [#go-1.6-driver-support] The 1.6 driver does not support snapshot reads on secondaries. For more
information, see the `MongoDB Server version 5.0 release notes <https://docs.mongodb.com/v5.0/release-notes/5.0/#snapshots>`__.