Skip to content
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