Releases: haraka/haraka-plugin-asn
Releases · haraka/haraka-plugin-asn
2.0.5
- skip lookups if they've already succeeded (IE, DNS after MM)
- emit only one log entry after successful lookups
- return an appropriate (empty) exit code after DNS lookups
- maxmind: switch to lookup_rdns hook (same as DNS)
2.0.4
- dep(eslint): upgrade to v9
2.0.3
- confirm maxmind DBs loaded before registering hook #23
- populate [files] in package.json
- doc: renamed Changes.md -> CHANGELOG.md
- doc(CONTRIBUTORS): added
- lint dep: eslint-plugin-haraka -> @haraka/eslint-config
- lint: remove duplicate / stale rules from .eslintrc
- prettier
- test: increase timeout for DNS results
- chore: remove old config compat shim
2.0.2
- b7df6df lint fix
- e25dae7 ci: depend on GHA shared workflows
- bccb177 ci: merged lint into ci-test.yml
- 5960138 Catch DNS timeout introduced at async/await rewrite (#21)
2.0.1
Release 2.0.1 (#20)
* ci: merged lint into ci-test.yml
* ci: depend on GHA shared workflows
- fix: when adding headers, assure ASN is string
- fix: when adding header, look in correct location for asn.org
- when create conn note, only assign properties with values
v2.0.0
- style: replace most callbacks with async/await
- use builtin/promises where available
- asn.ini: switch default dns provider to rspamd
- dep: remove async
v1.0.9
- ci: add GitHub Actions CI, #17
- ci: remove appveyor and travis configs
- lint: prefer-template
- test: wait longer for dns test
- style: more es6/7
- dep(async): bump version to 3.2