Releases: share/sharedb-redis-pubsub
Releases · share/sharedb-redis-pubsub
v5.0.1
v5.0.0: Merge pull request #23 from share/redis-v4
BREAKING:
- #23 — only support
redis>=4
: Seeredis
's migration guide for upgrading their driver. Once using the new driver version,sharedb-redis-pubsub
should need minimal changes to its configuration: if passing in aredis
client, it may be eagerly connected, or may not be (as before). If using a configuration object, check the newredis@4
configuration guide
v4.0.0
What's Changed
- Add support for sharedb@4 by @craigbeck in #22
New Contributors
- @craigbeck made their first contribution in #22
Full Changelog: v3.0.0...v4.0.0
v3.0.0
What's Changed
- Add CI testing for Node 18, drop Node 10 and 12 by @ericyhwang in #20
No breaking changes aside from the Node version update. Still works for now on Node 10 and 12 if you happen to be using them, they just won't be tested going forward.
Full Changelog: v2.0.1...v3.0.0
v2.0.1
- #18 - Dependency updates (@ericyhwang)
- sharedb@2 (sharedb@1 still supported)
- Remove unused
async
dependency - Dev dependency updates: mocha@9, nyc@15