Releases: davidyaha/graphql-redis-subscriptions
Releases · davidyaha/graphql-redis-subscriptions
v2.6.1
What's Changed
- Fix: buffer messages from external resource by @nicomoya123 in #582
- Fix CI by using pinned version of redis-cluster by @anajavi in #609
- chore: export type definitions for options by @yharaskrik in #607
- feat: use @types instead of inferring from ioredis directly by @bneigher in #606
- Fix concurrent subscribe race condition by @mlaflamm in #599
- chore(deps): bump json5 from 2.1.3 to 2.2.3 by @dependabot in #573
- chore(deps-dev): bump graphql from 15.7.2 to 16.6.0 by @dependabot in #561
- chore(deps-dev): bump @istanbuljs/nyc-config-typescript from 1.0.1 to 1.0.2 by @dependabot in #563
- chore(deps-dev): bump @babel/traverse from 7.11.0 to 7.24.5 by @dependabot in #610
New Contributors
- @nicomoya123 made their first contribution in #582
- @yharaskrik made their first contribution in #607
- @bneigher made their first contribution in #606
- @mlaflamm made their first contribution in #599
Full Changelog: v2.6.0...v2.6.1
Update to ioredis 5.x, remove iterall depedency and potential performance increase
Thanks to all contributors!
Added support for message buffer
Fixed compiled code in package bundle
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
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
Added channelOptions and triggerTransform support
Refer to README to check how to use the new feature.