Details
-
Improvement
-
Status: Closed
-
Minor - P4
-
Resolution: Duplicate
-
2.6.0-rc0
-
None
-
Minor Change
Description
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.
Attachments
Issue Links
- duplicates
-
SERVER-29154 Have mongo shell display and accept UUID as such instead of BinData(4, ...)
-
- Closed
-
- is related to
-
DOCS-1543 UUID BinData subtype
-
- Closed
-