Skip to content

Commit 3428ab8

Browse files
committed
merge 1.2.2 release notes
1 parent 3473d52 commit 3428ab8

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

NEWS

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ New features and changes:
6161
Extensive bugfixes and improvements in GridFS, including:
6262

6363
* 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.
6566
* Optimization for long seeks forward with mongoc_gridfs_file_seek.
6667

6768
Other fixes:
@@ -84,13 +85,20 @@ Thanks to everyone who contributed to this version of libmongoc.
8485
* Matt Cotter
8586
* alexeyvo
8687

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+
8798
Peace,
8899

89100
A. Jesse Jiryu Davis
90101

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-
94102

95103
mongo-c-driver 1.2.1
96104
====================

VERSION_RELEASED

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

0 commit comments

Comments
 (0)