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

v0.9.7

21 Mar 19:17
f5b65b5
Compare
Choose a tag to compare
  • change default timeout from 10s to 30s PR #368
  • pass request (upgradeReq) to ConnectionContext PR #369
  • pass ConnectionContext to onDisconnect() as second argument PR #369

0.9.6

22 Feb 12:32
Compare
Choose a tag to compare

0.9.6

  • fix shallow cloning on contexts which are classes
  • upgrade to support graphql 0.13.X
  • bump iterall version PR #362

0.9.5

09 Jan 14:22
c2db75f
Compare
Choose a tag to compare

0.9.5

  • docs(setup): Fix dead link to subscriptions-to-schema
  • upgrade to support graphql 0.12.X

0.9.4

04 Dec 21:39
Compare
Choose a tag to compare
  • fix unhandledRejection error in GQL_START handling if initPromise rejected PR #310

0.9.3

04 Dec 17:16
Compare
Choose a tag to compare
  • fix unhandledRejection error in GQL_STOP handling if initPromise rejected PR #309
  • fix return of init error message to legacy clients PR #309

0.9.2

01 Dec 16:44
d11465a
Compare
Choose a tag to compare

0.9.2

  • fix format of keep alive message sent to legacy clients. PR #297
  • fix(isPromise): Made checks for promises in server.ts loose to allow for augmented and polyfilled promises. PR #304

0.9.1

07 Oct 15:24
Compare
Choose a tag to compare
  • docs(KEEP_ALIVE): Updated protocol docs to explain the correct server implementation of GQL_CONNECTION_INIT, GQL_CONNECTION_ACK and GQL_CONNECTION_KEEP_ALIVE PR #279
  • docs(language-typos): Update documentation to remove some language typos PR #282
  • fix(typescript-2.5.x-typings): Fix a couple of typing changes required by latest typing files with TypeScript 2.5.X. PR #285
  • test(NA): fixed run condition on tests for gql_data with errors PR #289

0.9.0

15 Sep 18:54
Compare
Choose a tag to compare
  • docs(README): Fix example for subscribe and subscribeToMore PR #273
  • Add support for GraphQL 0.11.0 PR #261
  • BREAKING CHANGE: Remove support for Subscription Manager PR #261
  • BREAKING CHANGE: Remove support for all deprecated API PR #272

0.8.3

14 Sep 17:28
Compare
Choose a tag to compare
  • docs(README): Fix options example for subscribe methods PR #266
  • Gracefully unsubscribe to all pending operations before a requested close by the user PR #245
  • Add close method to server PR #257
  • Bugfix: Observer callbacks should be optional PR #256

0.8.2

31 Jul 13:18
Compare
Choose a tag to compare
  • Add request interface as a preparation for Apollo 2.0 PR #242
  • Add Validation step to server PR #241
  • Call operation handler before delete the operation on operation complete PR #239