I have a simple app which is doing a db.collection().findOne(), and am seeing the error…
MongoError: Unsupported OP_QUERY command: find. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal
Driver is 3.1.13.
I other similar services running a lower driver version, and these appear to be working fine.