Add:
- mongoc_collection_find_with_opts
- mongoc_bulk_operation_update_with_opts and other bulk functions
- mongoc_client_command_with_opts
Rename "_with_write_concern" functions (introduced in CDRIVER-1322) to "_with_opts", accept a const bson_t opts instead a mongoc_write_concern_t:
- mongoc_collection_create_index_with_opts
- mongoc_collection_drop_index_with_opts
- mongoc_collection_drop_with_opts
- mongoc_collection_rename_with_opts
- mongoc_database_create_collection_with_opts
- mongoc_database_drop_with_opts
- is depended on by
-
CDRIVER-1372 Support providing collation per operation
- Closed