1
- Next Release
2
- ============
1
+ mongo-c-driver 1.6.0-rc0
2
+ ========================
3
+
4
+ It is my please to announce mongo-c-driver 1.6.0-rc0.
3
5
4
6
New features and bug fixes:
7
+ * Enterprise authentication on Windows now uses the native GSSAPI library;
8
+ Cyrus SASL is no longer required for enterprise auth on Windows.
9
+ * BSON documents are more thoroughly validated before insert or update.
5
10
* New function mongoc_uri_set_mechanism_properties to replace all the
6
11
authMechanismProperties on an existing URI.
7
12
* mongoc_uri_get_mechanism_properties asserts its inputs are not NULL.
13
+ * For consistency with other MongoDB drivers, mongoc_collection_save is
14
+ deprecated in favor of mongoc_collection_insert or mongoc_collection_update.
15
+ * The driver is now built and continuously tested with MinGW-W64 on Windows.
16
+ * Experimental support for HPUX.
17
+ * The correct operation ids are now passed to Command Monitoring callbacks.
18
+ * Fix a crash if the driver couldn't connect to the server to create an index.
19
+ * The documentation is ported from Mallard XML to ReStructured Text, the
20
+ HTML documentation is restyled, and numerous man page syntax errors fixed.
8
21
* Getter functions for options in mongoc_find_and_modify_opts_t:
9
22
* mongoc_find_and_modify_opts_get_bypass_document_validation
10
23
* mongoc_find_and_modify_opts_get_fields
@@ -13,6 +26,26 @@ New features and bug fixes:
13
26
* mongoc_find_and_modify_opts_get_sort
14
27
* mongoc_find_and_modify_opts_get_update
15
28
29
+ Thanks to everyone who contributed to the development of this release.
30
+
31
+ * A. Jesse Jiryu Davis
32
+ * Hannes Magnusson
33
+ * Aleksander Melnikov
34
+ * Jeroen Ooms
35
+ * Brian McCarthy
36
+ * Jonathan Wang
37
+ * Peter Beckman
38
+ * Remi Collet
39
+ * Rockford Wei
40
+ * Alexey Ponomarev
41
+ * Christopher Wang
42
+ * David Golden
43
+ * Jeremy Mikola
44
+
45
+ Peace,
46
+
47
+ A. Jesse Jiryu Davis
48
+
16
49
17
50
mongo-c-driver 1.5.4
18
51
====================
@@ -97,7 +130,7 @@ Peace,
97
130
mongo-c-driver 1.5.0
98
131
====================
99
132
100
- It is my pleasure to announce the beta release of mongo-c-driver 1.5.0.
133
+ It is my pleasure to announce mongo-c-driver 1.5.0.
101
134
102
135
New features and bug fixes:
103
136
* MongoDB 3.4 Support
0 commit comments