All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update dependencies.
- Update dependencies.
- BREAKING: Return entire response from setup/3 and setup_await/2, this changes the return type.
- Fixed issues for certain websocket servers that return extra data in the upgrade/setup phase (ws://echo.websocket.events/.ws)
- Fixed defaults for non-TLS connections, was causing
:badarg
with:gen_tcp
- Updated some dependencies
- Rolled back fix from 0.2.3
- Fixed some issues with websocket state
- Fixed some issues with websocket state
- Added some guards
- Fixed some specs
- Updated some docs
- Handle errors a bit better by issuing :stop
- Fixed docs, dialyzer errors, and some specs
- Change Wind.Stream to Wind.Client to keep namespace for future functionality.
- Initial implementation
- includes basic tools to build websocket clients, more to come...