-
Type: New Feature
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
We currently have comment and comment_bson fields on some of our options structs to maintain backwards compatibility for users who specified strings for comments before BSON support was introduced. We should remove the comment_bson fields and update the comment fields to be of type Option<Bson> when we do a 3.0 release.