Skip to content

Releases: davidyaha/graphql-redis-subscriptions

v2.7.0

13 Dec 14:45
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @types/node from 16.11.7 to 20.12.9 by @dependabot in #615
  • chore(deps-dev): bump @typescript-eslint/parser from 5.36.0 to 5.62.0 by @dependabot in #614
  • chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 by @dependabot in #612
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #621
  • chore(deps-dev): bump @types/chai-as-promised from 7.1.5 to 7.1.8 by @dependabot in #618
  • chore(deps-dev): bump @types/simple-mock from 0.8.2 to 0.8.6 by @dependabot in #611
  • build: target es2020 instead of es5 by @anajavi in #635
  • feat: support graphql subscriptions v3 by @williamrijksen in #636
  • chore(deps-dev): bump chai and @types/chai by @dependabot in #629
  • chore(deps-dev): bump graphql from 16.6.0 to 16.9.0 by @dependabot in #625
  • chore(deps): bump ioredis from 5.3.2 to 5.4.1 by @dependabot in #616
  • Update github actions and let dependabot maintain them by @anajavi in #591
  • chore(deps-dev): bump nyc from 15.1.0 to 17.1.0 by @dependabot in #641
  • chore(deps-dev): bump @types/node from 20.12.9 to 22.10.2 by @dependabot in #639
  • chore(deps-dev): bump typescript from 4.9.4 to 5.7.2 by @dependabot in #638

New Contributors

Full Changelog: v2.6.1...v2.7.0

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.