- Improve handling of crashes during WebSock.init/1 calls (#20)
- Support use within Plug.Adapters.Test.Conn based tests
- Support Bandit 1.4+
- Minor mix packaging improvements
- Add a
:max_heap_size
option (#15, thanks @v0idpwn!) - Validate client upgrade request at the time of upgrade (#14)
- Add ability to send preamble frames when closing a connection (#13)
- Improve test coverage (#12)
- Support draining signals as used by Phoenix (#10)
- Allow the sending of some extra options to Cowboy (#9)
- Allow terminate/2 to be optional for Cowboy adapter (#8)
- Allow nil detail reasons when closing connections in Cowboy
- Loosen optional dependency versioning on Bandit
- Add examples to documentation, correct minor typos
- Add support for
:stop
return tuple to specify explicit close code & detail message