Skip to content

Commit

Permalink
Release v3.0.2 (#3200)
Browse files Browse the repository at this point in the history
#### Fixed

- feat(q_forward): add LMTP routing handling #3199
- chore(q_forward): tighten up queue.wants handling #3199
- doc(q_forward): improve markdown formatting #3199
- helo.checks: several fixes, #3191
- q/smtp_forward: correct path to next_hop #3186
- don't leak addr parsing errors into SMTP conversation #3185
- connection: handle dns.reverse invalid throws on node v20 #3184
- rename redis command setex to setEx #3181

#### Changed

- test(helo.checks): add regression tests for #3191 #3195
- connection: handle dns.reverse invalid throws on node v20
- build(deps): bump ipaddr.js from 2.0.1 to 2.1.0 #3194
- chore: bump a few dependency versions #3184
- dns_list_base: avoid test failure when public DNS used #3184
- doc(outbound.ini) update link #3159
- doc(clamd.md) fixed spelling error #3155
  • Loading branch information
msimerson authored Jun 16, 2023
1 parent b09344e commit 5c30916
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 20 deletions.
27 changes: 18 additions & 9 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@

### Unreleased


### [3.0.2] - 2023-06-12

#### Fixed

- feat(q_forward): add LMTP routing handling #3190
- chore(q_forward): tighten up queue.wants handling #3190
- fix(q_forward): correct path to next_hop
- doc(q_forward): improve markdown formatting #3190
- helo.checks: serveral fixes, #3191
- parsing error leaking to SMTP communication #3176
- rename redis command setex to setEx #3174
- feat(q_forward): add LMTP routing handling #3199
- chore(q_forward): tighten up queue.wants handling #3199
- doc(q_forward): improve markdown formatting #3199
- helo.checks: several fixes, #3191
- q/smtp_forward: correct path to next_hop #3186
- don't leak addr parsing errors into SMTP conversation #3185
- connection: handle dns.reverse invalid throws on node v20 #3184
- rename redis command setex to setEx #3181

#### Changed

- test(helo.checks): add regression tests for #3191 #3195
- connection: handle dns.reverse invalid throws on node v20
- chore: bump a few dependency versions
- dns_list_base: avoid test failure when public DNS used
- build(deps): bump ipaddr.js from 2.0.1 to 2.1.0 #3194
- chore: bump a few dependency versions #3184
- dns_list_base: avoid test failure when public DNS used #3184
- doc(outbound.ini) update link #3159
- doc(clamd.md) fixed spelling error #3155


### [3.0.1] - 2023-01-19
Expand Down Expand Up @@ -1361,3 +1369,4 @@

[3.0.0]: https://github.com/haraka/Haraka/releases/tag/3.0.0
[3.0.1]: https://github.com/haraka/Haraka/releases/tag/3.0.1
[3.0.2]: https://github.com/haraka/Haraka/releases/tag/3.0.2
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"server",
"email"
],
"version": "3.0.1",
"version": "3.0.2",
"homepage": "http://haraka.github.io",
"repository": {
"type": "git",
Expand All @@ -25,10 +25,10 @@
"async": "^3.2.4",
"daemon": "~1.1.0",
"ipaddr.js": "~2.1.0",
"node-gyp": "^9.3.1",
"nopt": "~7.1.0",
"node-gyp": "^9.4.0",
"nopt": "~7.2.0",
"npid": "~0.4.0",
"semver": "~7.5.0",
"semver": "~7.5.2",
"sprintf-js": "~1.1.2",
"haraka-config": "^1.1.0",
"haraka-constants": "^1.0.6",
Expand All @@ -40,8 +40,8 @@
"haraka-plugin-attachment": "^1.0.7",
"haraka-plugin-spf": "1.2.0",
"haraka-plugin-redis": "^2.0.5",
"haraka-results": "^2.2.2",
"haraka-tld": "^1.1.0",
"haraka-results": "^2.2.3",
"haraka-tld": "^1.1.1",
"haraka-utils": "^1.0.3",
"openssl-wrapper": "^0.3.4",
"sockaddr": "^1.0.1"
Expand All @@ -60,7 +60,7 @@
"haraka-plugin-karma": "^2.1.0",
"haraka-plugin-limit": "^1.1.0",
"haraka-plugin-p0f": "^1.0.9",
"haraka-plugin-qmail-deliverable": "^1.1.1",
"haraka-plugin-qmail-deliverable": "^1.2.1",
"haraka-plugin-known-senders": "^1.0.8",
"haraka-plugin-rcpt-ldap": "^1.0.0",
"haraka-plugin-recipient-routes": "^1.0.4",
Expand All @@ -69,16 +69,16 @@
"haraka-plugin-uribl": "^1.0.6",
"haraka-plugin-watch": "^2.0.2",
"ocsp": "~1.2.0",
"redis": "~4.5.1",
"redis": "^4.5.1",
"tmp": "~0.2.1"
},
"devDependencies": {
"nodeunit-x": "^0.16.0",
"haraka-test-fixtures": "^1.2.1",
"haraka-test-fixtures": "^1.3.0",
"mock-require": "^3.0.3",
"eslint": "^8.39.0",
"eslint": "^8.42.0",
"eslint-plugin-haraka": "^1.0.15",
"nodemailer": "^6.9.1"
"nodemailer": "^6.9.3"
},
"bugs": {
"mail": "[email protected]",
Expand Down

0 comments on commit 5c30916

Please sign in to comment.