Skip to content

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

@matejk

Description

@matejk

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions