Skip to content

Commit 71e32fe

Browse files
committed
CDRIVER-523 and CDRIVER-657 - update NEWS
1 parent d918125 commit 71e32fe

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

NEWS

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
1-
Libmongoc-1.1.6-dev
2-
===================
1+
mongo-c-driver 1.1.6
2+
====================
3+
4+
It is my pleasure to announce to you the 1.1.6 release of the MongoDB C driver.
5+
6+
This is a patch release with performance enhancements and bug fixes:
7+
8+
* mongoc_bulk_operation_execute now coalesces consecutive update operations
9+
into a single message to a MongoDB 2.6+ server, yielding huge performance
10+
gains. Same for remove operations. (Inserts were always coalesced.)
11+
* Large batches of insert operations are now properly batched according to
12+
number of documents and total data size.
13+
14+
I snuck in a feature:
15+
16+
* mongoc_matcher_t now supports basic subdocument and array matching
17+
18+
Thanks to everyone who contributed to the development of this point release for
19+
libmongoc.
20+
21+
* A. Jesse Jiryu Davis
22+
* Jason Carey
23+
* Kai Mast
24+
* Matt Cotter
25+
26+
Peace,
27+
28+
A. Jesse Jiryu Davis
29+
330

431
mongo-c-driver 1.1.5
532
====================

0 commit comments

Comments
 (0)