File tree Expand file tree Collapse file tree 5 files changed +38
-2
lines changed Expand file tree Collapse file tree 5 files changed +38
-2
lines changed Original file line number Diff line number Diff line change
1
+ mongo-c-driver 1.10.1
2
+ =====================
3
+
4
+ It is my pleasure to announce the MongoDB C Driver 1.10.1. This release fixes
5
+ the following bugs introduced in version 1.10.0:
6
+
7
+ * Client sessions were not prohibited with unacknowledged write concern and
8
+ mongoc_bulk_operation_execute; now they are prohibited. Client sessions have
9
+ been prohibited with all other unacknowledged writes since 1.10.
10
+ * The "arrayFilters" update option, new in MongoDB 3.6 and supported since
11
+ libmongoc 1.9.0, was inadvertently prohibited by
12
+ mongoc_bulk_operation_update_one_with_opts and
13
+ mongoc_bulk_operation_update_many_with_opts in 1.10. The option is now
14
+ permitted again.
15
+ * The mongoc-stat tool for displaying shared counters was disabled on Linux
16
+ and not installed; it is now restored.
17
+
18
+ Thanks to everyone who contributed to the development of this release.
19
+
20
+ * A. Jesse Jiryu Davis
21
+ * Jeremy Mikola
22
+ * Remi Collet
23
+
24
+ Peace,
25
+
26
+ A. Jesse Jiryu Davis
27
+
28
+
1
29
mongo-c-driver 1.10.0
2
30
=====================
3
31
Original file line number Diff line number Diff line change 1
- 1.10.1-dev
1
+ 1.10.1
Original file line number Diff line number Diff line change 1
- 1.10.0
1
+ 1.10.1
Original file line number Diff line number Diff line change
1
+ libbson 1.10.1
2
+ ==============
3
+
4
+ No change since 1.10.0; released to keep pace with libmongoc's version.
5
+
6
+ -- A. Jesse Jiryu Davis
7
+
8
+
1
9
libbson 1.10.0
2
10
==============
3
11
You can’t perform that action at this time.
0 commit comments