Releases: fastify/fastify-websocket
Releases Β· fastify/fastify-websocket
v3.0.0
- Adding support for hooks/decorators by using FastifyRequest for websocket handlers (#95)
v2.1.0
π PR:
- Bump tsd from 0.13.1 to 0.14.0
- Merge pull request #94 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
- chore: add dependabot automerge (#91)
- Bump find-my-way to 3.0.5 (#93)
- Fix / route with prefix in [email protected] (#98)
v2.0.11
π PR:
- Bump fastify-plugin from 2.3.4 to 3.0.0
- Bump standard from 14.3.4 to 15.0.0
- Bump snazzy from 8.0.0 to 9.0.0
- feat: add stale (#83)
- Bump standard from 15.0.1 to 16.0.1 (#87)
- Setting noServer has no effect (#89)
v2.0.10
π PR:
- Resume connection stream before continuing. (#81)
v2.0.8
π PR:
- Updated dependencies
- fix: Resume connection before continuing. [#77] (#78)
v2.0.7
π PR:
- Added test that covers error inside async handler. (#71)
- Maybe fix types (#73)
v2.0.6
π PR:
- Ensure websocket handler types are only applied to websocket handlers (#68)
v2.0.5
π PR:
- expose fastify server in websocket handlers (#67)
v2.0.4
π PR:
- Send a close to all websocket connections when server closes (#46)