Skip to content

Releases: rigglo/gqlws

v0.2.0

18 Jul 09:37
Compare
Choose a tag to compare

New

  • Added OnConnect function to the config, which will be called on connection_init message with the request context and the message payload. This lets you configure authorization for each connection coming through the WebSockets.

v0.1.1

04 Jun 18:49
Compare
Choose a tag to compare

Fix

  • Fixes a bug that caused the resolver not to be canceled

v0.1.0

19 May 17:18
Compare
Choose a tag to compare
  • Initial implementation