All Versions
30
Latest Version
Avg Release Cycle
61 days
Latest Release
1329 days ago
Changelog History
Page 1
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
forSender
-
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 anAuthorization
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
- Issue with
-
v0.7.2 Changes
June 04, 2017๐ Bug Fixes
- Issue with
on_close
called in infinite loop - Token aliasing resolved
- Issue with
-
v0.7.1 Changes
April 08, 2017๐ Bug Fixes
- โ Issue with openssl buffering causing autobahn test failure with ssl ([d3d6b8be](d3d6b8be))