-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: increase mongodb version #443
Conversation
This reverts commit dd3452c.
@harazdovskiy could you please take a look if nothing breaks, tests pass, and publish a new version? |
Checked locally, merging! Thanks @icco for being patient and crafting this pull request❤️ |
Thank you! |
Thank you! Unfortunately, the test cases I implemented now no longer work as before when switching from mongodb driver 5.9.1 to 6.3.0. I have several test cases and it would be complicated to report them but some queries return "undefined", does this happen to others too? |
Did you follow Mongo's upgrade documentation? https://www.mongodb.com/docs/drivers/node/current/upgrade/#version-6.x-breaking-changes we're still rolling out, but some of the return objects have changed. |
Yes of course, when I run tests on a real mongodb database (v.7) everything works as expected |
Interesting, I haven't seen that yet. Let's create a new issue and try and figure it out? |
This does a few things: