You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,18 @@ npm install mongodb-legacy
67
67
We recommend replacing your `mongodb` dependency with this one.
68
68
This package uses caret semver range for the main `mongodb` package, (ex. `^4.10.0`) which will adopt minor version bumps as they are released.
69
69
70
-
The next major release of the driver (v5) will drop support for callbacks.
71
-
This package will also have a major release at that time to update the dependency requirement to `^5.0.0`.
72
-
Users can expect to be able to upgrade to `v5` adopting the changes and features shipped in that version while using this module to maintain any callback code they still need to work on migrating.
70
+
Users can expect to be able to upgrade to `v5` or later adopting the changes and features shipped in that version while using this module to maintain any callback code they still need to work on migrating.
71
+
72
+
#### MongoDB Node.js Driver Version Compatibility Table
73
+
74
+
The following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
0 commit comments