We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Poco::MongoDB implements code to support all wire protocols.
Poco::MongoDB
However, old wire protocols were deprecated in version 5.0 and removed in MongoDB version 5.1 (current version is 8.0).
https://www.mongodb.com/docs/manual/legacy-opcodes/#std-label-wire-legacy-opcodes
New wire protocol (the OP_MSG protocol) is available since MongoDB 3.6.
OP_MSG
Support for old wire protocols shall be removed from Poco::MongoDB as it is not available in any supported version anymore.
The text was updated successfully, but these errors were encountered:
I would like to work on this issue.
Sorry, something went wrong.
@ssooffiiaannee, thank you for that.
There are few changes already done on the branch origin/4781-deprecated-mongodb.
Please take that and complete it.
No branches or pull requests
Poco::MongoDB
implements code to support all wire protocols.However, old wire protocols were deprecated in version 5.0 and removed in MongoDB version 5.1 (current version is 8.0).
https://www.mongodb.com/docs/manual/legacy-opcodes/#std-label-wire-legacy-opcodes
New wire protocol (the
OP_MSG
protocol) is available since MongoDB 3.6.Support for old wire protocols shall be removed from
Poco::MongoDB
as it is not available in any supported version anymore.The text was updated successfully, but these errors were encountered: