File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change 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
+
3
30
4
31
mongo-c-driver 1.1.5
5
32
====================
You can’t perform that action at this time.
0 commit comments