Skip to content

Commit

Permalink
Release 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin authored and rushilmehra committed Jul 5, 2024
1 parent d8e821b commit 6ca7b34
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "4.7.0"
version = "4.8.0"
repository = "https://github.com/cloudflare/boring"
edition = "2021"

Expand All @@ -19,9 +19,9 @@ tag-prefix = ""
publish = false

[workspace.dependencies]
boring-sys = { version = "4.7.0", path = "./boring-sys" }
boring = { version = "4.7.0", path = "./boring" }
tokio-boring = { version = "4.7.0", path = "./tokio-boring" }
boring-sys = { version = "4.8.0", path = "./boring-sys" }
boring = { version = "4.8.0", path = "./boring" }
tokio-boring = { version = "4.8.0", path = "./tokio-boring" }

bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
cmake = "0.1.18"
Expand Down
14 changes: 13 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
4.7.0
4.8.0
- 2024-06-28 Expose hmac_sha1 function
- 2024-06-18 Fix workflows file, pin mac os FIPS crossbuild runner to macos-13
- 2024-06-18 clippy: *::max_value() -> *::MAX
- 2024-06-18 Expose X509_check_host
- 2024-06-18 Expose SSL_add1_chain_cert
- 2024-06-18 Expose SSL_{set|clear}_mode
- 2024-06-18 Expose SSL_{get|set}_{max|min}_proto_version
- 2024-06-18 Add APIs to expose client and server cipher lists
- 2024-06-18 Expose SSL_CIPHER_is_aead and SSL_CIPHER_auth_nid
- 2024-06-18 Add NIDs for cipher authentication types
- 2024-06-14 Impl From for SslSignatureAlgorithm
- 2024-03-27 Updates license field to valid SPDX format
- 2024-05-31 Fix crosscompile
- 2024-05-30 Expose hmac_sha256/512 functions

Expand Down

0 comments on commit 6ca7b34

Please sign in to comment.