Skip to content

Releases: fastify/fastify-websocket

v3.2.0

28 Apr 16:13

Choose a tag to compare

📚 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)

v3.1.0

08 Mar 15:09

Choose a tag to compare

📚 PR:

  • Don't lose messages when hooks are asynchronous (#106)

v3.0.1

02 Mar 16:36
a825ffc

Choose a tag to compare

  • Fix a race condition during shutdown where new clients could connect after shutdown was initiated and prevent the server from ever closing (#104)

v3.0.0

27 Jan 10:03

Choose a tag to compare

  • Adding support for hooks/decorators by using FastifyRequest for websocket handlers (#95)

v2.1.0

16 Jan 10:13

Choose a tag to compare

📚 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 fastify@v3.10.1 (#98)

v2.0.11

10 Nov 16:12

Choose a tag to compare

📚 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

08 Oct 09:44

Choose a tag to compare

📚 PR:

  • Resume connection stream before continuing. (#81)

v2.0.9

06 Oct 15:18

Choose a tag to compare

📚 PR:

v2.0.8

01 Oct 15:30

Choose a tag to compare

📚 PR:

  • Updated dependencies
  • fix: Resume connection before continuing. [#77] (#78)

v2.0.7

03 Aug 09:46

Choose a tag to compare

📚 PR:

  • Added test that covers error inside async handler. (#71)
  • Maybe fix types (#73)