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

Poco::MongoDB: Remove code supporting old wire protocol (deprecated in MongoDB 5.0, removed in 5.1) #4781

Open
matejk opened this issue Nov 25, 2024 · 2 comments

Comments

@matejk
Copy link
Contributor

matejk commented Nov 25, 2024

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.

@ssooffiiaannee
Copy link

I would like to work on this issue.

@matejk
Copy link
Contributor Author

matejk commented Nov 30, 2024

@ssooffiiaannee, thank you for that.

There are few changes already done on the branch origin/4781-deprecated-mongodb.

Please take that and complete it.

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