Releases: fastify/fastify-websocket
Releases · fastify/fastify-websocket
v11.2.0
What's Changed
- chore(license): update date ranges; standardise style by @Fdawgs in #338
 - build(deps-dev): Bump @types/node from 22.15.35 to 24.0.9 by @dependabot[bot] in #340
 - feat: provide lifecycle hooks for injectWS by @climba03003 in #341
 
New Contributors
- @climba03003 made their first contribution in #341
 
Full Changelog: v11.1.0...v11.2.0
v11.1.0
What's Changed
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #324
 - build(deps-dev): replace standard with neostandard by @Fdawgs in #311
 - build(deps-dev): Bump fastify-tsconfig from 2.0.0 to 3.0.0 by @dependabot in #323
 - chore: rename master to main by @Fdawgs in #326
 - test: migrate to node test runner by @ilteoood in #327
 - ci(ci): set job permissions by @Fdawgs in #330
 - perf: use 
node:prefix to bypass require.cache call for builtins by @Fdawgs in #331 - ci: set permissions at workflow level by @Fdawgs in #333
 - ci: restore job level permissions by @Fdawgs in #334
 - docs: move out stream example from testing by @Jerome1337 in #325
 - build(deps-dev): Bump tsd from 0.31.2 to 0.32.0 by @dependabot in #335
 - feat(schema): set hide true for websockets by @rozzilla in #336
 
New Contributors
- @ilteoood made their first contribution in #327
 - @Jerome1337 made their first contribution in #325
 - @rozzilla made their first contribution in #336
 
Full Changelog: v11.0.2...v11.1.0
v11.0.2
What's Changed
- chore: correcting README example for testing by @cgood92 in #305
 - style: remove trailing whitespace by @Fdawgs in #306
 - docs(readme): update ci badge syntax by @Fdawgs in #309
 - yarn 2 needs additional installation configuration by @zsalzbank in #307
 - types: use 
node:prefix for builtins by @Fdawgs in #312 - chore(package): add funding and contribs by @Fdawgs in #315
 - docs(readme): use simple english by @Fdawgs in #316
 - perf(index): use optional chaining by @Fdawgs in #318
 - refactor: prefix unused params with underscores by @Fdawgs in #319
 - perf(index): cache status code regex by @Fdawgs in #320
 - refactor(index): throw typeerror if condition is checking type by @Fdawgs in #321
 - docs(readme): spelling and grammar fixes by @Fdawgs in #322
 
New Contributors
- @cgood92 made their first contribution in #305
 - @zsalzbank made their first contribution in #307
 
Full Changelog: v11.0.1...v11.0.2
v11.0.1
v11.0.0
What's Changed
- build(deps-dev): Bump tsd from 0.30.7 to 0.31.0 by @dependabot in #296
 - Merge 
nextintomasterby @jsumners in #301 - build(deps-dev): Bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #302
 - chore: update min fastify version by @Fdawgs in #303
 
Full Changelog: v10.0.1...v11.0.0
v10.0.1
v10.0.0
v9.0.0
What's Changed
- build(deps-dev): Bump @fastify/type-provider-typebox from 3.6.0 to 4.0.0 by @dependabot in #286
 - build(deps-dev): Bump tsd from 0.29.0 to 0.30.1 by @dependabot in #287
 - chore(.gitignore): add .tap/ dir by @Fdawgs in #288
 - Add #injectWS by @DanieleFedeli in #276
 
New Contributors
- @DanieleFedeli made their first contribution in #276
 
Full Changelog: v8.3.1...v9.0.0
v8.3.1
What's Changed
- fix: generic type error of 
RouteShorthandMethodby @XHFkindergarten in #282 - Fix Websocket Types by @bstka in #284
 
New Contributors
- @XHFkindergarten made their first contribution in #282
 - @bstka made their first contribution in #284
 
Full Changelog: v8.3.0...v8.3.1
v8.3.0
What's Changed
- Updated a link in the README by @mustardfrog in #264
 - build(deps-dev): Bump tsd from 0.28.1 to 0.29.0 by @dependabot in #265
 - perf: use 
node:prefix to bypass require.cache call for builtins by @Fdawgs in #266 - chore: add 
.gitattributesfile by @Fdawgs in #268 - fix(types): websocketPlugin is not an existing variable by @Yovach in #269
 - chore(package): explicitly declare js module type by @Fdawgs in #271
 - test: disable failing ts tests by @Uzlopak in #273
 - test: replace 
typeofundefined check by @Fdawgs in #272 - Fix types compatibility with Fastify v4.25.0 by @mcollina in #278
 
New Contributors
- @mustardfrog made their first contribution in #264
 - @Yovach made their first contribution in #269
 
Full Changelog: v8.2.0...v8.3.0