Skip to content

Commit

Permalink
Bump projects/mongo-go-driver from 78b0f61 to 91abd88
Browse files Browse the repository at this point in the history
Bumps [projects/mongo-go-driver](https://github.com/mongodb/mongo-go-driver) from `78b0f61` to `91abd88`.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@78b0f61...91abd88)

---
updated-dependencies:
- dependency-name: projects/mongo-go-driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 4799e1b commit 4a79bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mongo-go-driver
Submodule mongo-go-driver updated 69 files
+184 −274 .evergreen/config.yml
+2 −0 .evergreen/setup-system.sh
+0 −1 .github/reviewers.txt
+55 −0 .github/workflows/create-release-branch.yml
+18 −5 Taskfile.yml
+19 −18 etc/compile_check.sh
+28 −0 etc/run-azurekms-test.sh
+28 −0 etc/run-gcpkms-test.sh
+4 −4 etc/run-mongodb-aws-test.sh
+37 −0 etc/run-oidc-remote-test.sh
+2 −1 etc/run_docker.sh
+61 −51 etc/setup-test.sh
+4 −4 examples/_logger/logrus/go.mod
+8 −8 examples/_logger/logrus/go.sum
+3 −3 examples/_logger/zap/go.mod
+6 −6 examples/_logger/zap/go.sum
+4 −4 examples/_logger/zerolog/go.mod
+8 −8 examples/_logger/zerolog/go.sum
+3 −3 go.mod
+6 −6 go.sum
+68 −10 internal/cmd/benchmark/benchmark_test.go
+4 −71 internal/cmd/benchmark/go.mod
+6 −570 internal/cmd/benchmark/go.sum
+3 −3 internal/cmd/compilecheck/go.mod
+6 −6 internal/cmd/compilecheck/go.sum
+3 −3 internal/cmd/faas/awslambda/mongodb/go.mod
+6 −6 internal/cmd/faas/awslambda/mongodb/go.sum
+5 −0 internal/driverutil/description.go
+2 −2 internal/integration/client_test.go
+3 −2 internal/integration/collection_test.go
+5 −4 internal/integration/mtest/mongotest.go
+38 −49 mongo/options/aggregateoptions.go
+2 −0 mongo/options/autoencryptionoptions.go
+15 −20 mongo/options/bulkwriteoptions.go
+46 −64 mongo/options/changestreamoptions.go
+2 −0 mongo/options/clientencryptionoptions.go
+21 −25 mongo/options/collectionoptions.go
+22 −24 mongo/options/countoptions.go
+101 −120 mongo/options/createcollectionoptions.go
+5 −4 mongo/options/datakeyoptions.go
+20 −23 mongo/options/dboptions.go
+50 −50 mongo/options/deleteoptions.go
+12 −9 mongo/options/distinctoptions.go
+4 −3 mongo/options/dropcollectionoptions.go
+59 −55 mongo/options/encryptoptions.go
+6 −3 mongo/options/estimatedcountoptions.go
+260 −302 mongo/options/findoptions.go
+69 −71 mongo/options/gridfsoptions.go
+134 −111 mongo/options/indexoptions.go
+24 −24 mongo/options/insertoptions.go
+12 −12 mongo/options/listcollectionsoptions.go
+9 −9 mongo/options/listdatabasesoptions.go
+13 −15 mongo/options/loggeroptions.go
+34 −37 mongo/options/replaceoptions.go
+7 −6 mongo/options/rewrapdatakeyoptions.go
+5 −3 mongo/options/runcmdoptions.go
+2 −0 mongo/options/serverapioptions.go
+16 −15 mongo/options/sessionoptions.go
+13 −13 mongo/options/transactionoptions.go
+76 −86 mongo/options/updateoptions.go
+11 −3 mongo/session.go
+11 −1 testdata/index-management/createSearchIndex.json
+7 −1 testdata/index-management/createSearchIndex.yml
+11 −1 testdata/index-management/createSearchIndexes.json
+7 −1 testdata/index-management/createSearchIndexes.yml
+27 −26 x/mongo/driver/drivertest/opmsg_deployment.go
+59 −0 x/mongo/driver/drivertest/opmsg_deployment_test.go
+1 −1 x/mongo/driver/topology/fsm.go
+1,001 −997 x/mongo/driver/topology/pool_test.go

0 comments on commit 4a79bbe

Please sign in to comment.