Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 06:04
· 55 commits to main since this release

Changelog

  • 986ad53 feat: add public NewWebSocketPlugin() constructor
  • f563ef8 feat: websocket trigger type — dispatches pipelines on WS messages
  • 5494aa1 fix: add .gitignore for binary artifact, add timeout to waitForConns
  • 00ab885 fix: buffer unregister channel to prevent readPump from blocking hub.run
  • 3a52149 fix: export public API, use config params in all steps
  • f053864 fix: resolve all code review issues — hub goroutine lifecycle, send-on-closed race, input validation, busy-spin starvation