Skip to content

Commit 1dff4fa

Browse files
committed
1.8.0-rc0 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 1703051 commit 1dff4fa

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

NEWS

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
mongo-c-driver 1.8.0
22
====================
33

4+
* The zLib and Snappy compression libraries are bundled if not available.
5+
Wire protocol compression is enabled on Windows.
46
* mongoc_collection_find_and_modify_with_opts now respects a "writeConcern"
57
field in the "extra" BSON document in its mongoc_find_and_modify_opts_t.
68
* The command functions mongoc_client_read_write_command_with_opts,
@@ -10,12 +12,23 @@ mongo-c-driver 1.8.0
1012
* mongoc_collection_create_index and mongoc_collection_create_index_with_opts
1113
are both now deprecated. Use mongoc_database_write_command_with_opts
1214
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.
1319
* 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.
1423

1524
Thanks to everyone who contributed to the development of this release.
1625

17-
* A name
18-
* Another name
26+
* A. Jesse Jiryu Davis
27+
* Hannes Magnusson
28+
29+
Peace,
30+
31+
A. Jesse Jiryu Davis
1932

2033

2134
mongo-c-driver 1.7.0

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0-dev
1+
1.8.0-rc0

0 commit comments

Comments
 (0)