Skip to content
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

Incompatible with mongodb >= 5.1 due to usage of deprecated OP_QUERY commands #279

Open
whophil opened this issue Sep 22, 2022 · 2 comments

Comments

@whophil
Copy link

whophil commented Sep 22, 2022

txmongo cannot interact with mongo DB servers with version >= 5.1, due to its usage of the OP_QUERY command.

The OP_QUERY command was deprecated in MongoDB 5.1, according to
https://www.mongodb.com/docs/manual/reference/mongodb-wire-protocol/#ref-op-query-footnote-id4

@IlyaSkriblovsky
Copy link
Contributor

IlyaSkriblovsky commented Sep 22, 2022

There is already a PR on this: #262
But it lacks testing and reviews :( I ceased to use TxMongo in production by myself so it would be great if somebody could test it.

@whophil
Copy link
Author

whophil commented Sep 22, 2022

Thanks @IlyaSkriblovsky ! Sorry I didn't see that.

I also don't use txmongo in production, I'm just poking around here to get CI on a downstream project to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants