Release 4.15.0
This commit is contained in:
parent
9ba00ea586
commit
5e0002bfa8
|
|
@ -8,7 +8,7 @@ members = [
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "4.14.0"
|
version = "4.15.0"
|
||||||
repository = "https://github.com/cloudflare/boring"
|
repository = "https://github.com/cloudflare/boring"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
@ -19,9 +19,9 @@ tag-prefix = ""
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
boring-sys = { version = "4.14.0", path = "./boring-sys" }
|
boring-sys = { version = "4.15.0", path = "./boring-sys" }
|
||||||
boring = { version = "4.14.0", path = "./boring" }
|
boring = { version = "4.15.0", path = "./boring" }
|
||||||
tokio-boring = { version = "4.14.0", path = "./tokio-boring" }
|
tokio-boring = { version = "4.15.0", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
- 2024-01-27 Set CMAKE_BUILD_PARALLEL_LEVEL to available_parallelism
|
||||||
- 2025-02-14 build: Fix the build for 32-bit Linux platform (#312)
|
- 2025-02-14 build: Fix the build for 32-bit Linux platform (#312)
|
||||||
- 2024-11-30 Use corresponds macro
|
- 2024-11-30 Use corresponds macro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue