3 files changed
+6
-1
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Submodule mongo-ruby-driver updated 75 files
- .evergreen/config.yml+61-3
- .evergreen/config/common.yml.erb+51-1
- .evergreen/config/standard.yml.erb+10-2
- .evergreen/run-tests-atlas-full.sh+24
- .evergreen/run-tests-serverless.sh+12-7
- .gitignore+5
- .mod/drivers-evergreen-tools+1-1
- .rubocop.yml+6
- Rakefile+1-154
- docs/index.txt+1-1
- docs/reference/create-client.txt+25-1
- docs/reference/crud-operations.txt+2-2
- docs/release-notes.txt+6
- lib/mongo.rb+1
- lib/mongo/client.rb+25
- lib/mongo/collection.rb+26-2
- lib/mongo/error.rb+1
- lib/mongo/error/invalid_max_connecting.rb+28
- lib/mongo/operation.rb+3
- lib/mongo/operation/create_search_indexes.rb+15
- lib/mongo/operation/create_search_indexes/op_msg.rb+31
- lib/mongo/operation/drop_search_index.rb+15
- lib/mongo/operation/drop_search_index/op_msg.rb+33
- lib/mongo/operation/shared/sessions_supported.rb-1
- lib/mongo/operation/shared/specifiable.rb+7
- lib/mongo/operation/update_search_index.rb+15
- lib/mongo/operation/update_search_index/op_msg.rb+34
- lib/mongo/retryable.rb+2-2
- lib/mongo/retryable/read_worker.rb+7-6
- lib/mongo/retryable/write_worker.rb+5-3
- lib/mongo/search_index/view.rb+232
- lib/mongo/server/connection_pool.rb+100-46
- lib/mongo/server_selector/base.rb+32-6
- lib/mongo/uri/options_mapper.rb+1
- 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
- spec/atlas/atlas_connectivity_spec.rb+1-5
- spec/atlas/operations_spec.rb+1-5
- spec/integration/docs_examples_spec.rb+1-1
- spec/integration/retryable_reads_errors_spec.rb+161-8
- spec/integration/retryable_writes_errors_spec.rb+156
- spec/integration/search_indexes_prose_spec.rb+168
- spec/lite_spec_helper.rb+37-11
- spec/mongo/client_construction_spec.rb+48
- spec/mongo/collection_ddl_spec.rb+8-4
- spec/mongo/collection_spec.rb+8-4
- spec/mongo/protocol/msg_spec.rb+1-62
- spec/mongo/uri/srv_protocol_spec.rb+12
- spec/runners/unified/assertions.rb+16-3
- spec/runners/unified/search_index_operations.rb+63
- spec/runners/unified/test.rb+15-13
- spec/spec_helper.rb+1-1
- spec/spec_tests/data/client_side_encryption/bypassedCommand.yml+5-4
- spec/spec_tests/data/cmap/pool-checkout-minPoolSize-connection-maxConnecting.yml+2-4
- spec/spec_tests/data/index_management/createSearchIndex.yml+62
- spec/spec_tests/data/index_management/createSearchIndexes.yml+83
- spec/spec_tests/data/index_management/dropSearchIndex.yml+42
- spec/spec_tests/data/index_management/listSearchIndexes.yml+85
- spec/spec_tests/data/index_management/updateSearchIndex.yml+45
- spec/spec_tests/data/run_command_unified/runCommand.yml+319
- spec/spec_tests/data/unified/valid-pass/collectionData-createOptions.yml+37
- spec/spec_tests/index_management_unified_spec.rb+13
- spec/spec_tests/run_command_unified_spec.rb+13
- spec/support/spec_config.rb+5
- upload-api-docs+121
0 commit comments