File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,19 @@ Thanks to everyone who contributed to the development of this release.
28
28
* Josh Weinstein
29
29
* Pierre Mickael Gonzalo
30
30
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
+
31
44
--Kevin Albertson
32
45
33
46
@@ -2049,7 +2062,7 @@ These notable bugs have been fixed since 1.1.11:
2049
2062
authentication failure
2050
2063
* Off-by-one error in mongoc_gridfs_file_seek with mode SEEK_END
2051
2064
* 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.
2053
2066
* Destroying an exhaust cursor must close its socket
2054
2067
* "wtimeoutms" was ignored for write concerns besides "majority".
2055
2068
* Bulk write operations might fail in mixed-version sharded clusters with
@@ -2760,7 +2773,7 @@ In this release, you will find the following changes:
2760
2773
* client command functions can now take a fully qualified namespace.
2761
2774
* collections can now support names that indicate a command namespace.
2762
2775
* 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
2764
2777
* readPreferences are set to non-PRIMARY.
2765
2778
* Various documentation and build fixes.
2766
2779
Original file line number Diff line number Diff line change @@ -20,6 +20,15 @@ Thanks to everyone who contributed to the development of this release.
20
20
21
21
--Kevin Albertson
22
22
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
+
23
32
24
33
libbson 1.17.5
25
34
==============
You can’t perform that action at this time.
0 commit comments