This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Releases: apollographql/subscriptions-transport-ws
Releases · apollographql/subscriptions-transport-ws
0.9.18
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
- Add
minTimeout
option for client.
@jedwards1211 in #675 - Accept extra WebSocket client arguments.
@GingerBear in #561 - Support server-defined payload in GQL_CONNECTION_ACK message.
@mattkrick in #347
v0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
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
0.9.10
0.9.9
v0.9.9
- fix issue with @types/[email protected]