Skip to content

Releases: haraka/haraka-plugin-karma

2.1.7

31 Jan 19:10
27107ac
Compare
Choose a tag to compare
  • replace utils.in_array with [].includes
  • dep(eslint): upgrade to v9
  • doc(CONTRIBUTORS): updated

2.1.6

31 Jan 19:13
a8c1185
Compare
Choose a tag to compare

fix missing error handler on redis client (#61)

2.1.5

23 Apr 18:01
15825ea
Compare
Choose a tag to compare
  • chore: format
  • doc(README): remove spurious markdown link
  • doc(CONTRIBUTORS): added

2.1.4

07 Apr 18:26
2aa33ed
Compare
Choose a tag to compare
  • style: prettier
  • doc(CHANGELOG): ordered urls
  • package.json: added scripts
  • eslint: reduce config to depending on @haraka

2.1.3

06 Apr 17:05
19e2fff
Compare
Choose a tag to compare
  • ci: use shared configs
  • style(es6): replace for..i with for...of
  • deps(*): bump versions to latest

2.1.2

12 Dec 06:32
9209e65
Compare
Choose a tag to compare
  • config: update several plugin names
  • style(es6): refer to plugin as 'this'

2.1.1

23 Aug 01:33
4818667
Compare
Choose a tag to compare
  • 2dc2f4f dep(redis): bump ver to 4.6.7
  • 446678d fix: check_result unexpected return (#50)

2.1.0

30 Nov 06:36
44d5d5e
Compare
Choose a tag to compare
  • fix: in disconnect, call redis_unsub after skip check
  • dep(redis): 4 -> 4.1
  • dep(pi-redis): 2 -> 2.0.5

2.0.4

28 May 19:03
e7bdd87
Compare
Choose a tag to compare
  • use .release as submodule

2.0.3

28 May 18:24
65a814d
Compare
Choose a tag to compare
  • fix: depend directly on redis
  • fix: update redis command names for v4 compatibility
  • fix: update redis commands to be async