RamyElkest / apollo-chat-api

A chat API service over graphql with apollo
MIT License
2 stars 2 forks source link

Update subscriptions-transport-ws to the latest version 🚀 #64

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.5.0 of subscriptions-transport-ws just got published.

Dependency subscriptions-transport-ws
Current Version 0.4.0
Type dependency

The version 0.5.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of subscriptions-transport-ws. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 0.5.1 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.5.2 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.5.3 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.5.4 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.5.5-alpha.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.5.5 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.6.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.7.1 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.8.0-alpha.1 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.8.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.8.1 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.8.2 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.8.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • 70cffc8 Change publish to use npmignore instead of rimraf src
  • 71710f7 0.8.3
  • f2c4c33 Update changelog
  • 66d6a23 Merge pull request #266 from Tobino/master
  • 8badb72 Merge branch 'master' into master
  • c4ba61a Merge pull request #245 from mistic/fix-close-by-user
  • a27364a Merge branch 'master' into fix-close-by-user
  • 1f66f3b Merge pull request #257 from DxCx/server-close
  • c340187 Merge branch 'master' into server-close
  • c8ac675 Merge pull request #256 from DxCx/safe-subscriber
  • d5db054 Merge pull request #262 from darren128/master
  • 87e8241 docs(README): Fix options example for subscribe methods
  • 99a26c0 docs(NA): Fix typo in README
  • ffdb21c chore(package): Update CHANGELOG.md
  • ad1d0aa chore(package): Update CHANGELOG.md

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.9.0 just got published.

Update to this version instead 🚀

Release Notes 0.9.0
  • 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
Commits

The new version differs by 18 commits.

  • dc49719 Merge pull request #274 from apollographql/prepare-0.9.0-release
  • 73d2102 chore(NA): prepare for 0.9.0 version release.
  • bffe05d Merge pull request #273 from Tobino/fix-doc-subscription
  • 3c51398 Added links to additional documentation
  • aefd199 Merge pull request #272 from DxCx/deprecate-api
  • e3a9a0e docs(README): Fix example for subscribe and subscribeToMore methods
  • 673ad96 chore: update CHANGELOG.md
  • 7e2c802 doc: update README.md
  • ec5fa14 chore: cleanup for deprecated API
  • 71dde80 Merge pull request #261 from DxCx/gql-0.11.1
  • 02fee59 chore: cleanup old tests
  • 7efc0ab chore(package): update graphql-subscriptions to v0.5.0
  • dcd4aa5 doc(package): update README.md
  • 637df74 chore(package): deprecated SubscriptionManager
  • 0d0512a chore(package): update CHANGELOG.md

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.9.1 just got published.

Update to this version instead 🚀

Release Notes 0.9.1
  • docs(KEEP_ALIVE): Updated protocol docs to explain the correct server implementation of GQL_CONNECTION_INIT, GQL_CONNECTION_ACK and GQL_CONNECTION_KEEP_ALIVE PR #279
  • docs(language-typos): Update documentation to remove some language typos PR #282
  • fix(typescript-2.5.x-typings): Fix a couple of typing changes required by latest typing files with TypeScript 2.5.X. PR #285
  • test(NA): fixed run condition on tests for gql_data with errors PR #289
Commits

The new version differs by 13 commits.

  • 749ecfc Merge pull request #290 from apollographql/prepare-for-version-0.9.1
  • 661f794 chore(NA): prepare for 0.9.1 release updating changelog.
  • 4f16e85 Merge pull request #289 from apollographql/fix-tests-run-condition
  • 93848b1 test(NA): fixed run condition on tests for gql_data with errors.
  • a56491c chore(NA): update to typescript 2.5.3.
  • 3ba51ae Merge pull request #288 from apollographql/prepare-for-version-0.9.1
  • 10cddcf chore(NA): update changelog and version package to prepare for relesae.
  • 4ca0f66 Merge pull request #279 from apollographql/fix-ka-message-on-protocol
  • d6f2a51 Clarified messaging as per @DxCx's feedback
  • b002f07 Made language a little clearer.
  • 5951e6e Merge pull request #285 from apollographql/NeoPhi/fix-typings
  • 52d4cd9 fix typings
  • 263844b docs(KEEP_ALIVE): updated protocol documentation to explain the correct workflow between connection init, connection ack and connection keep alive.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.2 just got published.

Update to this version instead 🚀

Release Notes 0.9.2

0.9.2

  • 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
Commits

