Releases: apollographql/graphql-subscriptions
Releases · apollographql/graphql-subscriptions
2.0.0
- Support
graphql@16
; does not support graphql
older than 15.7.2.
1.1.0
- 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.
1.0.0
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
0.5.5
0.5.5
- FilterFn can return a Promise
- Allow passing in a custom
EventEmitter
to PubSub
0.5.4
0.5.4
- Better define
withFilter
return type PR #111
0.5.3
0.5.3
- Require iterall ^1.1.3 to address unhandled exceptions
0.5.2
0.5.2
- Require iterall ^1.1.2 to address memory leak [Issue #97] (#97)
- Remove
@types/graphql
dependency. [PR #105] (#105)
0.5.1
0.5.1
withFilter
now called with (rootValue, args, context, info)
[PR #103] (#103)
0.5.0
0.5.0
- BREAKING CHANGE: Removed deprecated code. [PR #104] (#104)
- BREAKING CHANGE: Minimum GraphQL version bumped to 0.10.X. [PR #104] (#104)