Skip to content

Commit 128b5df

Browse files
authored
Update NEWS for upcoming 1.25.0 release (#1454)
1 parent 1b0a49a commit 128b5df

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
libmongoc 1.25.0 (Unreleased)
22
=============================
33

4+
Fixes:
5+
6+
* Send `recoveryToken` in transactions when connected to a load balancer.
7+
48
Improvements:
59

610
* Remove optional dependency of libicu.
11+
* Use OP_MSG exhaust for mongod >= 4.2. Enable exhaust cursors for mongos >= 7.1.
12+
* Share cached credentials for SCRAM authentication among all clients to improve performance.
13+
* Use polling monitoring in FaaS environments.
14+
15+
Build Configuration:
16+
17+
* Remove `ENABLE_SRV=AUTO`. Only support boolean values for `ENABLE_SRV`.
718

819
Platform Support:
920

src/libbson/NEWS

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1-
libbson 1.24.4
2-
==============
1+
libbson 1.25.0 (Unreleased)
2+
===========================
33

4-
Fixes:
5-
* Fix libmongoc build failure caused by missing install of `bson-dsl.h`.
4+
New Features:
5+
6+
* Add `bson_array_builder_t`.
67

78
Platform Support:
89

910
* Support for macOS 10.14 is dropped.
1011
* Support for Ubuntu 14.04 is dropped.
1112
* Support for Debian 8.1 is dropped.
1213

14+
15+
libbson 1.24.4
16+
==============
17+
18+
Fixes:
19+
* Fix libmongoc build failure caused by missing install of `bson-dsl.h`.
20+
1321
Thanks to everyone who contributed to the development of this release.
1422

1523
* Kevin Albertson

0 commit comments

Comments
 (0)