- Update
tungstenite
andtokio-tungstenite
tov0.24
.
- Update
tungstenite
andtokio-tungstenite
tov0.23
.
- Update
tungstenite
andtokio-tungstenite
tov0.21
.
- Update
hyper
to version1.0
. - Add public
HyperWebsocketStream
type alias.
- Replace
pin-project
withpin-project-lite
.
- Update
tungstenite
andtokio-tungstenite
tov0.20
.
- Update
tungstenite
andtokio-tungstenite
tov0.19
.
- Update
tungstenite
andtokio-tungstenite
tov0.18
.
- Update the example to avoid soon-deprecated
hyper
types.
- Fix the documentation for
tungstenite
0.17.
- Allow arbitrary body types in the
Request
passed toupgrade
.
- Accept either a
Request
or&mut Request
when upgrading a connection.
- Update to
tungstenite
0.17.
- Update to
tungstenite
0.16.
- Fix link in documentation for re-exported
tungstenite
crate.
- Update the example to a full server application.
- Upgrade to
tokio-tungstenite
0.15.
- Remove
sha-1
andbase64
dependency by using upstreamderive_accept_key
.
- Derive
Debug
forHyperWebsocket
to facilitate debugging.
- Replace unsafe code with
pin-project
andtokio::pin!()
.
- Publicly re-export the
hyper
crate. - Upgrade to
tokio-tungstenite
0.14 andtungstenite
0.13.
- Inspect all
Connection
andUpgrade
headers inis_upgrade_request()
. - Inspect all comma separated values in
Connection
headers inis_upgrade_request()
(this was already done forUpgrade
headers).
- Rename
upgrade_requested
tois_upgrade_request
.
- Fix category slug in Cargo manifest.
- Initial release.