Definition of done:
- Document that BSON command and reply byte slices are only valid during the current operation call, function callback, or cursor iteration and must be copied to retain the information for longer.
- mongo.Cursor.Current
- event.CommandStartedEvent.Command
- event.CommandSucceededEvent.Reply
- Ensure that all command and reply byte slices that persist beyond the current operation call use a full copy of the command or reply.
- mongo.CommandError.Raw
- mongo.WriteError.Raw
- mongo.WriteConcernError.Raw
- mongo.WriteException.Raw
- Others?
- is related to
-
GODRIVER-2705 Write a Go Driver 1.x -> 2.0 migration guide
- Closed