@@ -7,6 +7,7 @@ New features and bug fixes:
7
7
* MongoDB 3.4 Support
8
8
* MaxStalenessMS
9
9
* MongoDB Handshake
10
+ * writeConcern, readConcern, and collation enhancements
10
11
* mongoc_collection_count_with_opts uses the collection's read preference if
11
12
none is passed in
12
13
* Improved TLS support
@@ -17,7 +18,8 @@ New features and bug fixes:
17
18
* Additional features for Application Performance Monitoring:
18
19
* mongoc_topology_description_has_writable_server
19
20
* mongoc_topology_description_has_readable_server
20
- * New command functions accept flexible options as a BSON document:
21
+ * New functions accept flexible options as a BSON document:
22
+ * mongoc_collection_find_with_opts
21
23
* mongoc_client_read_command_with_opts
22
24
* mongoc_client_write_command_with_opts
23
25
* mongoc_client_read_write_command_with_opts
@@ -72,6 +74,11 @@ New features and bug fixes:
72
74
all errors.
73
75
* If mongoc_client_pool_t fails to start its scanner thread in the background,
74
76
it logs and aborts instead of silently continuing, then failing to connect.
77
+ * The driver now updates its view of the whole topology with information from
78
+ each new connection handshake.
79
+ * mongoc_client_set_apm_callbacks can be used repeatedly to change or clear
80
+ the list of monitoring callbacks.
81
+ * Improved error reporting when the driver fails to reach the server.
75
82
76
83
Removed configure flags:
77
84
* --enable-experimental has been removed. All previously experimental
0 commit comments