SERVER-41994 changed the way we convert KeyString to BSON objects for BinData of type ByteArrayDeprecated. Creating the BSONElement for this type will now try to fix previously improperly made ByteArrayDeprecated elements by the shell. However, this causes a different KeyString to be created when converting from KeyString -> BSON -> KeyString for this type.
- is caused by
-
SERVER-41994 Shell does not add length to BSON binary subtype 2
- Closed
- is related to
-
SERVER-42504 Allow explicit encryption of BinData Subtype 2
- Backlog