Preston Vasquez
Preston Vasquez
Update documentation for MongoDB to use the official MongoDB Go Driver, rather than the unmaintained `mgo`.
The current implementation of MongoBetween uses a cursor caching solution with N >= 1 Mongos (LB7), so cursors being pinned to servers is acceptable. However, when load-balancing at the TCP...
Add support for joins on `DeleteBuilder`
GODRIVER-3038 ## Summary Add FLE support to IndexView.List and IndexView.Crypt ## Background & Motivation
GODRIVER-2696 ## Summary This PR implements the proposed solution described [here](https://github.com/mongodb/mongo-go-driver/pull/1480#discussion_r1421024693) in the POC PR #1480 with the intention of updating the options pattern to abstract merging. ## Background &...
GODRIVER-2348 # Summary The PR attempts to make CSOT feature-gated behavior the default by dropping support for legacy timeout behavior. ## Workflow Changes ### Remove Contexts From Structs Putting contexts...
GODRIVER-2965 ## Summary Internalize the logic in the description package. ## Background & Motivation Most of the "description" package does not need to be part of the public API. The...
When calling the "Requests()" method on HTTPService, the current design will append the existing requests. It might be best to use an immutable approach to these setters. I.e, something like...
We should add a tutorial.md file to the docs/ directory. The tutorial requires the user to have 1. Docker 2. Go Have the user spin up the project containers and...