Skip to content

Commit 2a0ea90

Browse files
committed
2.0.1 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent e4d0842 commit 2a0ea90

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

NEWS

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
libmongoc 2.0.1
2+
===============
3+
4+
Fixes:
5+
6+
* 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`).
7+
* Do not set empty partial result on client error for `mongoc_bulkwrite_execute`.
8+
9+
Thanks to everyone who contributed to the development of this release.
10+
11+
* Kevin Albertson
12+
13+
14+
115
libmongoc 2.0.0
216
===============
317

VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1-dev
1+
2.0.1

src/libbson/NEWS

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
13+
114
libbson 2.0.0
215
=============
316

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)