|
Author:
{'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}
Message: Remove MongoDB 3.4 support
- Remove wire version check for including cursor field in aggregate command
- Remove wire version check for retryable reads and writes
- Remove wire version check for use OP_INSERT/UPDATE/DELETE for unacknowledged writes
- Remove dead code that supported OP_INSERT/UPDATE/DELETE
- Simplify CommandMessage to assume OP_QUERY is not used with payloads
(because it's not only used to send the isMaster command)
JAVA-4299
Branch: master
https://github.com/mongodb/mongo-java-driver/commit/b602a79cf3bda96f29135dfa318d81983f9b0442
|