Releases: fastify/fastify-websocket
Releases · fastify/fastify-websocket
v4.2.2
What's Changed
- Bump tsd from 0.19.1 to 0.20.0 by @dependabot in #187
- Add
request.ws
to type definitions by @airhorns in #188
Full Changelog: v4.2.1...v4.2.2
v4.2.1
v4.2.0
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #178
- Bump actions/setup-node from 2 to 3 by @dependabot in #177
- Add
req.ws
by @a-a-GiTHuB-a-a in #163
New Contributors
- @a-a-GiTHuB-a-a made their first contribution in #163
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #148
- Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #151
- Bump @types/ws from 7.4.7 to 8.2.0 by @dependabot in #150
- Bump tsd from 0.17.0 to 0.18.0 by @dependabot in #152
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #154
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #156
- Bump tsd from 0.18.0 to 0.19.0 by @dependabot in #157
- Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #158
- Bump split2 from 3.2.2 to 4.1.0 by @dependabot in #155
- Document installing @types/ws for TS users by @airhorns in #160
- Bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #161
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #164
- Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #165
- test: prepare plugin for fastify 4.x by @darkgl0w in #166
- Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #168
- Update yarn add commands in Readme by @dawidjaniga in #171
- automatic PR by @Eomm in #172
- test: add back
preParsing
hook tests by @darkgl0w in #173 - build: reduce dependabot update frequency by @Fdawgs in #174
- Ensure that hooks and error handlers can send standard HTTP replies by @airhorns in #175
- Generic route options by @airhorns in #176
New Contributors
- @dawidjaniga made their first contribution in #171
Full Changelog: v4.0.0...v4.1.0
v4.0.0
v3.2.2
v3.2.1
What's Changed
- flaky test by @mcollina in #123
- Bump tsd from 0.14.0 to 0.15.0 by @dependabot in #125
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #126
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #129
- Bump tsd from 0.15.1 to 0.16.0 by @dependabot in #130
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #131
- Bump tsd from 0.16.0 to 0.17.0 by @dependabot in #132
- Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #134
- Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #136
- Bump ws from 7.5.3 to 8.0.0 by @dependabot in #137
- Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #139
- Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #140
- Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #141
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.3.0 by @dependabot in #142
- Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #143
- check for server.clients undefined by @tinchoz49 in #144
New Contributors
- @tinchoz49 made their first contribution in #144
Full Changelog: v3.2.0...v3.2.1
v3.2.0
📚 PR:
- chore(gitignore): use latest github ignore template (#107)
- ci(dependabot): update github actions (#108)
- Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#110)
- Bump actions/setup-node from v1 to v2.1.5 (#109)
- Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#111)
- Improve request type in ws handler (#112)
- chore: ci updates and style change (#116)
- feat: move to tap15 (#117)
- docs(readme): minor grammar changes (#118)
- Run error handler when an error occurs in a non-async handler, fixes #119 (#120)
- Preserve the prefix in nested plugins (#122)
- ci: add nodejs v16 to test matrix (#121)