graphql-subscriptions

A small module that implements GraphQL subscriptions for Node.js

MIT License

Stars
1.6K
Committers
49

Bot releases are visible (Hide)

graphql-subscriptions - 2.0.0 Latest Release

Published by hwillson almost 3 years ago

  • Support graphql@16; does not support graphql older than 15.7.2.
graphql-subscriptions - 1.1.0

Published by hwillson over 5 years ago

  • Fix #132 - withFilter was previously always passing undefined as its first argument to the filterFn.
  • Partially attempt to fix #143 - try to reduce occurrence of certain memory leaks with the built-in PubSubEngine implementation.
  • Replaced eventEmitterAsyncIterator with default generic AsyncIterator named PubSubAsyncIterator. extends PubSubEngine automatically uses generic implementation. No breaking changes for those who continue to use implements PubSubEngine. See PR #78.
graphql-subscriptions - 1.0.0

Published by hwillson about 6 years ago

Breaking Change

Updates

  • Bump versions of various devDependencies to fix security issues, use
    newer tslint config.
    @grantwwu in #163
  • Allows graphql 14 as a peer dep, forces graphql 14 as a dev dep, and
    has been updated to use @types/graphql 14.
    @hwillson in #172
graphql-subscriptions - 0.5.8

Published by NeoPhi over 6 years ago

0.5.8

  • Bump iterall version
graphql-subscriptions - 0.5.5

Published by NeoPhi almost 7 years ago

0.5.5

  • FilterFn can return a Promise
  • Allow passing in a custom EventEmitter to PubSub
graphql-subscriptions - 0.5.4

Published by NeoPhi about 7 years ago

0.5.4

  • Better define withFilter return type PR #111
graphql-subscriptions - 0.5.3

Published by NeoPhi about 7 years ago

0.5.3

  • Require iterall ^1.1.3 to address unhandled exceptions
graphql-subscriptions - 0.5.2

Published by NeoPhi about 7 years ago

0.5.2

graphql-subscriptions - 0.5.1

Published by NeoPhi about 7 years ago

0.5.1

graphql-subscriptions - 0.5.0

Published by NeoPhi about 7 years ago

0.5.0

graphql-subscriptions - 0.4.3

Published by dotansimha over 7 years ago

  • Properly propagate return() and throw() through withFilter PR #74
graphql-subscriptions - 0.3.1

Published by Urigo over 7 years ago

graphql-subscriptions - 0.3.0

Published by Urigo over 7 years ago

Package Rankings
Top 24.35% on Repo1.maven.org
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
npm version GitHub license
Related Projects