Skip to content

Commit 15e085e

Browse files
authored
copy NEWS for 1.24.0 and 1.24.1 (mongodb#1313)
* copy NEWS for 1.24.0 * add NEWS for 1.24.1
1 parent 34ed4ec commit 15e085e

File tree

2 files changed

+81
-4
lines changed

2 files changed

+81
-4
lines changed

NEWS

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
1-
libmongoc 1.24.0 (Unreleased)
2-
=============================
1+
libmongoc 1.24.1
2+
================
3+
4+
Fixes:
5+
6+
* 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.
338

439
Platform Support:
540

@@ -14,6 +49,22 @@ Build Configuration:
1449
If the build script needs to support building arbitrary versions of the C
1550
driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`.
1651

52+
Thanks to everyone who contributed to the development of this release.
53+
54+
* Kevin Albertson
55+
* Ezra Chung
56+
* Colby Pike
57+
* Gil Alon
58+
* Kyle Kloberdanz
59+
* Jeremy Mikola
60+
* Andreas Braun
61+
* Kondaiah Valagonda
62+
* Joshua Siegel
63+
* Roberto C. Sánchez
64+
* Romain Geissler @ Amadeus
65+
* bisht2050
66+
* Adrian Dole
67+
1768
libmongoc 1.23.5
1869
================
1970

src/libbson/NEWS

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,38 @@
1-
libbson 1.24.0 (Unreleased)
2-
===========================
1+
libbson 1.24.1
2+
==============
3+
4+
No changes since 1.24.0. Version incremented to match the libmongoc version.
5+
6+
libbson 1.24.0
7+
==============
8+
9+
New Features:
10+
11+
* Add extended JSON helpers for top-level BSON arrays `bson_array_as_canonical_extended_json` and `bson_array_as_relaxed_extended_json`.
12+
13+
Language Standard Support:
14+
15+
* C89 support has been dropped. C99 is the default tested C standard.
316

417
Platform Support:
518

619
* Support for macOS 10.14 will be dropped in an upcoming release.
720
* Support for Ubuntu 14.04 will be dropped in an upcoming release.
821
* Support for Debian 8.1 will be dropped in an upcoming release.
922

23+
Thanks to everyone who contributed to the development of this release.
24+
25+
* Ezra Chung
26+
* Kevin Albertson
27+
* Colby Pike
28+
* Joshua Siegel
29+
* Jeroen Ooms
30+
* Jean-Marc Le Roux
31+
* Kyle Kloberdanz
32+
* bisht2050
33+
* gopukrishnasIBM
34+
* Charles Pritchard
35+
1036
libbson 1.23.5
1137
==============
1238

0 commit comments

Comments
 (0)