Skip to content

Commit 5c30916

Browse files
authored
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
1 parent b09344e commit 5c30916

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

Changes.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11

22
### Unreleased
33

4+
5+
### [3.0.2] - 2023-06-12
6+
47
#### Fixed
58

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

1418
#### Changed
1519

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

2028

2129
### [3.0.1] - 2023-01-19
@@ -1361,3 +1369,4 @@
13611369

13621370
[3.0.0]: https://github.com/haraka/Haraka/releases/tag/3.0.0
13631371
[3.0.1]: https://github.com/haraka/Haraka/releases/tag/3.0.1
1372+
[3.0.2]: https://github.com/haraka/Haraka/releases/tag/3.0.2

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"server",
1010
"email"
1111
],
12-
"version": "3.0.1",
12+
"version": "3.0.2",
1313
"homepage": "http://haraka.github.io",
1414
"repository": {
1515
"type": "git",
@@ -25,10 +25,10 @@
2525
"async": "^3.2.4",
2626
"daemon": "~1.1.0",
2727
"ipaddr.js": "~2.1.0",
28-
"node-gyp": "^9.3.1",
29-
"nopt": "~7.1.0",
28+
"node-gyp": "^9.4.0",
29+
"nopt": "~7.2.0",
3030
"npid": "~0.4.0",
31-
"semver": "~7.5.0",
31+
"semver": "~7.5.2",
3232
"sprintf-js": "~1.1.2",
3333
"haraka-config": "^1.1.0",
3434
"haraka-constants": "^1.0.6",
@@ -40,8 +40,8 @@
4040
"haraka-plugin-attachment": "^1.0.7",
4141
"haraka-plugin-spf": "1.2.0",
4242
"haraka-plugin-redis": "^2.0.5",
43-
"haraka-results": "^2.2.2",
44-
"haraka-tld": "^1.1.0",
43+
"haraka-results": "^2.2.3",
44+
"haraka-tld": "^1.1.1",
4545
"haraka-utils": "^1.0.3",
4646
"openssl-wrapper": "^0.3.4",
4747
"sockaddr": "^1.0.1"
@@ -60,7 +60,7 @@
6060
"haraka-plugin-karma": "^2.1.0",
6161
"haraka-plugin-limit": "^1.1.0",
6262
"haraka-plugin-p0f": "^1.0.9",
63-
"haraka-plugin-qmail-deliverable": "^1.1.1",
63+
"haraka-plugin-qmail-deliverable": "^1.2.1",
6464
"haraka-plugin-known-senders": "^1.0.8",
6565
"haraka-plugin-rcpt-ldap": "^1.0.0",
6666
"haraka-plugin-recipient-routes": "^1.0.4",
@@ -69,16 +69,16 @@
6969
"haraka-plugin-uribl": "^1.0.6",
7070
"haraka-plugin-watch": "^2.0.2",
7171
"ocsp": "~1.2.0",
72-
"redis": "~4.5.1",
72+
"redis": "^4.5.1",
7373
"tmp": "~0.2.1"
7474
},
7575
"devDependencies": {
7676
"nodeunit-x": "^0.16.0",
77-
"haraka-test-fixtures": "^1.2.1",
77+
"haraka-test-fixtures": "^1.3.0",
7878
"mock-require": "^3.0.3",
79-
"eslint": "^8.39.0",
79+
"eslint": "^8.42.0",
8080
"eslint-plugin-haraka": "^1.0.15",
81-
"nodemailer": "^6.9.1"
81+
"nodemailer": "^6.9.3"
8282
},
8383
"bugs": {
8484
"mail": "[email protected]",

0 commit comments

Comments
 (0)