Skip to content

Commit 1cf7ef1

Browse files
committed
Update NEWS
1 parent a36dcda commit 1cf7ef1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ New features and bug fixes:
1212
* Improved TLS support
1313
* Fixed LibreSSL (libssl) support
1414
* Added LibreSSL (libtls) support
15+
* Fixed Secure Channel build on VS 2010
16+
* OpenSSL now supports SNI (all others already do)
1517
* Additional features for Application Performance Monitoring:
1618
* mongoc_topology_description_has_writable_server
1719
* mongoc_topology_description_has_readable_server
@@ -27,6 +29,17 @@ New features and bug fixes:
2729
* mongoc_server_description_ismaster
2830
* mongoc_server_description_round_trip_time
2931
* 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
3043

3144
Thanks to everyone who contributed to the development of this release.
3245

0 commit comments

Comments
 (0)