File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
- libmongoc 1.28.1 (unreleased)
2
- =============================
1
+ libmongoc 1.28.1
2
+ ================
3
3
4
- Fixed :
4
+ Fixes :
5
5
6
6
* Do not return result in `mongoc_bulkwritereturn_t` if there are no known successful writes.
7
+ * Validate lengths in ill-formed server responses.
8
+ * Do not override read preference when using aggregate with `$out/$merge` with unscanned servers.
9
+ * Remove unexpected warning if `authSource` in TXT record is overriden by URI option.
10
+ * Fix crash when non-existent CA file configured with OpenSSL.
7
11
8
12
libmongoc 1.28.0
9
13
================
Original file line number Diff line number Diff line change 1
- 1.28.1-dev
1
+ 1.28.1
Original file line number Diff line number Diff line change
1
+ libbson 1.28.1
2
+ ==============
3
+
4
+ Fixes:
5
+
6
+ * Fix large string handling in `bson_string_truncate`.
7
+ * Fix possible crash in `bson_value_copy`.
8
+
9
+
10
+ Thanks to everyone who contributed to the development of this release.
11
+
12
+ * Joshua Siegel
13
+ * Kevin Albertson
14
+
15
+
16
+
1
17
libbson 1.28.0
2
18
==============
3
19
You can’t perform that action at this time.
0 commit comments