Release 4.16.0 (#341)
This commit is contained in:
parent
721b6fca2e
commit
20ad2665b2
|
|
@ -8,7 +8,7 @@ members = [
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "4.15.0"
|
version = "4.16.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.15.0", path = "./boring-sys" }
|
boring-sys = { version = "4.16.0", path = "./boring-sys" }
|
||||||
boring = { version = "4.15.0", path = "./boring" }
|
boring = { version = "4.16.0", path = "./boring" }
|
||||||
tokio-boring = { version = "4.15.0", path = "./tokio-boring" }
|
tokio-boring = { version = "4.16.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,4 +1,16 @@
|
||||||
|
|
||||||
|
4.16.0
|
||||||
|
- 2025-03-31 Add fips-precompiled feature to support newer versions of FIPS (#338)
|
||||||
|
- 2025-03-18 Document linking to C++ standard library (#335)
|
||||||
|
- 2025-03-18 Revert "Remove "fips-no-compat", decouple "fips-compat" from "fips"" (#334)
|
||||||
|
- 2025-03-11 boring: Disable `SslCurve` API with "fips" feature
|
||||||
|
- 2025-03-11 boring-sys: Ignore patches when boringSSL is precompiled
|
||||||
|
- 2025-03-13 Remove "fips-no-compat", decouple "fips-compat" from "fips"
|
||||||
|
- 2025-03-14 Add feature "fips-no-compat"
|
||||||
|
- 2025-03-10 Advertise X25519MLKEM768 with "kx-client-pq-preferred" (#329)
|
||||||
|
- 2025-03-10 Update to actions/cache@v4 (#328)
|
||||||
|
- 2025-02-28 Add missing release notes entry (#324)
|
||||||
|
|
||||||
4.15.0
|
4.15.0
|
||||||
- 2025-02-27 Expose API to enable certificate compression. (#241)
|
- 2025-02-27 Expose API to enable certificate compression. (#241)
|
||||||
- 2025-02-23 Fix lifetimes in ssl::select_next_proto
|
- 2025-02-23 Fix lifetimes in ssl::select_next_proto
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue