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
* Remove unnecessary assert in bulk API. May result in an abort when creating bulk operations with the `mongoc_bulk_operation_new` API intended for wrapping drivers.
7
+
8
+
Thanks to everyone who contributed to the development of this release.
9
+
10
+
* Kevin Albertson
11
+
12
+
libmongoc 1.24.0
13
+
================
14
+
15
+
New Features:
16
+
17
+
* Support MongoDB server version 7.0.
18
+
* Support updated Queryable Encryption protocol.
19
+
* Introduces backwards breaking changes to the Queryable Encryption protocol. Using Queryable Encryption now requires MongoDB server version 7.0+.
20
+
* Support new Queryable Encryption features.
21
+
* Add `mongoc_client_encryption_create_encrypted_collection` to automatically create data encryption keys when creating a new encrypted collection.
22
+
* Support new security features.
23
+
* Add ability to fetch KMS credentials automatically from Azure, GCP, and AWS environments.
24
+
* Support authentication with KMS AWS temporary credentials.
25
+
* Cache fetched AWS credentials.
26
+
* Support AWS IAM Roles for service accounts, EKS in particular.
27
+
* Retry operations if the connection handshake fails.
28
+
* Add index creation helper: `mongoc_collection_create_indexes_with_opts`.
29
+
30
+
Fixes:
31
+
32
+
* Fix default applied credentials for Kerberos with SSPI on Windows.
33
+
* Fix possible overcounting in Performance Counters used by `mongoc-stat`.
34
+
35
+
Language Standard Support:
36
+
37
+
* C89 support has been dropped. C99 is the default tested C standard.
3
38
4
39
Platform Support:
5
40
@@ -14,6 +49,22 @@ Build Configuration:
14
49
If the build script needs to support building arbitrary versions of the C
15
50
driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`.
16
51
52
+
Thanks to everyone who contributed to the development of this release.
0 commit comments