Releases: share/sharedb-redis-pubsub
Releases · share/sharedb-redis-pubsub
v5.1.0: Merge pull request #24 from share/bump-redis-version
- #24 — Add
redis@5support (@dawidreedsy)
v5.0.1
- Add
sharedb@5support
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-pubsubshould need minimal changes to its configuration: if passing in aredisclient, it may be eagerly connected, or may not be (as before). If using a configuration object, check the newredis@4configuration 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
asyncdependency - Dev dependency updates: mocha@9, nyc@15