Releases: kudos/koa-websocket
Releases · kudos/koa-websocket
6.0.0
Improvement
- Upgrade ws to 7.0.1, which drops support for Node 6.
- Upgrade dev deps to fix a vuln with js-yaml.
5.0.1
Bugfix
- Remove accidental addition of npm from dependencies
5.0.0
Security
- Upgraded all dependencies, including for ws to fix some security issues.
4.1.0: Improvements
Improvements
- Added support for passing https server options, enabling wss support - @stripedpajamas
4.0.0
Note: Koa v2 support is now in master and the default release on npm.
Improvements
- Switch Koa v2 support to master, and moved v1 to the legacy branch.
- Added ability to set websocket options.
- Upgraded to websocket 2.x.
3.0.1
Because NPM wouldn't let me retroactively tag 3.0.0 as next instead of latest.
3.0.0
This is a pre-release for compatibility with Koa 2. Doing npm install koa-websocket will continue to give you 2.x until Koa 2 is stable.
Improvements
Koa 2 compatibility.
2.1.0
Improvements
- Bubble up socket errors
- Minor cleanups
2.0.0
Improvements
- Bump ws major for DoS fix.