The MongoDB C driver v0.6 has been released.
The most notable improvement to the driver is support for write concern. This required a backward-breaking API change for all four write functions. The new functions prototypes, along with a summary of all changes for this release, are listed in the HISTORY:
You can read more about write concern in the C driver docs:
- Kyle