Skip to content

Commit 97f166d

Browse files
committed
1.28.1 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 06f176a commit 97f166d

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

Diff for: NEWS

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
libmongoc 1.28.1 (unreleased)
2-
=============================
1+
libmongoc 1.28.1
2+
================
33

4-
Fixed:
4+
Fixes:
55

66
* 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.
711

812
libmongoc 1.28.0
913
================

Diff for: VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.28.1-dev
1+
1.28.1

Diff for: src/libbson/NEWS

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
libbson 1.28.0
218
==============
319

Diff for: src/libmongoc/doc/includes/libbson.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)