forked from mongodb/mongo-c-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
60 lines (48 loc) · 2.3 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
mongo-c-driver 0.92.0
=====================
The mongo-c-driver team is proud to announce the release of 0.92.0. This
release is the culimation of a few months work and has many bug fixes and
new features. It contains over 350 commits from 4 authors since the 0.90.0
release.
The mongo-c-driver release tarballs now contain a bundled copy of libbson.
If you do not have libbson installed or the system installed libbson is too
old, the bundled copy of libbson will be installed.
* Revamped build system to simplify installation.
* Windows Vista and newer support.
* Various GridFS fixes and features.
* Kerberos support via cyrus-sasl.
* Various SSL improvements.
* Support for Solaris 11, FreeBSD 10, RHEL 5+, and SmartOS.
* A new client side expression matcher to perform basic query processing.
It can perform queries such as {'field': {'$in': [1,2,3]}}. See
mongoc_matcher_t for more information.
* A new socket abstraction for platform independent network sockets.
* A new mongoc-dump example for how to write a simple mongodump replacement.
* Counters can use rdtscp instruction on Core iX systems for very fast
counters.
* configure has new options. If in doubt, the defaults are sensible.
* --enable-coverage=yes|no
* --enable-debug=yes|no
* --enable-debug-symbols=yes|no
* --enable-hardening=yes|no
* --enable-optimizations=yes|no
* --enable-ssl=yes|no
* --enable-sasl=yes|no
* --enable-tracing=yes|no
* --with-libbson=auto|system|bundled
mongo-c-driver 0.92.0 requires libbson 0.6.4 or newer.
Happy Hacking!
Libmongoc 0.90.0
================
This is the initial release of the new Libmongoc. We chose 0.90.0 for the
release version to differentiate ourselves from the, now legacy, version of
libmongoc. We will rapidly work towards reaching an API/ABI stable library fit
for a 1.0.0 release.
Libmongoc is Apache licensed so it can be embedded in a multitude of scenarios.
The API of 0.90.0 is completely different from the previous versions. We think
this allowed us to create a high-quality library that you will enjoy using in
your applications.
Many outstanding bugs were closed in the process of creating Libbson 0.90.0. So
if you had a pet issue, please take a look to see if it was resolved as part of
this effort!
Thanks, and enjoy developing your applications with libmongoc!