From 5e0002bfa8f6f605ebc03dbb1351f10936da3793 Mon Sep 17 00:00:00 2001 From: Rushil Mehra Date: Sun, 23 Feb 2025 12:26:55 -0800 Subject: [PATCH] Release 4.15.0 --- Cargo.toml | 8 ++++---- RELEASE_NOTES | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f991597d..ac764ff5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.14.0" +version = "4.15.0" repository = "https://github.com/cloudflare/boring" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { version = "4.14.0", path = "./boring-sys" } -boring = { version = "4.14.0", path = "./boring" } -tokio-boring = { version = "4.14.0", path = "./tokio-boring" } +boring-sys = { version = "4.15.0", path = "./boring-sys" } +boring = { version = "4.15.0", path = "./boring" } +tokio-boring = { version = "4.15.0", path = "./tokio-boring" } bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } bytes = "1" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6cd154c4..dab8569b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,5 +1,16 @@ +4.15.0 +- 2025-02-23 Fix lifetimes in ssl::select_next_proto +- 2025-02-23 Revert cmake bump (for now) as it is overly restrictive (#321) +- 2025-02-21 Introduce a builder pattern for SslEchKeys + make set_ech_keys take a reference (#320) +- 2025-02-21 Revert "Refactor!: Remove strict `TokioIo` response requirement from `hyper_boring::v1::HttpsConnector`" +- 2025-02-21 Revert "Refactor!: Introduce a Cargo feature for optional Hyper 0 support" +- 2025-02-21 Address clippy lints +- 2025-02-21 Actually expose SslEchKeys + 4.14.0 +- 2025-02-19 Bump cmake-rs to improve Mac OS build parallelism +- 2025-02-19 Expose SSL_CTX_set1_ech_keys from SslContextRef - 2024-01-27 Set CMAKE_BUILD_PARALLEL_LEVEL to available_parallelism - 2025-02-14 build: Fix the build for 32-bit Linux platform (#312) - 2024-11-30 Use corresponds macro