# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.2.0] - 2026-05-17

- dep: address-rfc2821 -> @haraka/email-address

### [1.1.5] - 2026-05-20

- fix: guard against null domains

### [1.1.4] - 2026-05-18

- fix: updated dkim plugin name
- fix: DKIM can now be standalone auth
- test: runner is now node:test
- test: coverage is now also node:test
- remove unnecessary done callbacks in async tests

### [1.1.3] - 2025-11-15

- deps: dump all versions to latest

### [1.1.2] - 2025-01-26

- prettier: move config into package.json

### [1.1.1] - 2025-01-22

- deps: bump all to latest
- style: automated code formatting with prettier
- populate [files] in package.json
- doc(CONTRIBUTORS): added
- doc: mv Changes.md CHANGELOG.md

### [1.1.0] - 2023-12-12

- feat(ignored_ods): ignore specified org domains
- style(es6): replace for i with for...of
- ci(publish): only when package.json modified
- ci: use shared workflows

#### 1.0.9 - 2022-05-28

- restore a plugin = this, context demands it
- add .release submodule

### 1.0.8 - 2022-05-24

- feat(redis): compatibility with redis 4
- dep(eslint): 4 -> 8
- dep(pi-redis): \* -> 2
- ci: replace travis/appveyor with GHA
- lint: prefer-template
- doc(README): badge updates
- style: plugin -> this

### 1.0.7 - 2019-03-16

- assure already_matched has 'this' in context.
- add some es6 interpoled strings

### 1.0.6 - 2018-12-06

- move declarations up to restore `var` variable hoisting behavior

### 1.0.5 - 2018-11-16

- reduce severity of log message when no passing dkim results

### 1.0.4 - 2018-11-16

- quit redis conn after last test
- add skeleton support for TLS validation
- travis: remove node 4, add node 8 CI testing

### 1.0.3 - 2016-02-06

- inherit redis config from redis.ini
- add tests for get_recipient_domains_by_txn

### 1.0.2 - 2016-02-06

- inherit from haraka-plugin-redis (vs redis)

[1.0.8]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/1.0.8
[1.0.9]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/1.0.9
[1.1.0]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/1.1.0
[1.1.1]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.1
[1.1.2]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.2
[1.1.3]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.3
[1.1.4]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.4
[1.1.5]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.5
[1.2.0]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.2.0
