-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update to MongoDB 5 #6383
Update to MongoDB 5 #6383
Comments
There are some significant breaking changes between the 4.x driver (which is required for 5) and the current 3.x driver None of them are crazy hard to fix but the current code will absolutely not work with 4.x |
The two major changes I encountered was:
|
Wow, changes like this are hard to understand. |
I wonder if we could just provide an easy migration path here to keep compatibility. Especially regarding that case of That way required changes could be limited to api-core and other packages could be migrated gradually. |
Just coming back to this to say that these changes go even deeper because RC relies on certain elements of the Mongo driver that no longer exist. This affects how pagination works and a bunch of things. This will need to be a significant engineering effort |
That being said Mongo 4.4 is not End of Life until Feb of 2024 |
MongoDB 4.2 will reach EOD soon. We should update to MongoDB 5 (if there are even breaking changes at all).
The text was updated successfully, but these errors were encountered: