Skip to content

Releases: fastify/fastify-websocket

v2.0.6

17 Jul 10:38

Choose a tag to compare

📚 PR:

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

v2.0.5

11 Jul 09:14

Choose a tag to compare

📚 PR:

  • expose fastify server in websocket handlers (#67)

v2.0.4

10 Jul 21:12

Choose a tag to compare

📚 PR:

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

v2.0.3

07 Jul 16:12

Choose a tag to compare

📚 PR:

v2.0.2

03 Jul 14:05

Choose a tag to compare

📚 PR:

v2.0.1

27 May 13:53

Choose a tag to compare

📚 PR:

  • fixed Method 'GET' already declared for route Error (#62)

v2.0.0

05 May 10:43

Choose a tag to compare

📚 PR:

  • Updated README for fastify v3
  • Fixed dependabot config
  • Fixed dependabot
  • Added .taprc
  • update fastify to v3 (#54)
  • Bump @types/ws from 6.0.4 to 7.2.4 (#57)
  • Bump tap from 12.7.0 to 14.10.7 (#58)
  • Bump find-my-way from 2.2.2 to 3.0.0 (#59)

v1.1.2

28 Mar 18:38

Choose a tag to compare

📚 PR:

  • Fix PluginOptions incorrect typings (#53)

v1.1.1

28 Mar 18:38

Choose a tag to compare

📚 PR:

  • Add websocketServer type (#51)

v1.1.0

29 Nov 08:13

Choose a tag to compare

📚 PR:

  • feat(typescript): add initial types (#39)