-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Summary
The linked ticket to set minWireVersion to 6 did not include associated code clean up. We should clean up the code paths related to minWireVersion < 6 so that we aren't maintaining essentially dead code.
AC
- remove or update any checks for an out of bound version
- update ServerCapabilities to always return true for the corresponding functionalities (and possibly deprecate the properties that always return true)
- update any skipped tests that still have the maxWireVersion set to 4
- update unit_wire_version.test to test the expected bounds
- remove wire protocol messages (e.g. OP_GETMORE, OP_KILLCURSORS)
Follow up requirements
- if deprecating the ServerCapabilities, file a 5.0.0 ticket to remove the deprecated properties or file/add to a bucket 5.0.0 deprecation removal ticket
- related to
-
NODE-3469 Set minWireVersion to 6 (MongoDB 3.6)
- Closed