Skip to content

Instantly share code, notes, and snippets.

@Grubba27
Last active July 16, 2025 12:18
Show Gist options
  • Save Grubba27/ae928cba5772c9bc5ac5287fa240388a to your computer and use it in GitHub Desktop.
Save Grubba27/ae928cba5772c9bc5ac5287fa240388a to your computer and use it in GitHub Desktop.
Meteor <> MongoDB compat table
Meteor MongoDB Driver Latest Compatible MongoDB MongoDB with all features Oldest supported MongoDB
3.3 6.9.0 8.0 8.0 3.6
3.2 6.9.0 8.0 8.0 3.6
3.1 6.10.0 8.0 8.0 3.6
3.0 4.17.2 8.0 6.0 3.6
2.15 4.17.2 7.0 6.0 3.6
2.14 4.17.2 7.0 6.0 3.6
2.13.3 4.16.0 7.0 6.0 3.6
2.12 4.16.0 7.0 6.0 3.6
2.11 4.14.0 7.0 6.0 3.6
2.10 4.12.1 7.0 6.0 3.6
2.9.1 4.12.1 7.0 6.0 3.6
2.8.2 4.11.0 7.0 6.0 3.6
2.7.3 4.3.1 7.0 5.0 3.6
2.6.1 4.3.1 7.0 5.0 3.6
2.5.8 3.6.10 6.0 4.4 2.6
2.4.1 3.6.10 6.0 4.4 2.6
2.3.7 3.6.10 6.0 4.4 2.6
2.2.4 3.6.6 6.0 4.4 2.6
2.1.2 3.6.2 6.0 4.4 2.6
2.0.1 3.6.2 6.0 4.4 2.6
@Grubba27
Copy link
Author

More can be seen here:
https://www.mongodb.com/docs/drivers/node/current/reference/compatibility/

Earliest Compatible MongoDB means that anything below this number, all MongoDB features are supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment