subscriptions-transport-ws
Advanced tools
Changelog
v0.11.0 (2021-11-02)
graphql@16
and bump minimal supported version to be graphql@15.7.2
. As part of this change signatures for ExecuteFunction
and SubscribeFunction
were changed. <br/>
@IvanGoncharov in #902Changelog
v0.9.19 (2021-06-08)
ws
dependency to allow v6 and v7. Note that there are breaking changes in ws
6.0.0
and 7.0.0
; for example, messages over 100MiB are rejected, and (in v7) the behavior of sending messages while the connection is starting or ending has changed. We are publishing this package to allow users of Apollo Server 2 to avoid seeing this CVE in their npm audit
. However, note that (a) this CVE does not affect the subscriptions client, just the server and (b) Apollo Server 3 will remove its superficial integration with this package entirely. We encourage users of Apollo Server 2 to disable the integration with this unmaintained package via new ApolloServer({subscriptions: false})
, and consider packages such as graphql-ws
to power GraphQL subscriptions until such time as Apollo Server has more fully integrated subscriptions support.Changelog
v0.10.0 (2021-06-08)
^0.9
).Changelog
v0.9.18 (2020-08-17)
MessageTypes
TS import errors. <br/>
@sneko in #412promisedParams
errors are not handled twice. <br/>
@benjie in #514formatResponse
console error. <br/>
@renatorib in #761MessageTypes.GQL_START
. <br/>
@gregbty in #588minTimeout
option for client. <br/>
@jedwards1211 in #675Changelog
v0.9.15
graphql
and @types/graphql
14. <br/>
@caiquecastro in #464Changelog
v0.9.12