apollostack/subscriptions-transport-ws (subscriptions-transport-ws)
### [`v0.11.0`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0110-2021-11-02)
[Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/v0.10.0...v0.11.0)
- Support for `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.
[@IvanGoncharov](https://redirect.github.com/IvanGoncharov) in [#902](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/902)
### [`v0.10.0`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0100-2021-06-08)
[Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/v0.9.19...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`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0919-2021-06-08)
[Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/v0.9.18...v0.9.19)
- Bump `ws` dependency to allow v6 and v7. Note that there are breaking changes in `ws` [`6.0.0`](https://redirect.github.com/websockets/ws/releases/tag/6.0.0) and [`7.0.0`](https://redirect.github.com/websockets/ws/releases/tag/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](https://www.npmjs.com/advisories/1748) 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.
### [`v0.9.18`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0918-2020-08-17)
[Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/c5f2160b542251a481f56850618e771e2b26c7c2...v0.9.18)
##### Bug Fixes
- Do not send GQL_STOP when unsubscribing after GQL_COMPLETE is received.
[@onhate](https://redirect.github.com/onhate) in [#775](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/775)
- Clear WebSocket event listeners on close.
[@tretne](https://redirect.github.com/tretne) in [#615](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/615)
- Fix `MessageTypes` TS import errors.
[@sneko](https://redirect.github.com/sneko) in [#412](https://redirect.github.com/apollographql/subscriptions-transport-ws/issues/412)
- Ensure `promisedParams` errors are not handled twice.
[@benjie](https://redirect.github.com/benjie) in [#514](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/514)
- Fix invalid `formatResponse` console error.
[@renatorib](https://redirect.github.com/renatorib) in [#761](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/761)
- Destructure the correct error object in `MessageTypes.GQL_START`.
[@gregbty](https://redirect.github.com/gregbty) in [#588](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/588)
- Inline source in sourcemap files to fix broken source lookups.
[@alexkirsz](https://redirect.github.com/alexkirsz) in [#513](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/513)
##### New Features
- Add `minTimeout` option for client.
[@jedwards1211](https://redirect.github.com/jedwards1211) in [#675](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/675)
- Accept extra WebSocket client arguments.
[@GingerBear](https://redirect.github.com/GingerBear) in [#561](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/561)
- Support server-defined payload in GQL_CONNECTION_ACK message.
[@mattkrick](https://redirect.github.com/mattkrick) in [#347](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/347)
### [`v0.9.17`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0917)
[Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/v0.9.16...c5f2160b542251a481f56850618e771e2b26c7c2)
- Bump `graphql` peer/dev deps.
[@hwillson](https://redirect.github.com/hwillson) in [#778](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/778)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.9.16
->0.11.0
Release Notes
apollostack/subscriptions-transport-ws (subscriptions-transport-ws)
### [`v0.11.0`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0110-2021-11-02) [Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/v0.10.0...v0.11.0) - Support for `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.[@IvanGoncharov](https://redirect.github.com/IvanGoncharov) in [#902](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/902) ### [`v0.10.0`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0100-2021-06-08) [Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/v0.9.19...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`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0919-2021-06-08) [Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/v0.9.18...v0.9.19) - Bump `ws` dependency to allow v6 and v7. Note that there are breaking changes in `ws` [`6.0.0`](https://redirect.github.com/websockets/ws/releases/tag/6.0.0) and [`7.0.0`](https://redirect.github.com/websockets/ws/releases/tag/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](https://www.npmjs.com/advisories/1748) 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. ### [`v0.9.18`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0918-2020-08-17) [Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/c5f2160b542251a481f56850618e771e2b26c7c2...v0.9.18) ##### Bug Fixes - Do not send GQL_STOP when unsubscribing after GQL_COMPLETE is received.
[@onhate](https://redirect.github.com/onhate) in [#775](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/775) - Clear WebSocket event listeners on close.
[@tretne](https://redirect.github.com/tretne) in [#615](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/615) - Fix `MessageTypes` TS import errors.
[@sneko](https://redirect.github.com/sneko) in [#412](https://redirect.github.com/apollographql/subscriptions-transport-ws/issues/412) - Ensure `promisedParams` errors are not handled twice.
[@benjie](https://redirect.github.com/benjie) in [#514](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/514) - Fix invalid `formatResponse` console error.
[@renatorib](https://redirect.github.com/renatorib) in [#761](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/761) - Destructure the correct error object in `MessageTypes.GQL_START`.
[@gregbty](https://redirect.github.com/gregbty) in [#588](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/588) - Inline source in sourcemap files to fix broken source lookups.
[@alexkirsz](https://redirect.github.com/alexkirsz) in [#513](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/513) ##### New Features - Add `minTimeout` option for client.
[@jedwards1211](https://redirect.github.com/jedwards1211) in [#675](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/675) - Accept extra WebSocket client arguments.
[@GingerBear](https://redirect.github.com/GingerBear) in [#561](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/561) - Support server-defined payload in GQL_CONNECTION_ACK message.
[@mattkrick](https://redirect.github.com/mattkrick) in [#347](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/347) ### [`v0.9.17`](https://redirect.github.com/apollostack/subscriptions-transport-ws/blob/HEAD/CHANGELOG.md#v0917) [Compare Source](https://redirect.github.com/apollostack/subscriptions-transport-ws/compare/v0.9.16...c5f2160b542251a481f56850618e771e2b26c7c2) - Bump `graphql` peer/dev deps.
[@hwillson](https://redirect.github.com/hwillson) in [#778](https://redirect.github.com/apollographql/subscriptions-transport-ws/pull/778)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.