Skip to content

Releases: fastify/fastify-websocket

v3.0.0

27 Jan 10:03
Compare
Choose a tag to compare
  • Adding support for hooks/decorators by using FastifyRequest for websocket handlers (#95)

v2.1.0

16 Jan 10:13
Compare
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 [email protected] (#98)

v2.0.11

10 Nov 16:12
Compare
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
Compare
Choose a tag to compare

πŸ“š PR:

  • Resume connection stream before continuing. (#81)

v2.0.9

06 Oct 15:18
Compare
Choose a tag to compare

πŸ“š PR:

v2.0.8

01 Oct 15:30
Compare
Choose a tag to compare

πŸ“š PR:

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

v2.0.7

03 Aug 09:46
Compare
Choose a tag to compare

πŸ“š PR:

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

v2.0.6

17 Jul 10:38
Compare
Choose a tag to compare

πŸ“š PR:

  • Ensure websocket handler types are only applied to websocket handlers (#68)

v2.0.5

11 Jul 09:14
Compare
Choose a tag to compare

πŸ“š PR:

  • expose fastify server in websocket handlers (#67)

v2.0.4

10 Jul 21:12
Compare
Choose a tag to compare

πŸ“š PR:

  • Send a close to all websocket connections when server closes (#46)