|
Author:
{'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}
Message: MONGOCRYPT-429 process create, collMod, and createIndexes commands (#341)
- do not bypass create, collMod, or createIndexes
- do not append encryptionInformation for create, collMod, or createIndexes in the final command.
- skip the MONGOCRYPT_CTX_NEED_MONGO_COLLINFO state for the create command
- run isMaster on mongocryptd for "create" and "createIndexes" to determine if the maxWireVersion supports the "create" or "createIndexes" command.
|