MongoDB Compatibility
The following compatibility table specifies the recommended version or versions of the Kotlin Sync driver for use with a specific version of MongoDB.
The first column lists the driver version.
Important
MongoDB ensures compatibility between the MongoDB Server and the drivers for three years after the server version's end of life (EOL) date. To learn more about the MongoDB release and EOL dates, see MongoDB Software Lifecycle Schedules.
Compatibility Table Legend
Icon | Explanation |
---|---|
✓ | All features are supported. |
⊛ | The driver version will work with the MongoDB version, but not all new MongoDB features are supported. |
✗ | The driver version will not work with the MongoDB version. Attempting to connect to the MongoDB version will result in errors. |
No mark | The driver version is not tested with the MongoDB version. |
Kotlin Driver Version | MongoDB 8.0 | MongoDB 7.0 | MongoDB 6.0 | MongoDB 5.0 | MongoDB 4.2 |
---|---|---|---|---|---|
5.2 to 5.5 | ✓ | ✓ | ✓ | ✓ | ✓ |
4.10 to 5.1 | ⊛ | ✓ | ✓ | ✓ | ✓ |
The driver does not support older versions of MongoDB.
For more information about how to read the compatibility table, see our guide on MongoDB Compatibility Tables.
Language Compatibility
The MongoDB Kotlin Sync Driver requires Kotlin 1.8 or later.
How to Get Help
If you have questions about compatibility, visit the following resources for further guidance:
Ask questions on our MongoDB Community Forums.
Visit our Support Channels.
See Issues & Help.