You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `mongoc_client_find_databases` is removed. Use `mongoc_client_find_databases_with_opts` instead.
65
65
* `mongoc_client_get_max_message_size` is removed.
66
66
* `mongoc_client_get_max_bson_size` is removed.
67
-
* Deprecated API for `mongoc_bulk_operation_t` is removed:
68
-
* `mongoc_bulk_operation_delete` is removed. Use `mongoc_bulk_operation_remove()` instead.
69
-
* `mongoc_bulk_operation_delete_one` is removed. Use `mongoc_bulk_operation_remove_one` instead.
70
-
* `mongoc_bulk_operation_get_hint` is removed. Use `mongoc_bulk_operation_get_server_id` instead.
71
-
* `mongoc_bulk_operation_set_hint` is removed. Use `mongoc_bulk_operation_set_server_id` instead.
72
67
* Deprecated `mongoc_apm_command_*_get_server_connection_id` functions are removed. Use `mongoc_apm_command_*_get_server_connection_id_int64` instead.
73
68
* Deprecated index management API is removed:
74
69
* `mongoc_collection_create_index_with_opts`, `mongoc_collection_create_index`, and `mongoc_collection_ensure_index` are removed. Use `mongoc_collection_create_indexes_with_opts` instead.
@@ -99,6 +94,9 @@ Unreleased (2.0.0)
99
94
* `mongoc_bulk_operation_t`
100
95
* `mongoc_collection_stats` is removed. Use the [$collStats aggregation pipeline stage](https://www.mongodb.com/docs/manual/reference/operator/aggregation/collStats/) with `mongoc_collection_aggregate` instead.
101
96
* `mongoc_collection_validate` is removed. Run the [validate](https://www.mongodb.com/docs/manual/reference/command/validate/) command directly with `mongoc_client_read_command_with_opts` instead.
97
+
* Deprecated API for `mongoc_database_t` is removed:
98
+
* `mongoc_database_find_collections` is removed. Use `mongoc_database_find_collections_with_opts` instead.
99
+
* `mongoc_database_get_collection_names` is removed. Use `mongoc_database_get_collection_names_with_opts` instead.
102
100
103
101
### Forwarding headers (`#include <bson.h>` and `#include <mongoc.h>`)
0 commit comments