Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for marshaling/unmarshaling of MongoDB's BSON UUID binary format #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 3, 2019

  1. - Implemented bson.Getter/Setter interfaces for correct marshaling/un…

    …marshaling of MongoDB's BSON binary UUID format with new (recommended) UUID as default kind (0x04).
    
    - Introduced SetBSONKind function to make user able to set different BSON kind.
    inliquid committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c514661 View commit details
    Browse the repository at this point in the history
  2. Fix go.mod

    inliquid committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    4fe5cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    ebc0a4d View commit details
    Browse the repository at this point in the history