1 file changed
+1
-1
lines changedSubmodule mongo-ruby-driver updated 60 files
- .evergreen/atlas+1
- .evergreen/config.yml+132-24
- .evergreen/config/axes.yml.erb+14-1
- .evergreen/config/common.yml.erb+92-3
- .evergreen/config/standard.yml.erb+26-20
- .evergreen/provision-local+2-2
- .evergreen/run-deployed-lambda-aws-tests.sh+117
- .evergreen/run-tests-aws-auth.sh+4-1
- .evergreen/run-tests-deployed-lambda.sh+16
- .evergreen/run-tests-serverless.sh+14-8
- .gitignore+3
- .mod/drivers-evergreen-tools+1-1
- .rubocop.yml+4
- Rakefile+1-154
- docs/index.txt+1-1
- docs/reference/driver-compatibility.txt+7
- gemfiles/standard.rb-1
- lib/mongo/cluster.rb+26
- lib/mongo/cluster/topology/base.rb+16
- lib/mongo/collection.rb+3-1
- lib/mongo/collection/view/iterable.rb+1
- lib/mongo/monitoring/event/secure.rb+1-1
- lib/mongo/retryable.rb+2-2
- lib/mongo/retryable/read_worker.rb+7-6
- lib/mongo/retryable/write_worker.rb+5-3
- lib/mongo/server_selector/base.rb+32-6
- lib/mongo/version.rb+1-1
- profile/benchmarking.rb+25-74
- profile/benchmarking/bson.rb+151
- profile/benchmarking/helper.rb+112-10
- profile/benchmarking/micro.rb-107
- profile/benchmarking/percentiles.rb+31
- profile/benchmarking/rake/bson.rake+122
- profile/benchmarking/rake/multi_doc.rake+34
- profile/benchmarking/rake/parallel.rake+36
- profile/benchmarking/rake/single_doc.rake+27
- profile/benchmarking/rake/tasks.rake+11
- profile/benchmarking/summary.rb+56
- release/mri/Dockerfile+1-1
- spec/faas/ruby-sam-app/.gitignore+345
- spec/faas/ruby-sam-app/Gemfile+9
- spec/faas/ruby-sam-app/mongodb/Gemfile+4
- spec/faas/ruby-sam-app/mongodb/app.rb+149
- spec/faas/ruby-sam-app/template.yaml+48
- spec/integration/retryable_reads_errors_spec.rb+161-8
- spec/integration/retryable_writes_errors_spec.rb+156
- spec/mongo/cluster_spec.rb+36
- spec/mongo/collection/view/aggregation_spec.rb+6-1
- spec/mongo/server/connection_spec.rb+4
- spec/runners/unified/assertions.rb+16-3
- spec/runners/unified/crud_operations.rb+12
- spec/shared+1-1
- spec/spec_tests/data/client_side_encryption/explain.yml+2-2
- spec/spec_tests/data/crud_unified/find-test-all-options.yml+348
- spec/spec_tests/data/run_command_unified/runCommand.yml+319
- spec/spec_tests/run_command_unified_spec.rb+13
- spec/spec_tests/sdam_unified_spec.rb+2
- spec/support/constraints.rb+6
- spec/support/recording_logger.rb+27
- upload-api-docs+121
0 commit comments