Skip to content

Releases: davidyaha/graphql-redis-subscriptions

v2.6.1

02 May 16:16
62cd88b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.6.1

Update to ioredis 5.x, remove iterall depedency and potential performance increase

15 Dec 20:13
Compare
Choose a tag to compare

Added support for message buffer

15 May 20:06
Compare
Choose a tag to compare

Thanks to @ skabbes for #360 - Added support for message buffer. Please refer to the README to see how to use that with either node-redis or ioredis.

Fixed compiled code in package bundle

03 Sep 09:19
Compare
Choose a tag to compare

IMPORTANT: Do not use v2.3.0 if you want the updated dependencies and Cluster support as the dist folder was mistakenly left out of the version update.
Please use this - v2.3.1

Added redis cluster support

02 Sep 13:21
Compare
Choose a tag to compare

IMPORTANT: The published version on NPM was pulled as it does not have the updated features. please use v2.3.1

  • Updated dependencies
  • Migrated from tslint to eslint
  • Migrated from old Istanbul to Nyc for coverage

Thanks to @arsonik!

v2.1.2

25 Dec 13:30
Compare
Choose a tag to compare

Added channelOptions and triggerTransform support

08 Oct 14:22
Compare
Choose a tag to compare

Refer to README to check how to use the new feature.