haraka/haraka-plugin-fcrdns

View on GitHub
Changes.md

Summary

Maintainability
Test Coverage
### Unreleased


### [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


### 1.0.5 - 2022-04-07

- 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


### 1.0.4 - 2022-04-07

- ci: restore to working order


### 1.0.3 - 2018-11-20

- Fix data hook #12
- Replace string concatenations with template literals #8


### 1.0.2 - 2017-09-19

- domains with fcrdns were being rejected #7
- eslint no-var #5


### 1.0.1 - 2017-09-14

- update name of fcrdns.ini (drop connect prefix) #2
- es6: replace var with const/let
- style: remove ending semicolons


### 1.0.0 - 2017-02-05

- initial release


[1.0.6]: https://github.com/haraka/haraka-plugin-fcrdns/releases/tag/1.0.6
[1.1.0]: https://github.com/haraka/haraka-plugin-fcrdns/releases/tag/1.1.0