Skip to content

v2.1.1

Compare
Choose a tag to compare
@logaretm logaretm released this 08 Feb 00:43
· 73 commits to main since this release

πŸ› Bugs Fixed

  • Subscription forwarder not receiving a nomralized query string (7a50249) #188

πŸ‘• TypeScript

  • Changed the internal ObserverLike interface to require next and error and complete functions. This makes it more compatible with graphql-ws sink type which is the recommended WebSocket implementation (0c91f11) #154 #186