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
* Raise required version of libmongocrypt to 1.10.0 to support In-Use Encryption (corresponds to the CMake option: `ENABLE_CLIENT_SIDE_ENCRYPTION`).
7
7
* A future minor release plans to raise the minimum supported MongoDB Server version from 3.6 to 4.0. This is in accordance with [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
8
8
9
+
Fixes:
10
+
11
+
* Fix possible crash when client is configured with empty password.
12
+
13
+
New Features:
14
+
15
+
* Add database name to command events: `mongoc_apm_command_failed_get_database_name` and `mongoc_apm_command_succeeded_get_database_name`.
16
+
* Support delegated KMIP protocol for In-Use Encryption.
17
+
* Enable setting socket timeout per client.
18
+
19
+
Thanks to everyone who contributed to the development of this release.
0 commit comments