Skip to content

Commit 8adcc14

Browse files
authored
update NEWS for 1.28.1 (#1759)
1 parent b6d64e5 commit 8adcc14

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

NEWS

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ Platform Support:
1010

1111
* Support for Visual Studio 2013 is dropped.
1212

13-
libmongoc 1.28.1 (unreleased)
14-
=============================
13+
libmongoc 1.28.1
14+
================
1515

16-
Fixed:
16+
Fixes:
1717

1818
* 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.
1923

2024
libmongoc 1.28.0
2125
================

src/libbson/NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Deprecated:
55

66
* `bson_string_t` and associated functions are deprecated and planned for removal in a future major release.
77

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+
822
libbson 1.28.0
923
==============
1024

0 commit comments

Comments
 (0)