Compatibility
MongoDB Compatibility
The following compatibility table specifies the recommended version(s) of the MongoDB Go Driver for use with a specific version of MongoDB.
The first column lists the driver version(s).
Go Driver Version | MongoDB 6.0 | MongoDB 5.0 | MongoDB 4.4 | MongoDB 4.2 | MongoDB 4.0 | MongoDB 3.6 | MongoDB 3.4 | MongoDB 3.2 | MongoDB 3.0 | MongoDB 2.6 |
---|---|---|---|---|---|---|---|---|---|---|
1.10 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
1.9 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
1.8 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
1.7 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
1.6 | ✓ [1] | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
1.5 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
1.4 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
1.3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
1.2 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
1.1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
1.0 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
[1] | The 1.6 driver does not support snapshot reads on secondaries. For more information, see the MongoDB Server version 5.0 release notes. |
Language Compatibility
The MongoDB Go Driver requires Go 1.10 or later.