File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ New features and changes:
61
61
Extensive bugfixes and improvements in GridFS, including:
62
62
63
63
* Handle seeking, reading, and writing past the end of a GridFS file.
64
- * Better error reporting if a GridFS file has missing chunks.
64
+ * If a GridFS chunk is missing, mongoc_gridfs_file_readv sets file->error to
65
+ domain MONGOC_ERROR_GRIDFS and a new code MONGOC_ERROR_GRIDFS_CHUNK_MISSING.
65
66
* Optimization for long seeks forward with mongoc_gridfs_file_seek.
66
67
67
68
Other fixes:
@@ -84,13 +85,20 @@ Thanks to everyone who contributed to this version of libmongoc.
84
85
* Matt Cotter
85
86
* alexeyvo
86
87
88
+
89
+ mongo-c-driver 1.2.2
90
+ ====================
91
+
92
+ It is my pleasure to announce to you the MongoDB C driver 1.2.2.
93
+
94
+ This release fixes a rare bug where the driver can direct reads to hidden
95
+ secondaries unintentionally. It also includes fixes and improvements to the
96
+ build system.
97
+
87
98
Peace,
88
99
89
100
A. Jesse Jiryu Davis
90
101
91
- * If a GridFS chunk is missing, mongoc_gridfs_file_readv sets file->error to
92
- domain MONGOC_ERROR_GRIDFS and a new code MONGOC_ERROR_GRIDFS_CHUNK_MISSING.
93
-
94
102
95
103
mongo-c-driver 1.2.1
96
104
====================
Original file line number Diff line number Diff line change 1
- 1.2.1
1
+ 1.2.2
You can’t perform that action at this time.
0 commit comments