Skip to content

Commit addfad7

Browse files
committed
1.9.5 Release
Signed-off-by: A. Jesse Jiryu Davis <[email protected]>
1 parent 1d26818 commit addfad7

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

NEWS

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
mongo-c-driver 1.9.5
2+
====================
3+
4+
It is my pleasure to announce mongo-c-driver 1.9.5. This release fixes the following bugs:
5+
6+
* New change streams API functions were not marked extern "C"
7+
* mongoc_collection_watch now accepts a pipeline argument as a BSON array, in
8+
addition to accepting a BSON document with a "pipeline" array field
9+
* Crashes in several change stream error handling paths
10+
* Commands could return false with an empty bson_error_t after a replica set
11+
reconfig
12+
* Network error messages omitted the command name when using OP_MSG
13+
14+
Thanks to everyone who contributed to the development of this release.
15+
16+
* A. Jesse Jiryu Davis
17+
* Kevin Albertson
18+
19+
Peace,
20+
21+
A. Jesse Jiryu Davis
22+
23+
124
mongo-c-driver 1.9.4
225
====================
326

VERSION_CURRENT

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

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.4
1+
1.9.5

0 commit comments

Comments
 (0)