Skip to content

Commit 7522d03

Browse files
committed
1.6.1 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 3d36bbb commit 7522d03

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

NEWS

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
mongo-c-driver 1.6.1
2+
====================
3+
4+
It is my pleasure to announce mongo-c-driver 1.6.1. This is a bugfix release:
5+
6+
* Correct the rules to parse localThresholdMS option from the MongoDB URI.
7+
* Prevent crash in mongoc_cursor_destroy if "query" or "filter" are invalid.
8+
* Include a file, mongoc-cluster-sspi.c, that had been omitted from the
9+
release archive.
10+
* Fix logic bugs in mongoc_bulk_operation_t validation code.
11+
12+
Thanks to everyone who contributed to the development of this release.
13+
14+
* A. Jesse Jiryu Davis
15+
* Jeremy Mikola
16+
* Remi Collet
17+
18+
Peace,
19+
20+
A. Jesse Jiryu Davis
21+
22+
123
mongo-c-driver 1.6.0
224
====================
325

VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1-dev
1+
1.6.1

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

0 commit comments

Comments
 (0)