Skip to content

update NEWS for 1.28.1 #1759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ Platform Support:

* Support for Visual Studio 2013 is dropped.

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
14 changes: 14 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Deprecated:

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

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