Skip to content

Releases: paritytech/soketto

v0.8.0

08 Mar 09:11
v0.8.0
7fee766
Compare
Choose a tag to compare

0.8.0

  • [changed] move to rust 2021 #56
  • [changed] Replace sha-1 v0.9 with sha1 v0.10 #62
  • [changed] Update hyper requirement from v0.14 to v1.0 #99
  • [changed] Update base64 requirement from 0.13 to 0.22 #97
  • [changed] Bump MSRV to 1.71.1.
  • [fixed] doc typo on Client resource field #79

v0.7.1

08 Nov 13:14
d9f05b9
Compare
Choose a tag to compare
  • [fixed] Advance reader when a too big message is received #54

v0.7.0

29 Sep 13:06
feb2204
Compare
Choose a tag to compare
  • [added] Added the handshake::http module and example usage at examples/hyper_server.rs to make using Soketto in conjunction with libraries that use the http 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

15 Jun 11:36
73748e4
Compare
Choose a tag to compare
  • [changed] Expose the Origin headers from the client handshake on ClientRequest #35
  • [changed] Update handshake error to expose a couple of new variants (IncompleteHttpRequest and SecWebSocketKeyInvalidLength) #35
  • [added] Add send_text_owned method to Sender as an optimisation when you can pass an owned String in #36
  • [updated] Run rustfmt over the repository, and minor tidy up #41

Soketto v0.5

27 May 10:14
38f5254
Compare
Choose a tag to compare
  • Update examples to Tokio 1 #27
  • Update deps and remove unnecessary transients #30
  • Add CLOSE reason handling #31
  • Fix handshake with case-sensible servers #32