Skip to content

Releases: fastify/fastify-websocket

v11.1.0

26 May 11:50
31c3204
Compare
Choose a tag to compare

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

Full Changelog: v11.0.2...v11.1.0

v11.0.2

11 Jan 11:53
v11.0.2
1233873
Compare
Choose a tag to compare

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

Full Changelog: v11.0.1...v11.0.2

v11.0.1

21 Sep 08:44
c0408dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.0...v11.0.1

v11.0.0

04 Sep 17:07
9ca6618
Compare
Choose a tag to compare
v11.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v10.0.1...v11.0.0

v10.0.1

19 Mar 10:24
94711bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.0.1

v10.0.0

18 Mar 16:53
bc969b7
Compare
Choose a tag to compare

What's Changed

  • fix: provide websocket instead of stream to avoid potential backpressure issues (#289) by @mat-sz in #290

New Contributors

Full Changelog: v9.0.0...v10.0.0

v9.0.0

19 Feb 15:51
25d37d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.1...v9.0.0

v8.3.1

26 Dec 16:02
22cf066
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.0...v8.3.1

v8.3.0

14 Dec 10:42
d1c6cec
Compare
Choose a tag to compare

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 .gitattributes file 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 typeof undefined check by @Fdawgs in #272
  • Fix types compatibility with Fastify v4.25.0 by @mcollina in #278

New Contributors

Full Changelog: v8.2.0...v8.3.0

v8.2.0

12 Jul 08:05
30e2bab
Compare
Choose a tag to compare

What's Changed

  • Add preClose opt + merge close and preClose hook by @HDegroote in #261

New Contributors

Full Changelog: v8.1.0...v8.2.0