All Versions
30
Latest Version
Avg Release Cycle
61 days
Latest Release
1653 days ago

Changelog History
Page 1

  • v0.9.1

    October 15, 2019
  • v0.9.0

    July 29, 2019
  • v0.8.1

    May 10, 2019
  • v0.8.0 Changes

    February 21, 2019

    ๐Ÿ”‹ Features

    • โšก๏ธ Update rand to 0.6
    • โฌ†๏ธ Upgrade native-tls to 0.2
    • Add a maximal size for fragments exposed via the max_fragment_size setting

    ๐Ÿ› Bug fixes

    • ๐Ÿ“œ Don't try to parse response when the socket not ready
  • v0.7.9 Changes

    October 15, 2018

    ๐Ÿ”‹ Features

    • โšก๏ธ Update openssl to 0.10
    • Implement Debug for Sender
  • v0.7.8 Changes

    August 15, 2018

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed an infinite loop when connections were closed during a handshake

    ๐Ÿ”‹ Features

    • Websocket::from_url will now add an Authorization header if necessary
    • ๐Ÿ‘ Added support for native-tls via the nativetls feature
  • v0.7.7

    June 25, 2018
  • v0.7.3 Changes

    June 07, 2017

    ๐Ÿ› Bug Fixes

    • Issue with on_close called twice
  • v0.7.2 Changes

    June 04, 2017

    ๐Ÿ› Bug Fixes

    • Issue with on_close called in infinite loop
    • Token aliasing resolved
  • v0.7.1 Changes

    April 08, 2017

    ๐Ÿ› Bug Fixes

    • โœ… Issue with openssl buffering causing autobahn test failure with ssl ([d3d6b8be](d3d6b8be))