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