Skip to content

Commit 1e39a8b

Browse files
authored
update NEWS for 1.30.4 and 2.0.1 (#2007)
1 parent 1040823 commit 1e39a8b

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

NEWS

+26
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ libmongoc 2.1.0 (Unreleased)
55

66
* The minimum supported MongoDB Server version is raised from 4.0 to 4.2. This is in accordance with [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
77

8+
libmongoc 2.0.1
9+
===============
10+
11+
Fixes:
12+
13+
* Fix username handling for MONGODB-X509 authentication when C driver is configured to use Secure Transport (CMake option `ENABLE_SSL=DARWIN`) or Secure Channel (CMake option `ENABLE_SSL=WINDOWS`).
14+
* Do not set empty partial result on client error for `mongoc_bulkwrite_execute`.
15+
16+
Thanks to everyone who contributed to the development of this release.
17+
18+
* Kevin Albertson
19+
20+
21+
libmongoc 1.30.4
22+
================
23+
24+
Fixes:
25+
26+
* Fix username handling for MONGODB-X509 authentication when C driver is configured to use Secure Transport (CMake option `ENABLE_SSL=DARWIN`) or Secure Channel (CMake option `ENABLE_SSL=WINDOWS`).
27+
* Do not set empty partial result on client error for `mongoc_bulkwrite_execute`.
28+
29+
Thanks to everyone who contributed to the development of this release.
30+
31+
* Kevin Albertson
32+
33+
834
libmongoc 1.30.3
935
================
1036

src/libbson/NEWS

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
libbson 2.0.1
2+
=============
3+
4+
Fixes:
5+
6+
* Fix CMake configure error on macOS with CMake 4.
7+
8+
Thanks to everyone who contributed to the development of this release.
9+
10+
* Kevin Albertson
11+
12+
libbson 1.30.4
13+
==============
14+
15+
No changes since 1.30.3. Version incremented to match the libmongoc version.
16+
17+
118
libbson 1.30.3
219
==============
320

0 commit comments

Comments
 (0)