- Bump iterall version
- Add
graphql@0.13topeerDependencies.
- Add
graphql@0.12topeerDependencies.
- FilterFn can return a Promise
- Allow passing in a custom
EventEmittertoPubSub
- Better define
withFilterreturn type PR #111
- Require iterall ^1.1.3 to address unhandled exceptions
- Require iterall ^1.1.2 to address memory leak [Issue #97] (apollographql#97)
- Remove
@types/graphqldependency. [PR #105] (apollographql#105)
withFilternow called with(rootValue, args, context, info)[PR #103] (apollographql#103)
- BREAKING CHANGE: Removed deprecated code. [PR #104] (apollographql#104)
- BREAKING CHANGE: Minimum GraphQL version bumped to 0.10.X. [PR #104] (apollographql#104)
- Properly propagate return() and throw() through withFilter PR #74
- Fixed issue with
withFiltercausing to use the same iterator PR #69
- Fixed exports issue with TypeScript PR #65
- Added
asyncIterator(channelName: string)toPubSubimplementation PR #60 - Added
withFilterto allowAsyncIteratorfiltering PR #60 - Deprecate
SubscriptionManagerPR #60 - Fixed
withFilterissue caused multiple subscribers to execute with the same AsyncIterator PR #69
- Add support for
defaultValue, fixes #49 (apollographql#50)
- Allow
setupFunctionsto be async (returnPromise) (apollographql#41) - Refactor promise chaining in pubsub engine (apollographql#41)
- Fixed a possible bug with managing subscriptions internally (apollographql#29)
- Return the
PromisefromonMessageof PubSub engine (apollographql#33)
- update
graphqldependency to 0.9.0
- made
graphqla peer dependency and updated it to 0.8.2
- Fixed a bug that caused subscriptions without operationName to fail