@@ -12,6 +12,8 @@ New features and bug fixes:
12
12
* Improved TLS support
13
13
* Fixed LibreSSL (libssl) support
14
14
* Added LibreSSL (libtls) support
15
+ * Fixed Secure Channel build on VS 2010
16
+ * OpenSSL now supports SNI (all others already do)
15
17
* Additional features for Application Performance Monitoring:
16
18
* mongoc_topology_description_has_writable_server
17
19
* mongoc_topology_description_has_readable_server
@@ -27,6 +29,17 @@ New features and bug fixes:
27
29
* mongoc_server_description_ismaster
28
30
* mongoc_server_description_round_trip_time
29
31
* mongoc_server_description_type
32
+ * Exported symbols are no longer declared in seperate export files.
33
+ This could break ABI with applications using clang, which previously
34
+ exported symbols from the internal private ABI.
35
+ * mongoc no longer crashes when multi roundtrip bulk operation fails.
36
+ * Added support for the new readConcernLevel "linearizable".
37
+
38
+ Removed configure flags:
39
+ * --enable-experimental has been removed and all of its features
40
+ are always available now
41
+ * --enable-hardening has been removed. The flag never actually enabled
42
+ any hardening features and has therefore been removed
30
43
31
44
Thanks to everyone who contributed to the development of this release.
32
45
0 commit comments