From 5c309168e63f1fb03d47cad126323bdde20ef091 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Fri, 16 Jun 2023 13:57:06 -0700 Subject: [PATCH] Release v3.0.2 (#3200) #### 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 --- Changes.md | 27 ++++++++++++++++++--------- package.json | 22 +++++++++++----------- 2 files changed, 29 insertions(+), 20 deletions(-) diff --git a/Changes.md b/Changes.md index 4a7cd5636..154f4723e 100644 --- a/Changes.md +++ b/Changes.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 0c07334c9..c4b56db07 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "server", "email" ], - "version": "3.0.1", + "version": "3.0.2", "homepage": "http://haraka.github.io", "repository": { "type": "git", @@ -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", @@ -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" @@ -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", @@ -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": "haraka.mail@gmail.com",