Skip to content

Commit

Permalink
1.28.1 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <kevin.albertson@mongodb.com>
  • Loading branch information
kevinAlbs committed Oct 9, 2024
1 parent 06f176a commit 97f166d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
10 changes: 7 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
libmongoc 1.28.1 (unreleased)
=============================
libmongoc 1.28.1
================

Fixed:
Fixes:

* Do not return result in `mongoc_bulkwritereturn_t` if there are no known successful writes.
* Validate lengths in ill-formed server responses.
* Do not override read preference when using aggregate with `$out/$merge` with unscanned servers.
* Remove unexpected warning if `authSource` in TXT record is overriden by URI option.
* Fix crash when non-existent CA file configured with OpenSSL.

libmongoc 1.28.0
================
Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.1-dev
1.28.1
16 changes: 16 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
libbson 1.28.1
==============

Fixes:

* Fix large string handling in `bson_string_truncate`.
* Fix possible crash in `bson_value_copy`.


Thanks to everyone who contributed to the development of this release.

* Joshua Siegel
* Kevin Albertson



libbson 1.28.0
==============

Expand Down
Binary file modified src/libmongoc/doc/includes/libbson.inv
Binary file not shown.

0 comments on commit 97f166d

Please sign in to comment.