You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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).
7
7
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.
0 commit comments