UUID() shell method should use binary subtype 4

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Minor - P4
    • None
    • Affects Version/s: 2.6.0-rc0
    • Component/s: JavaScript, Shell
    • Minor Change
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              DO NOT USE - Backlog - Platform Team
              Reporter:
              Jeremy Mikola
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: