Skip to content

v0.24.0

Latest

Choose a tag to compare

@omjadas omjadas released this 02 Oct 09:04
· 5 commits to main since this release
  • Create separate setters for client and connector when building a Proxy
    • with_native_tls_client has been replaced by with_native_tls_connector
    • with_rustls_client has been replaced by with_rustls_connector
    • with_connector allows a custom connector to be specified
    • with_client now takes a hyper_util::client::legacy::Builder instead of a hyper_util::client::legacy::Client
  • Bump msrv to 1.85
  • Update hyper-tungstenite
  • Update rand
  • Update rcgen (thanks to @atrokhovsergey)
    • RcgenAuthority must now be constructed with an rcgen::Issuer instead of a rcgen::KeyPair and a rcgen::Certificate
  • Update thiserror
  • Update tokio-graceful
  • Update tokio-tungstenite