@@ -7,6 +7,7 @@ New features and bug fixes:
77 * MongoDB 3.4 Support
88 * MaxStalenessMS
99 * MongoDB Handshake
10+ * writeConcern, readConcern, and collation enhancements
1011 * mongoc_collection_count_with_opts uses the collection's read preference if
1112 none is passed in
1213 * Improved TLS support
@@ -17,7 +18,8 @@ New features and bug fixes:
1718 * Additional features for Application Performance Monitoring:
1819 * mongoc_topology_description_has_writable_server
1920 * 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
2123 * mongoc_client_read_command_with_opts
2224 * mongoc_client_write_command_with_opts
2325 * mongoc_client_read_write_command_with_opts
@@ -72,6 +74,11 @@ New features and bug fixes:
7274 all errors.
7375 * If mongoc_client_pool_t fails to start its scanner thread in the background,
7476 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.
7582
7683Removed configure flags:
7784 * --enable-experimental has been removed. All previously experimental
0 commit comments