Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 17:00
· 6 commits to main since this release

1.5.0 (2024-11-07)

Bug Fixes

  • fire channel_vacated webhook solely for empty presence channels (4ec5954)
  • update subscription logic to trigger notifyChannelVacancy for empty public and private channels (e0e09ae)

Features

  • add signature authentication to notifyChannelVacancy webhook (d89be6d)
  • added Bun.serve options support to startBunPulse (145f8f8)
  • implement delay for channel vacated webhook (7812a99)
  • implemented presence channel (a6657d0)
  • initial implementation of WebSocket server with Pusher protocol support (1736228)
  • integrate axiom logging for webSocket events (3aafcf3)
  • support multiple connections per user in presence channels (71b9678)
  • supported public channels (858e40d)
  • used bun CryptoHasher instead of node:crypto alternative (0375ad5)
  • utils: add utilities for generating socket IDs, HMAC SHA-256 hex digests, & consola message logger (45b1573)