Skip to content

Update NEWS for 1.23.5 #1298

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 2 commits into from
Jun 6, 2023
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
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
libmongoc 1.23.5
================

Fixes:

* Fix potential crash due to insufficient memory when allocating performance counters.
* Fix compilation error on Android platforms due to missing `aligned_alloc`.
* Return an error if `RewrapManyDataKey` is invoked without a `provider` when a `masterKey` is given.

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

* Kevin Albertson
* Romain Geissler @ Amadeus



libmongoc 1.24.0 (Unreleased)
=============================

Expand All @@ -18,6 +34,7 @@ Thanks to everyone who contributed to the development of this release.
* Kyle Kloberdanz



libmongoc 1.23.3
================

Expand Down
6 changes: 6 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libbson 1.23.5
==============

No changes since 1.23.3. Version incremented to match the libmongoc version.


libbson 1.24.0 (Unreleased)
===========================

Expand Down