Skip to content

Commit dfd3aec

Browse files
committed
1.27.0 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 10f68b9 commit dfd3aec

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

NEWS

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
libmongoc 1.27.0 (Unreleased)
2-
=============================
1+
libmongoc 1.27.0
2+
================
33

44
Notes:
55

66
* Raise required version of libmongocrypt to 1.10.0 to support In-Use Encryption (corresponds to the CMake option: `ENABLE_CLIENT_SIDE_ENCRYPTION`).
77
* 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).
88

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.
20+
21+
* Kevin Albertson
22+
* Adrian Dole
23+
* Ezra Chung
24+
* Roberto C. Sánchez
25+
* Scott Hunt
26+
927
libmongoc 1.26.2
1028
================
1129

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.0-dev
1+
1.27.0

src/libbson/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
libbson 1.27.0
2+
==============
3+
4+
No changes since 1.26.2. Version incremented to match the libmongoc version.
5+
16
libbson 1.26.2
27
==============
38

263 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)