|
| 1 | +mongo-c-driver 0.92.0 |
| 2 | +===================== |
| 3 | + |
| 4 | +The mongo-c-driver team is proud to announce the release of 0.92.0. This |
| 5 | +release is the culimation of a few months work and has many bug fixes and |
| 6 | +new features. It contains over 350 commits from 4 authors since the 0.90.0 |
| 7 | +release. |
| 8 | + |
| 9 | +The mongo-c-driver release tarballs now contain a bundled copy of libbson. |
| 10 | +If you do not have libbson installed or the system installed libbson is too |
| 11 | +old, the bundled copy of libbson will be installed. |
| 12 | + |
| 13 | + * Revamped build system to simplify installation. |
| 14 | + * Windows Vista and newer support. |
| 15 | + * Various GridFS fixes and features. |
| 16 | + * Kerberos support via cyrus-sasl. |
| 17 | + * Various SSL improvements. |
| 18 | + * Support for Solaris 11, FreeBSD 10, RHEL 5+, and SmartOS. |
| 19 | + * A new client side expression matcher to perform basic query processing. |
| 20 | + It can perform queries such as {'field': {'$in': [1,2,3]}}. See |
| 21 | + mongoc_matcher_t for more information. |
| 22 | + * A new socket abstraction for platform independent network sockets. |
| 23 | + * A new mongoc-dump example for how to write a simple mongodump replacement. |
| 24 | + * Counters can use rdtscp instruction on Core iX systems for very fast |
| 25 | + counters. |
| 26 | + * configure has new options. If in doubt, the defaults are sensible. |
| 27 | + * --enable-coverage=yes|no |
| 28 | + * --enable-debug=yes|no |
| 29 | + * --enable-debug-symbols=yes|no |
| 30 | + * --enable-hardening=yes|no |
| 31 | + * --enable-optimizations=yes|no |
| 32 | + * --enable-ssl=yes|no |
| 33 | + * --enable-sasl=yes|no |
| 34 | + * --enable-tracing=yes|no |
| 35 | + * --with-libbson=auto|system|bundled |
| 36 | + |
| 37 | +mongo-c-driver 0.92.0 requires libbson 0.6.4 or newer. |
| 38 | + |
| 39 | +Happy Hacking! |
| 40 | + |
| 41 | + |
1 | 42 | Libmongoc 0.90.0
|
2 | 43 | ================
|
3 | 44 |
|
|
0 commit comments