Skip to content

Releases: kudos/koa-websocket

7.0.0

18 Apr 14:58
Compare
Choose a tag to compare

Breaking Changes

6.0.0

08 Jul 11:03
Compare
Choose a tag to compare

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

23 May 15:33
Compare
Choose a tag to compare

Bugfix

  • Remove accidental addition of npm from dependencies

5.0.0

21 May 21:35
Compare
Choose a tag to compare

Security

  • Upgraded all dependencies, including for ws to fix some security issues.

4.1.0: Improvements

05 Nov 22:53
ff333bb
Compare
Choose a tag to compare

Improvements

  • Added support for passing https server options, enabling wss support - @stripedpajamas

4.0.0

06 May 17:43
Compare
Choose a tag to compare

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

01 Oct 13:00
Compare
Choose a tag to compare
3.0.1 Pre-release
Pre-release

Because NPM wouldn't let me retroactively tag 3.0.0 as next instead of latest.

3.0.0

01 Oct 12:59
Compare
Choose a tag to compare
3.0.0 Pre-release
Pre-release

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

01 Oct 13:04
Compare
Choose a tag to compare

Improvements

  • Bubble up socket errors
  • Minor cleanups

2.0.0

24 Aug 11:56
Compare
Choose a tag to compare

Improvements

  • Bump ws major for DoS fix.