Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Update dependency subscriptions-transport-ws to v0.11.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 29, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
subscriptions-transport-ws 0.7.3 -> 0.11.0 age adoption passing confidence

Release Notes

apollostack/subscriptions-transport-ws

v0.11.0

Compare Source

  • 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 in #​902

v0.10.0

Compare Source

  • 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

Compare Source

  • Bump 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.

v0.9.18

Compare Source

Bug Fixes
New Features

v0.9.17

Compare Source

v0.9.16

Compare Source

v0.9.15

Compare Source

v0.9.14

Compare Source

  • Allow dynamically specifying/overriding the schema in the object returned from onOperation PR #​447

v0.9.13

Compare Source

  • Allow connectionParams to be a Promise PR #​443

v0.9.12

Compare Source

  • 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

v0.9.11

Compare Source

  • allow using custom WebSocket server implementation PR #​374

v0.9.10

Compare Source

  • upgrade ws and eventemitter3

v0.9.9

Compare Source

v0.9.8

Compare Source

  • added error event to handle connection errors and debug network troubles PR #​341.
  • added feature inactivityTimeout PR #​390

v0.9.7

Compare Source

  • 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

v0.9.6

Compare Source

  • fix shallow cloning on contexts which are classes
  • upgrade to support graphql 0.13.X
  • bump iterall version PR #​362

v0.9.5

Compare Source

  • docs(setup): Fix dead link to subscriptions-to-schema
  • upgrade to support graphql 0.12.X

v0.9.4

Compare Source

  • fix unhandledRejection error in GQL_START handling if initPromise rejected PR #​310

v0.9.3

Compare Source

  • fix unhandledRejection error in GQL_STOP handling if initPromise rejected PR #​309
  • fix return of init error message to legacy clients PR #​309

v0.9.2

Compare Source

  • 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

v0.9.1

Compare Source

  • Bump 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.

v0.9.0

Compare Source

  • 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

v0.8.3

Compare Source

  • 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

v0.8.2

Compare Source

  • 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

v0.8.1

Compare Source

  • Send first keep alive message right after the ack PR #​223
  • Return after first post-install when it should install dev dependencies PR #​218
  • On installing from branch install dev dependencies only if dist folder isn't found PR #​219

v0.8.0

Compare Source

  • Expose opId onOperationComplete method PR #​211
  • Fix to make library able to be installed from a branch PR #​208
  • Fix for non forced closes (now it wont send connection_terminate) PR #​197
  • A lot of connection's flow improvements (on connect, on disconnect and on reconnect) PR #​197
  • Require specific lodash/assign module instead of entire package, so memory impact is reduced PR #​196
  • docs(README): Fix onEvent(eventName, callback, thisContext) list of eventName PR #​205

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency subscriptions-transport-ws to v0.9.7 Update dependency subscriptions-transport-ws Apr 17, 2018
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch from 0ccab24 to 05fb33f Compare April 19, 2018 14:17
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch from 05fb33f to 23ca9b3 Compare May 7, 2018 14:40
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch 2 times, most recently from 03622b4 to c35dfd6 Compare June 13, 2018 14:14
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch from c35dfd6 to 13e31b3 Compare June 29, 2018 19:51
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch 2 times, most recently from 7c0feb5 to 86d5ed6 Compare July 27, 2018 15:57
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch from 86d5ed6 to 0808ef1 Compare September 18, 2018 14:58
@renovate renovate bot changed the title Update dependency subscriptions-transport-ws Update dependency subscriptions-transport-ws to v0.9.15 Oct 5, 2018
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch from 0808ef1 to b281b4d Compare March 11, 2019 18:23
@renovate renovate bot changed the title Update dependency subscriptions-transport-ws to v0.9.15 Update dependency subscriptions-transport-ws to v0.9.16 Mar 11, 2019
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch from b281b4d to c8f29da Compare August 24, 2020 21:01
@renovate renovate bot changed the title Update dependency subscriptions-transport-ws to v0.9.16 Update dependency subscriptions-transport-ws to v0.9.18 Aug 24, 2020
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch from c8f29da to a906899 Compare June 14, 2021 11:11
@renovate renovate bot changed the title Update dependency subscriptions-transport-ws to v0.9.18 Update dependency subscriptions-transport-ws to v0.9.19 Jun 14, 2021
@renovate renovate bot force-pushed the renovate/subscriptions-transport-ws-0.x branch from a906899 to c4670a0 Compare March 7, 2022 10:04
@renovate renovate bot changed the title Update dependency subscriptions-transport-ws to v0.9.19 Update dependency subscriptions-transport-ws to v0.11.0 Mar 7, 2022
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant