Skip to content

Releases: apollographql/graphql-subscriptions

0.5.0

12 Sep 19:09
Compare
Choose a tag to compare

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

12 Jun 08:53
Compare
Choose a tag to compare
  • Properly propagate return() and throw() through withFilter PR #74

0.3.1

17 Mar 16:27
Compare
Choose a tag to compare
  • Add support for defaultValue, fixes #49 (#50)

0.3.0

05 Feb 12:01
Compare
Choose a tag to compare
  • 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)