We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb3060 commit 3287d5cCopy full SHA for 3287d5c
NEWS
@@ -1,3 +1,11 @@
1
+mongo-c-driver 1.2.0-rc0
2
+========================
3
+
4
+Changes:
5
6
+ * mongoc_client_kill_cursor is now deprecated and will be removed in
7
+ version 2.0.
8
9
mongo-c-driver 1.2.0-beta1
10
==========================
11
src/mongoc/mongoc-client.h
@@ -109,7 +109,7 @@ mongoc_cursor_t *mongoc_client_command (mongoc_client
109
const bson_t *fields,
110
const mongoc_read_prefs_t *read_prefs);
111
void mongoc_client_kill_cursor (mongoc_client_t *client,
112
- int64_t cursor_id);
+ int64_t cursor_id) BSON_GNUC_DEPRECATED;
113
bool mongoc_client_command_simple (mongoc_client_t *client,
114
const char *db_name,
115
const bson_t *command,
0 commit comments