Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
- test: wait a second longer for DNS (#36)
* style: use more promises
* remove Travis test config.
* remove appveyor testing, b/c their DNS is unreliable
* docs: update CI badge URLs
  • Loading branch information
msimerson authored Apr 7, 2022
1 parent 10cb5af commit 9eaccea
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 161 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ env:
es6: true
mocha: true

parserOptions:
ecmaVersion: 2020

plugins: [ haraka ]

extends: [ eslint:recommended, plugin:haraka/recommended ]
Expand Down
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

14 changes: 13 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,38 @@

## 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
- fix: reduce log noise from same_ipv4_network #35


## 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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Build Status][ci-img]][ci-url]
[![Code Climate][clim-img]][clim-url]
[![Windows Build Status][ci-win-img]][ci-win-url]
[![NPM][npm-img]][npm-url]


Expand Down Expand Up @@ -139,10 +138,8 @@ The iprev results are added to the Authentication-Results header.


<!-- leave these buried at the bottom of the document -->
[ci-img]: https://travis-ci.org/haraka/haraka-plugin-fcrdns.svg
[ci-url]: https://travis-ci.org/haraka/haraka-plugin-fcrdns
[ci-win-img]: https://ci.appveyor.com/api/projects/status/xayl14cyhj8o834s?svg=true
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-plugin-fcrdns
[ci-img]: https://github.com/haraka/haraka-plugin-fcrdns/actions/workflows/ci-test.yml/badge.svg
[ci-url]: https://github.com/haraka/haraka-plugin-fcrdns/actions/workflows/ci-test.yml
[cov-img]: https://codecov.io/github/haraka/haraka-plugin-fcrdns/coverage.svg
[cov-url]: https://codecov.io/github/haraka/haraka-plugin-fcrdns
[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-fcrdns/badges/gpa.svg
Expand Down
20 changes: 0 additions & 20 deletions appveyor.yml

This file was deleted.

Loading

0 comments on commit 9eaccea

Please sign in to comment.