Skip to content

Commit

Permalink
Release v1.3.0 (#33)
Browse files Browse the repository at this point in the history
* replace Object.keys().forEach with for...of
* wrap milter header adds in try/catch, fixess #28
* es6: replace plugin with 'this' where not required
  • Loading branch information
msimerson committed Feb 24, 2023
1 parent 2c91637 commit 37d9067
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 92 deletions.
9 changes: 9 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
### Unreleased


### [1.3.0] - 2023-02-23

- add: defer options, similar to spamassassin.js #32
- es6: replace Object.keys().forEach with for...of
- fix: wrap milter header adds in try/catch, fixes #28


### [1.2.0] - 2022-10-14

- Make milter header handling compatible with rspamd 3.3 (#30)
Expand Down Expand Up @@ -65,3 +72,5 @@

[1.1.8]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.1.8
[1.1.9]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.1.9
[1.2.0]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.2.0
[1.3.0]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.3.0
Loading

0 comments on commit 37d9067

Please sign in to comment.