Skip to content

Releases: omjadas/hudsucker

v0.22.0

08 May 05:51
Compare
Choose a tag to compare
  • Update hyper
    • Create Body implementation
    • Change how graceful shutdown is specified
  • Update rcgen
  • Update rustls
  • Remove async_trait
  • Fix WebSocketContext

v0.21.0

01 Dec 04:44
Compare
Choose a tag to compare
  • Update hyper-tungstenite
  • Update moka
  • Update rcgen
  • Update tokio-tungstenite
  • Update tracing

v0.20.0

17 May 12:43
Compare
Choose a tag to compare
  • Update async-compression
  • Update hyper-rustls
  • Update hyper-tungstenite
  • Update moka
  • Update tokio-rustls
  • Update tokio-tungstenite

v0.19.4

25 Apr 00:02
Compare
Choose a tag to compare
  • Fix dependency version constraints

v0.19.3

24 Apr 08:40
Compare
Choose a tag to compare
  • Pass underlying Streams and Sinks to WebSocketHandler

v0.19.2

28 Mar 11:15
Compare
Choose a tag to compare
  • Allow HttpHandlers to control the response that is returned to the client when there is an error communicating with the upstream server

v0.19.1

14 Feb 08:14
Compare
Choose a tag to compare
  • Allow HttpHandlers to determine whether a CONNECT request should be intercepted
  • Update moka

v0.19.0

26 Dec 03:29
Compare
Choose a tag to compare
  • Set CN for certificates generated using RcgenAuthority
  • Tunnel unknown protocols to origin server after CONNECT request
  • Add From<Request<Body>> and From<Response<Body>> impls for RequestOrResponse
  • Mark context structs as non_exhaustive
  • Update hyper-tungstenite
  • Update tokio-tungstenite

v0.18.0

10 Aug 09:39
Compare
Choose a tag to compare
  • Only require single websocket handler
  • Allow custom tokio_tungstenite::Connectors to be specified
  • Enable decoder feature when full feature is enabled
  • Rename openssl-certs feature to openssl-ca
  • Rename rcgen-certs feature to rcgen-ca
  • Improve instrumentation
  • Combine Noop handlers
  • Provide default method impls for handler traits
  • Pass CONNECT requests through request handler
  • Various performance improvements

v0.17.2

18 Apr 03:50
Compare
Choose a tag to compare
  • Forward client headers when connecting establishing a WebSocket connection with a server