Skip to content

Releases: share/sharedb-redis-pubsub

v5.0.1

17 May 11:18
Compare
Choose a tag to compare
  • Add sharedb@5 support

v5.0.0: Merge pull request #23 from share/redis-v4

13 Feb 17:55
baae5e5
Compare
Choose a tag to compare

BREAKING:

  • #23 — only support redis>=4: See redis'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 a redis client, it may be eagerly connected, or may not be (as before). If using a configuration object, check the new redis@4 configuration guide

v4.0.0

16 May 16:43
Compare
Choose a tag to compare
  • Merge pull request #22 from share/sharedb-4 48a273d
  • Add support for sharedb@4 bc33095

v3.0.0...v4.0.0

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

17 May 16:06
Compare
Choose a tag to compare

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

28 Sep 16:56
Compare
Choose a tag to compare
  • #18 - Dependency updates (@ericyhwang)
    • sharedb@2 (sharedb@1 still supported)
    • Remove unused async dependency
    • Dev dependency updates: mocha@9, nyc@15

v2.0.0

31 Mar 16:19
Compare
Choose a tag to compare

💥 Breaking

  • #15 — use redis v3 by default