Skip to content

Commit ad75396

Browse files
committed
update NEWS
1 parent d88b9d1 commit ad75396

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

NEWS

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ Thanks to everyone who contributed to the development of this release.
2828
* Josh Weinstein
2929
* Pierre Mickael Gonzalo
3030

31+
mongo-c-driver 1.17.6
32+
=====================
33+
34+
It is my pleasure to announce the MongoDB C Driver 1.17.6.
35+
36+
Bug fixes:
37+
38+
* Fix possible crash when speculative authentication fails with network error.
39+
40+
Thanks to everyone who contributed to the development of this release.
41+
42+
* Andreas Braun
43+
3144
--Kevin Albertson
3245

3346

@@ -2049,7 +2062,7 @@ These notable bugs have been fixed since 1.1.11:
20492062
authentication failure
20502063
* Off-by-one error in mongoc_gridfs_file_seek with mode SEEK_END
20512064
* The writeConcernErrors field of bulk results is properly formatted.
2052-
* A cursor with a server "hint" sets secondaryOk and / or $readPreference.
2065+
* A cursor with a server "hint" sets slaveOkay and / or $readPreference.
20532066
* Destroying an exhaust cursor must close its socket
20542067
* "wtimeoutms" was ignored for write concerns besides "majority".
20552068
* Bulk write operations might fail in mixed-version sharded clusters with
@@ -2760,7 +2773,7 @@ In this release, you will find the following changes:
27602773
* client command functions can now take a fully qualified namespace.
27612774
* collections can now support names that indicate a command namespace.
27622775
* Commands will no longer fail if they do not contain an "ok" field.
2763-
* OP_QUERY will now set the secondaryOk bit in the wire protocol if
2776+
* OP_QUERY will now set the slaveOk bit in the wire protocol if
27642777
* readPreferences are set to non-PRIMARY.
27652778
* Various documentation and build fixes.
27662779

src/libbson/NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ Thanks to everyone who contributed to the development of this release.
2020

2121
--Kevin Albertson
2222

23+
libbson 1.17.6
24+
==============
25+
26+
It is my pleasure to announce libbson 1.17.6.
27+
28+
No changes since 1.17.5; release to keep pace with libmongoc's version.
29+
30+
-- Kevin Albertson
31+
2332

2433
libbson 1.17.5
2534
==============

0 commit comments

Comments
 (0)