Releases: apollographql/subscriptions-transport-ws
Releases · apollographql/subscriptions-transport-ws
v0.9.7
- 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
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
0.9.5
- docs(setup): Fix dead link to subscriptions-to-schema
- upgrade to support graphql 0.12.X
0.9.4
- fix unhandledRejection error in GQL_START handling if initPromise rejected PR #310
0.9.3
- 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
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
- 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
- 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
- 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
- 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