server
server copied to clipboard
chore(deps): update dependency subscriptions-transport-ws to v0.11.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
subscriptions-transport-ws | 0.9.17 -> 0.11.0 |
Release Notes
apollostack/subscriptions-transport-ws (subscriptions-transport-ws)
v0.11.0
- Support for
graphql@16
and bump minimal supported version to be[email protected]
. As part of this change signatures forExecuteFunction
andSubscribeFunction
were changed.
@IvanGoncharov in #902
v0.10.0
- Same contents as v0.9.19 (published before v0.9.19 before realizing it would be helpful if the new version was picked up by packages looking for
^0.9
).
v0.9.19
- Bump
ws
dependency to allow v6 and v7. Note that there are breaking changes inws
6.0.0
and7.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 theirnpm 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 vianew ApolloServer({subscriptions: false})
, and consider packages such asgraphql-ws
to power GraphQL subscriptions until such time as Apollo Server has more fully integrated subscriptions support.
v0.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
Configuration
📅 Schedule: Branch creation - "after 2am,before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.