File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
libmongoc 1.25.0 (Unreleased)
2
2
=============================
3
3
4
+ Fixes:
5
+
6
+ * Send `recoveryToken` in transactions when connected to a load balancer.
7
+
4
8
Improvements:
5
9
6
10
* 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`.
7
18
8
19
Platform Support:
9
20
Original file line number Diff line number Diff line change 1
- libbson 1.24.4
2
- ==============
1
+ libbson 1.25.0 (Unreleased)
2
+ ===========================
3
3
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`.
6
7
7
8
Platform Support:
8
9
9
10
* Support for macOS 10.14 is dropped.
10
11
* Support for Ubuntu 14.04 is dropped.
11
12
* Support for Debian 8.1 is dropped.
12
13
14
+
15
+ libbson 1.24.4
16
+ ==============
17
+
18
+ Fixes:
19
+ * Fix libmongoc build failure caused by missing install of `bson-dsl.h`.
20
+
13
21
Thanks to everyone who contributed to the development of this release.
14
22
15
23
* Kevin Albertson
You can’t perform that action at this time.
0 commit comments