Releases: omjadas/hudsucker
Releases · omjadas/hudsucker
v0.24.0
- Create separate setters for client and connector when building a
Proxywith_native_tls_clienthas been replaced bywith_native_tls_connectorwith_rustls_clienthas been replaced bywith_rustls_connectorwith_connectorallows a custom connector to be specifiedwith_clientnow takes ahyper_util::client::legacy::Builderinstead of ahyper_util::client::legacy::Client
- Bump msrv to 1.85
- Update
hyper-tungstenite - Update
rand - Update
rcgen(thanks to @atrokhovsergey)RcgenAuthoritymust now be constructed with anrcgen::Issuerinstead of arcgen::KeyPairand arcgen::Certificate
- Update
thiserror - Update
tokio-graceful - Update
tokio-tungstenite
v0.23.0
- Update
hyper-tungstenite - Update
rustls- A
CryptoProvidermust now be provided when instantiating a CA and when callingwith_rustls_client
- A
- Update
tokio-tungstenite ProxyBuilder::buildnow returns aResult
v0.22.0
v0.21.0
v0.20.0
v0.19.4
v0.19.3
v0.19.2
v0.19.1
v0.19.0
- Set
CNfor certificates generated usingRcgenAuthority - Tunnel unknown protocols to origin server after
CONNECTrequest - Add
From<Request<Body>>andFrom<Response<Body>>impls forRequestOrResponse - Mark context structs as
non_exhaustive - Update
hyper-tungstenite - Update
tokio-tungstenite