Releases: apollographql/graphql-subscriptions
Releases · apollographql/graphql-subscriptions
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)
0.4.3
- Properly propagate return() and throw() through withFilter PR #74
0.3.1
- Add support for
defaultValue
, fixes #49 (#50)
0.3.0
- Allow
setupFunctions
to be async (return Promise
) (#41)
- Refactor promise chaining in pubsub engine (#41)
- Fixed a possible bug with managing subscriptions internally (#29)
- Return the
Promise
from onMessage
of PubSub engine (#33)