-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: BSON
-
None
-
None
-
None
-
None
-
None
-
None
-
None
BinarySubtype::from currently will put any reserved-but-not-yet-used subtype value (i.e. less than 0x80 but greater than 0x06) into the BinarySubtype::UserDefined variant, instead of a reserved one. We should introduce a BinarySubtype::Reserved variant for this use case.