1.1.0 - 2022-07-20
- fix: timeout DNS 1 second before plugin timeout
- resolve_ptr_names: simplify with async/await & Promise.all
1.0.6 - 2022-06-05
- ci: update GHA shared workflows
- ci: add submodule .release
- doc(changes): add Unreleased marker
- fix: reduce log noise from same_ipv4_network #35
- style: use dns promises, backtick strings, for..of
- style: ecmaVersion=2020 (node 14+)
- require haraka-net-utils > 1.3.4
- ci: more updates
- ci: replace opendns test IP with 1.1.1.1
- ci: restore to working order
- Fix data hook #12
- Replace string concatenations with template literals #8
- domains with fcrdns were being rejected #7
- eslint no-var #5
- update name of fcrdns.ini (drop connect prefix) #2
- es6: replace var with const/let
- style: remove ending semicolons
- initial release