-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.6.0-rc0
-
Component/s: JavaScript, Shell
-
Minor Change
Currently, the UUID() method creates binary data with subtype 3, which is deprecated.
> UUID('0123456789abcdeffedcba9876543210') BinData(3,"ASNFZ4mrze/+3LqYdlQyEA==") >
Subtype 4 should be used, and we should ensure that the generated UUID is compliant with RFC 4122. See DOCS-1543 and related driver tickets (e.g. Java, C#, and Python) for additional information.
- duplicates
-
SERVER-29154 Have mongo shell display and accept UUID as such instead of BinData(4, ...)
- Closed