|
| 1 | +# Changelog |
| 2 | + |
| 3 | +The format is based on [Keep a Changelog](https://keepachangelog.com/). |
| 4 | + |
1 | 5 | ### Unreleased
|
2 | 6 |
|
| 7 | +### [2.0.3] - 2023-12-13 |
| 8 | + |
| 9 | +- ci: use shared ci workflows |
| 10 | +- confirm maxmind db has loaded before registering hook #23 |
| 11 | +- populate [files] in package.json |
| 12 | +- dep: eslint-plugin-haraka -> @haraka/eslint-config |
| 13 | +- lint: remove duplicate / stale rules from .eslintrc |
| 14 | +- doc: renamed Changes.md -> CHANGELOG.md |
3 | 15 |
|
4 | 16 | ### 2.0.2 - 2023-02-07
|
5 | 17 |
|
6 | 18 | - fix: catching DNS timeout exception
|
7 | 19 |
|
8 |
| - |
9 | 20 | ### 2.0.1 - 2022-05-27
|
10 | 21 |
|
11 | 22 | - fix: when adding headers, assure ASN is string
|
12 | 23 | - fix: when adding header, look in correct location for asn.org
|
13 | 24 | - when create conn note, only assign properties with values
|
14 | 25 |
|
15 |
| - |
16 | 26 | ### 2.0.0 - 2022-05-23
|
17 | 27 |
|
18 | 28 | - style: replace most callbacks with async/await
|
19 | 29 | - use builtin/promises where available
|
20 | 30 | - asn.ini: switch default dns provider to rspamd
|
21 | 31 | - dep: remove async
|
22 | 32 |
|
23 |
| - |
24 | 33 | ### 1.0.9 - 2022-05-22
|
25 | 34 |
|
26 | 35 | - ci: add GitHub Actions CI, #17
|
|
30 | 39 | - style: more es6/7
|
31 | 40 | - dep(async): bump version to 3.2
|
32 | 41 |
|
33 |
| - |
34 | 42 | ### 1.0.8 - 2018-01-22
|
35 | 43 |
|
36 | 44 | - parse maxmind ASN w/o Org data
|
|
39 | 47 | - added parse_rspamd test
|
40 | 48 | - emit rspamd DNS provider results (when enabled)
|
41 | 49 |
|
42 |
| - |
43 | 50 | ### 1.0.7 - 2017-02-06
|
44 | 51 |
|
45 | 52 | - updated eslint to use eslint-plugin-haraka
|
46 | 53 | - aggregate results before emitting
|
47 | 54 |
|
48 |
| - |
49 | 55 | ### 1.0.6 - 2016-10-20
|
50 | 56 |
|
51 |
| -* when protocols[setting]=false, don't enable that protocol |
52 |
| - * ie, do what the config implies |
53 |
| - |
| 57 | +- when protocols[setting]=false, don't enable that protocol |
| 58 | + - ie, do what the config implies |
54 | 59 |
|
55 | 60 | ### 1.0.5 - 2016-10-08
|
56 | 61 |
|
|
62 | 67 |
|
63 | 68 | ### 1.0.0 - 2016-07-21
|
64 | 69 |
|
65 |
| - |
66 |
| -[2.0.2]: https://github.com/haraka/haraka-plugin-asn/releases/tag/2.0.2 |
| 70 | +[1.0.9]: https://github.com/haraka/haraka-plugin-asn/releases/tag/v1.0.9 |
| 71 | +[2.0.0]: https://github.com/haraka/haraka-plugin-asn/releases/tag/v2.0.0 |
| 72 | +[2.0.1]: https://github.com/haraka/haraka-plugin-asn/releases/tag/2.0.1 |
| 73 | +[2.0.2]: https://github.com/haraka/haraka-plugin-asn/releases/tag/v2.0.2 |
| 74 | +[2.0.3]: https://github.com/haraka/haraka-plugin-asn/releases/tag/2.0.3 |
0 commit comments