MongoDB C driver 1.1.11 发布,此版本主要是 bug 修复:
Undetected network errors when sending messages to the server
Off-by-one error in mongoc_gridfs_file_seek with mode SEEK_END
Memory leak parsing a URI that contains an invalid option
The libbson submodule's URL now uses the recommended https://, not git://
文档请看:
http://docs.mongodb.org/ecosystem/drivers/c/
libbson 是一个用来解析、构建和迭代 BSON 文档格式的 C 开发包。
软件详情:https://dzone.com/articles/announcing-libbson-and-libmongoc-1111-libraries-fo
下载地址:https://github.com/mongodb/libbson/releases/download/1.1.11/libbson-1.1.11.tar.gz
来自:开源中国社区

