Skip to content

Commit

Permalink
1.27.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <kevin.albertson@mongodb.com>
  • Loading branch information
kevinAlbs committed May 1, 2024
1 parent 10f68b9 commit dfd3aec
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
22 changes: 20 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
libmongoc 1.27.0 (Unreleased)
=============================
libmongoc 1.27.0
================

Notes:

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

Fixes:

* Fix possible crash when client is configured with empty password.

New Features:

* Add database name to command events: `mongoc_apm_command_failed_get_database_name` and `mongoc_apm_command_succeeded_get_database_name`.
* Support delegated KMIP protocol for In-Use Encryption.
* Enable setting socket timeout per client.

Thanks to everyone who contributed to the development of this release.

* Kevin Albertson
* Adrian Dole
* Ezra Chung
* Roberto C. Sánchez
* Scott Hunt

libmongoc 1.26.2
================

Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.0-dev
1.27.0
5 changes: 5 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libbson 1.27.0
==============

No changes since 1.26.2. Version incremented to match the libmongoc version.

libbson 1.26.2
==============

Expand Down
Binary file modified src/libmongoc/doc/includes/libbson.inv
Binary file not shown.

0 comments on commit dfd3aec

Please sign in to comment.