Skip to content

Releases: fastify/fastify-websocket

v4.2.2

12 Apr 13:53
f332907
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

22 Mar 13:38
e0fefa1
Compare
Choose a tag to compare

What's Changed

  • Bump tap from 15.2.3 to 16.0.0 by @dependabot in #183
  • Adding connectionOptions as a plugin option to enable Duplex options by @aelnaiem in #186

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

02 Mar 12:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

02 Mar 12:12
166bc1c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

31 Aug 07:41
Compare
Choose a tag to compare

📚 PR:

  • bump dep ws to 8 (#146)

v3.2.2

30 Aug 12:21
Compare
Choose a tag to compare

📚 PR:

  • revert dependancy major bump (#145)

v3.2.1

13 Aug 22:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

28 Apr 16:13
Compare
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
Compare
Choose a tag to compare

📚 PR:

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

v3.0.1

02 Mar 16:36
a825ffc
Compare
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)