Releases: omjadas/hudsucker
Releases · omjadas/hudsucker
v0.23.0
- Update
hyper-tungstenite
- Update
rustls
- A
CryptoProvider
must now be provided when instantiating a CA and when callingwith_rustls_client
- A
- Update
tokio-tungstenite
ProxyBuilder::build
now 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
CN
for certificates generated usingRcgenAuthority
- Tunnel unknown protocols to origin server after
CONNECT
request - Add
From<Request<Body>>
andFrom<Response<Body>>
impls forRequestOrResponse
- Mark context structs as
non_exhaustive
- Update
hyper-tungstenite
- Update
tokio-tungstenite
v0.18.0
- Only require single websocket handler
- Allow custom
tokio_tungstenite::Connector
s to be specified - Enable
decoder
feature whenfull
feature is enabled - Rename
openssl-certs
feature toopenssl-ca
- Rename
rcgen-certs
feature torcgen-ca
- Improve instrumentation
- Combine Noop handlers
- Provide default method impls for handler traits
- Pass
CONNECT
requests through request handler - Various performance improvements