Skip to content

Commit 4243bb8

Browse files
committed
1.10.1 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent ff4aec7 commit 4243bb8

File tree

5 files changed

+38
-2
lines changed

5 files changed

+38
-2
lines changed

NEWS

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
mongo-c-driver 1.10.0
230
=====================
331

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.1-dev
1+
1.10.1

VERSION_RELEASED

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.1

src/libbson/NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
libbson 1.10.0
210
==============
311

src/libmongoc/doc/libbson-objects.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)