File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
mongo-c-driver 1.8.0
2
2
====================
3
3
4
+ * The zLib and Snappy compression libraries are bundled if not available.
5
+ Wire protocol compression is enabled on Windows.
4
6
* mongoc_collection_find_and_modify_with_opts now respects a "writeConcern"
5
7
field in the "extra" BSON document in its mongoc_find_and_modify_opts_t.
6
8
* The command functions mongoc_client_read_write_command_with_opts,
@@ -10,12 +12,23 @@ mongo-c-driver 1.8.0
10
12
* mongoc_collection_create_index and mongoc_collection_create_index_with_opts
11
13
are both now deprecated. Use mongoc_database_write_command_with_opts
12
14
instead; a guide to creating an index using that function has been added.
15
+ * Use select, not WSAPoll, on Windows.
16
+ * Always mark a server "Unknown" after a network error (besides a timeout).
17
+ * mongoc_client_pool_t sends platform metadata to the server; before, only a
18
+ single mongoc_client_t did.
13
19
* New stream method mongoc_stream_timed_out.
20
+ * Wire version checks introduced in 1.8.0 will prevent the driver from
21
+ connecting to a future MongoDB server version if its wire protocol is
22
+ incompatible.
14
23
15
24
Thanks to everyone who contributed to the development of this release.
16
25
17
- * A name
18
- * Another name
26
+ * A. Jesse Jiryu Davis
27
+ * Hannes Magnusson
28
+
29
+ Peace,
30
+
31
+ A. Jesse Jiryu Davis
19
32
20
33
21
34
mongo-c-driver 1.7.0
Original file line number Diff line number Diff line change 1
- 1.8.0-dev
1
+ 1.8.0-rc0
You can’t perform that action at this time.
0 commit comments