Description
Currently, when using a change stream, if a user specifies a $replaceRoot modifier, and the document has an _id field, the driver will blindly attempt to convert the _id field returned from the change stream document as a BSON document. When the _id field is an objectid.ObjectID this causes a panic.