Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: apollographql/subscriptions-transport-ws

0.9.18

17 Aug 11:47
Compare
Choose a tag to compare

Bug Fixes

  • Do not send GQL_STOP when unsubscribing after GQL_COMPLETE is received.
    @onhate in #775
  • Clear WebSocket event listeners on close.
    @tretne in #615
  • Fix MessageTypes TS import errors.
    @sneko in #412
  • Ensure promisedParams errors are not handled twice.
    @benjie in #514
  • Fix invalid formatResponse console error.
    @renatorib in #761
  • Destructure the correct error object in MessageTypes.GQL_START.
    @gregbty in #588
  • Inline source in sourcemap files to fix broken source lookups.
    @alexkirsz in #513

New Features

v0.9.16

11 Mar 17:59
Compare
Choose a tag to compare
  • Add ability to set custom WebSocket protocols for client.
    @pkosiec in #477

0.9.15

26 Feb 10:40
34d503a
Compare
Choose a tag to compare

0.9.14

27 Jul 15:56
Compare
Choose a tag to compare

v0.9.14

  • Allow dynamically specifying/overriding the schema in the object returned from onOperation PR #447

0.9.13

23 Jul 14:23
Compare
Choose a tag to compare

v0.9.13

  • Allow connectionParams to be a Promise PR #443

0.9.12

29 Jun 18:20
Compare
Choose a tag to compare

v0.9.12

  • use lightweight lodash alternatives Issue #430
  • applies fix suggested by @pandemosth regarding "No subscription is made on reconnect" and "Duplicate subscription made on reconnect" described in Issue #295

0.9.11

13 Jun 14:12
Compare
Choose a tag to compare

v0.9.11

  • allow using custom WebSocket server implementation PR #374

0.9.10

11 Jun 14:59
Compare
Choose a tag to compare

v0.9.10

  • upgrade ws and eventemitter3

0.9.9

07 May 14:37
Compare
Choose a tag to compare

v0.9.9

  • fix issue with @types/graphql@0.13

0.9.8

19 Apr 14:15
Compare
Choose a tag to compare

v0.9.8

  • added error event to handle connection errors and debug network troubles PR #341.
  • added feature inactivityTimeout PR #390