Skip to content

Commit bc822c2

Browse files
committed
NEWS for 1.6.0-rc0
1 parent 4532e15 commit bc822c2

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

NEWS

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
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.
35

46
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.
510
* New function mongoc_uri_set_mechanism_properties to replace all the
611
authMechanismProperties on an existing URI.
712
* 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.
821
* Getter functions for options in mongoc_find_and_modify_opts_t:
922
* mongoc_find_and_modify_opts_get_bypass_document_validation
1023
* mongoc_find_and_modify_opts_get_fields
@@ -13,6 +26,26 @@ New features and bug fixes:
1326
* mongoc_find_and_modify_opts_get_sort
1427
* mongoc_find_and_modify_opts_get_update
1528

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+
1649

1750
mongo-c-driver 1.5.4
1851
====================
@@ -97,7 +130,7 @@ Peace,
97130
mongo-c-driver 1.5.0
98131
====================
99132

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.
101134

102135
New features and bug fixes:
103136
* MongoDB 3.4 Support

0 commit comments

Comments
 (0)