Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-672

Remove bsonx dependency in driver/session

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.4.0
    • Affects Version/s: None
    • Component/s: Core API
    • Labels:
      None

      The main code path for operation execution was updated to use bsoncore during the core API redesign. The big remaining use of bsonx.Doc is for session IDs in the session package. We should change session IDs to be stored as bson.Raw and add an ID method to the mongo.Session interface, something we could not do because it would have exposed bsonx through our stable API.

            Assignee:
            divjot.arora@mongodb.com Divjot Arora (Inactive)
            Reporter:
            kris.brandow@mongodb.com Kristofer Brandow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: