Skip to content

Releases: haraka/haraka-plugin-redis

2.0.7

22 Apr 06:43
828ae6b
Compare
Choose a tag to compare
  • 32300b1 doc: Changes -> CHANGELOG
  • 5f2c421 prettier
  • 3b731cc ci: update to shared GHA workflows
  • 97c5d18 lint: remove duplicate / stale rules from .eslintrc
  • 4026d82 populate [files] in package.json. Delete .npmignore.
  • 4896773 doc(CONTRIBUTORS): added

2.0.6

12 Dec 22:58
ca6c766
Compare
Choose a tag to compare
  • doc(README): '[socket]' is now '[server]' (#39)
  • chore(ci): add .release, updated dot files

2.0.5

26 May 20:57
76a66ba
Compare
Choose a tag to compare

2.0.4

25 May 22:01
8dea153
Compare
Choose a tag to compare
style: make redis_ping async function (#37)

2.0.3

24 May 21:19
4d9cfc7
Compare
Choose a tag to compare
  • ffee4ee add .connect() as is now required, fixes #32 (#34)
  • da93f4c fix: rename p* methods -> * (required in redis v4) (#33)
  • ci: updated syntax

2.0.0

30 Mar 05:24
d0a29fe
Compare
Choose a tag to compare
  • d0a29fe dep: redis 3 -> 4, API change to promises (#31)

1.0.13

15 Oct 04:27
Compare
Choose a tag to compare
  • 50ecf0c add redis service to master workflow
  • da5ba6a release 1.0.13 (#30)
  • 2458117 switch CI to GitHub Actions
  • af1bc26 Merge pull request #28 from haraka/v1.0.12
  • 11cf531 update appveyor run line
  • aa8cd76 release 1.0.12
  • fe02b26 ci test: drop node 6, add node 12
  • f9eeb0a Merge pull request #21 from haraka/shared-handle
  • 0185979 test message improvements
  • f5d05d0 improved shared handle criteria
  • a5ef1a0 Merge pull request #20 from haraka/18-config-opts
  • 9f58e2b test: merges redis.ini [opts] into plugin config
  • ab3bdf8 README: tell to add config options in plugins [redis]
  • ddc725f add missing [server] in redis.ini
  • 81907d8 Changes formatting
  • ebe2374 Changes formatting
  • 70fbd9a apply all opts to [server] config
  • d3d8a04 Merge pull request #17 from haraka/v1.0.9
  • 1e7750b revert chaining of final function
  • 989c9bb another es6 string template
  • ac4c807 improve connection failure handling
  • 72989ea Merge pull request #15 from haraka/greenkeeper/update-to-node-10
  • 26fb90d Update to node 10 in .travis.yml
  • 246791e Merge pull request #13 from haraka/redis-disconnect
  • e227c15 es6: use arrow functions, improved syntax
  • a1041a0 see also #2
  • b72b668 upon punsubscribe, quit() (disconnect) redis client
  • 597255a Merge pull request #12 from haraka/eslint-no-var
  • 3c71abc eslint no-var updates
  • 78c895d Merge pull request #10 from haraka/node4
  • 2473b81 replace node 4 with node 8 testing
  • 5430a87 Merge pull request #7 from haraka/redis-pubsub-password
  • fc9a3a7 version bump 1.0.7
  • 43aa47a use node 6 on appveyor
  • f21b808 copy opts into pubsub config
  • e46eb5b Merge pull request #5 from haraka/3-eslint4-compat
  • e6e59b4 update for compat with eslint 4
  • c7e18b4 Merge pull request #2 from haraka/1955-redis-sub-lingerers
  • fa4eca3 upon unsubscribing, close redis client
  • 2c2fdc3 remove retry_strategy, release 1.0.4
  • b4a0be8 better fix for unset properties in tests
  • 4967493 update Appveyor badge URL
  • f3d16e1 dont break when no [redis] config exists
  • 0fe7ec8 url fix
  • 143bd1e appveyor, codeclimate, and badges
  • 3d5b48d dev: depend on eslint-plugin-haraka
  • ec8f976 Merge pull request #1 from haraka/greenkeeper/initial
  • 324aa79 add redis-server to travis config
  • ccd2059 docs(readme): add Greenkeeper badge
  • a51e6e9 imported from Haraka
  • 1d323cc Initial commit