File tree 3 files changed +25
-2
lines changed
3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
24
mongo-c-driver 1.9.4
2
25
====================
3
26
Original file line number Diff line number Diff line change 1
- 1.9.5-dev
1
+ 1.9.5
Original file line number Diff line number Diff line change 1
- 1.9.4
1
+ 1.9.5
You can’t perform that action at this time.
0 commit comments