Releases: paritytech/soketto
Releases · paritytech/soketto
v0.8.1
v0.8.0
v0.7.1
v0.7.0
- [added] Added the
handshake::http
module and example usage atexamples/hyper_server.rs
to make using Soketto in conjunction with libraries that use thehttp
types (like Hyper) simpler #45 #48 - [added] Allow setting custom headers on the client to be sent to WebSocket servers when the opening handshake is performed #47
Soketto v0.6
- [changed] Expose the
Origin
headers from the client handshake onClientRequest
#35 - [changed] Update handshake error to expose a couple of new variants (
IncompleteHttpRequest
andSecWebSocketKeyInvalidLength
) #35 - [added] Add
send_text_owned
method toSender
as an optimisation when you can pass an ownedString
in #36 - [updated] Run rustfmt over the repository, and minor tidy up #41