We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af574ec commit 16a725aCopy full SHA for 16a725a
NEWS
@@ -1,7 +1,7 @@
1
-mongo-c-driver 1.6.0-rc0
2
-========================
+mongo-c-driver 1.6.0
+====================
3
4
-It is my please to announce mongo-c-driver 1.6.0-rc0.
+It is my please to announce mongo-c-driver 1.6.0.
5
6
New features and bug fixes:
7
* Enterprise authentication on Windows now uses the native GSSAPI library;
@@ -25,6 +25,7 @@ New features and bug fixes:
25
* mongoc_find_and_modify_opts_get_max_time_ms
26
* mongoc_find_and_modify_opts_get_sort
27
* mongoc_find_and_modify_opts_get_update
28
+ * All public functions now have the __cdecl calling convention on Windows.
29
30
Thanks to everyone who contributed to the development of this release.
31
0 commit comments