The new version differs by 52 commits.

  • d11465a Merge pull request #308 from apollographql/prep-0.9.2
  • 78810be prep-0.9.2
  • 339981b remove step making travis unhappy
  • 45497a3 quote test spec to prevent expanding
  • 7482425 use legacy keep alive message as needed (#297)
  • e03f2b8 bump typescript versions and clean before compile
  • 553c810 Removed custom is-promise function in favor of is-promise package.
  • bad9911 Updated changelog.
  • f579ac1 Fixing linting errors in client.ts and server.ts
  • 1198c33 Removed line on prepublish to remove src and added src to .npmignore
  • 43aa138 Changed promise check from instanceof to looser check.
  • 06ba1e8 Update nav logo in docs
  • abc6eb6 Update thmeme
  • cc7947b update sumbmodule
  • 7e9b3bf Add additional docs files

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • b5dcd66 prep-0.9.3
  • ceffbbb simplyify initPromise handling
  • 2eacd63 return init fail to legacy clients as error so connectionCallback gets the error
  • cdbaeef avoid unhandled rejections when trying to stop

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits ahead by 6, behind by 4.

  • d97bfab prep-0.9.4
  • bd86fcf handle rejected initPromise in GQL_START
  • 2e4c7f2 prep-0.9.3
  • aed8772 simplyify initPromise handling
  • d19ccbf return init fail to legacy clients as error so connectionCallback gets the error
  • ebb98b2 avoid unhandled rejections when trying to stop

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.5 just got published.

Update to this version instead 🚀

Release Notes 0.9.5

0.9.5

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

The new version differs by 3 commits.

  • 045c599 0.9.5 prep
  • d9ce607 update to support graphql 0.12 with new sync return method (#327)
  • 09715d9 Fix dead link in setup.md

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 8468c8f bump version to 0.9.6
  • 81ebefb prep-0.9.6 (#363)
  • 6581480 chore: updated dependency iterall to add support for flowtype v0.66 (#362)
  • 4f47b9a [docs] Update Hexo dependencies for cross-repo consistency. (#356)
  • e848e04 Fix: returning promises created in handlers (#334)
  • 4232366 Fix typos (#335)
  • f8e665e fix: context cloning for classes (#338)
  • c2db75f Merge pull request #331 from apollographql/prep-0.9.5

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.7 just got published.

Update to this version instead 🚀

Release Notes v0.9.7
  • 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
Commits

The new version differs by 8 commits.

  • f5b65b5 0.9.7
  • 173e5ca prep v0.9.7
  • 0da7485 change default keep-alive setting on the client from 10s to 30s (#368)
  • bff322c Pass request (upgradeReq) to ConnectionContext (#369)
  • 698e546 [docs] Use package-based Hexo theme, rather than a Git submodule. (#370)
  • 1f3ac8c [apollo-bot] Update the Templates with docs label (#371)
  • 30ada86 [apollo-bot] Update the Issue/PR Templates with auto label (#365)
  • 5fc657e Update setup.md (#357)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.8 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 0.9.9 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 0.9.10 just got published.

Update to this version instead 🚀

Release Notes 0.9.10

v0.9.10

  • upgrade ws and eventemitter3
greenkeeper[bot] commented 6 years ago

Version 0.9.11 just got published.

Update to this version instead 🚀

Release Notes 0.9.11

v0.9.11

  • allow using custom WebSocket server implementation PR #374
greenkeeper[bot] commented 6 years ago

Version 0.9.12 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 51cf46a update node versions used for tests
  • 928e670 use light weight alternatives to lodash 3KB savings
  • 7b0b0a3 release 0.9.12
  • 57874d2 Fix no subscription is made on reconnect && duplicate subscription made on reconnect. (#439)
  • faa219c chore(deps): update dependency meteor-theme-hexo to v1.0.16 (#438)
  • 3f342a3 Update lifecycle-events.md (#436)
  • 90328ef Update lifecycle-events.md (#435)
  • 32fe950 chore(deps): update dependency meteor-theme-hexo to v1.0.15
  • c0e8888 chore(deps): update dependency meteor-theme-hexo to v1.0.14 (#432)
  • 8f39419 docs: Add/update documentation README.md.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.13 just got published.

Update to this version instead 🚀

Release Notes 0.9.13

v0.9.13

  • Allow connectionParams to be a Promise PR #443
Commits

The new version differs by 7 commits.

  • 4e3a6ef 0.9.13
  • a0f02f5 emit instead of throw async error
  • cdd3d7e Allow connectionParams as a Promise (#443)
  • 714c84d Spelling fix in README.md (#444)
  • f58c3b6 docs: Update blog URLs to reference blog.apollographql.com. (#445)
  • 544b05e docs: Add browser auto-reloading on source content changes. (#442)
  • 67c5016 chore(deps): update dependency apollo-hexo-config to v1.0.8 (#441)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.14 just got published.

Update to this version instead 🚀

Release Notes 0.9.14

v0.9.14

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

The new version differs by 2 commits.

  • f95a363 update dev deps, remove false positive test, prep-0.9.14
  • 40c3c3c Allow dynamic schema resolution (#447)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • dbcf2d8 Bump graphql-subscriptions version, prep for release
  • 52758bf Accept newest graphql version as peer dependency (#464)
  • 01e0b2b chore(deps): update dependency hexo-server to v0.3.3

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v0.9.16
  • Add ability to set custom WebSocket protocols for client.
    @pkosiec in #477
Commits

The new version differs by 10 commits.

  • e5d4ffe 0.9.16
  • ebdfc19 Move newest changelog entry to a v0.9.16 heading
  • cf3f492 Add ability to set custom WebSocket protocols in client (#477)
  • 34d503a Revert "Update dependency hexo-renderer-less to v1" (#499)
  • 0e2785a Update dependency hexo-renderer-less to v1
  • aa83707 Update dependency chexo to v1.0.7
  • e456cb5 Remove labels from GH templates since we're disabling Apollo Bot (#492)
  • e28f1db Update dependency hexo-prism-plus to v1.1.0
  • 88970ea Update dependency meteor-theme-hexo to v2
  • 7f2aa27 Update dependency hexo to v3.8.0

See the full diff