diff --git a/NEWS b/NEWS index 9f9dcc1a63b..f55ea533ee9 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/src/libbson/NEWS b/src/libbson/NEWS index 33c70885c6f..0050cf06a87 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -1,8 +1,9 @@ -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: @@ -10,6 +11,13 @@ Platform Support: * 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