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
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
libmongoc 1.25.0 (Unreleased)
=============================

Fixes:

* Send `recoveryToken` in transactions when connected to a load balancer.

Improvements:

* Remove optional dependency of libicu.
* Use OP_MSG exhaust for mongod >= 4.2. Enable exhaust cursors for mongos >= 7.1.
* Share cached credentials for SCRAM authentication among all clients to improve performance.
* Use polling monitoring in FaaS environments.

Build Configuration:

* Remove `ENABLE_SRV=AUTO`. Only support boolean values for `ENABLE_SRV`.

Platform Support:

Expand Down
16 changes: 12 additions & 4 deletions src/libbson/NEWS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I spent a few minutes staring at this, trying to figure out why GitHub would show the diff in such an odd way. After all, it should have been a simple addition of some lines at the top of the file. Then I realized that you had to correct my mistaken inclusion of the platform support item under 1.24.4 (which has already been released) instead of under a new header for the unreleased 1.25.0. Sorry for the trouble and thanks for fixing it up.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah no worries.

Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
libbson 1.24.4
==============
libbson 1.25.0 (Unreleased)
===========================

Fixes:
* Fix libmongoc build failure caused by missing install of `bson-dsl.h`.
New Features:

* Add `bson_array_builder_t`.

Platform Support:

* Support for macOS 10.14 is dropped.
* Support for Ubuntu 14.04 is dropped.
* Support for Debian 8.1 is dropped.


libbson 1.24.4
==============

Fixes:
* Fix libmongoc build failure caused by missing install of `bson-dsl.h`.

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

* Kevin Albertson
Expand Down