diff --git a/Changes.md b/Changes.md index 76bb6eb83..7a5a62e57 100644 --- a/Changes.md +++ b/Changes.md @@ -1,16 +1,32 @@ ### Unreleased -- docs(outbound): remove example setting outbound_ip #3253 -- dep(plugin-es): bump version to 8.0.2 #3206 -- transaction: simplify else condition in add_data #3252 -- doc(Plugins.md): add pi-queue-kafka #3247 + +### [3.0.3] - 2023-12-31 + +#### Added + +- feat(clamd): add x-haraka-virus header #3207 - feat(rabbitmq_amqplib): configurable optional queue arguments #3239 -- fix(ob/hmail): bounce, add '' in .join() #3237 +- add queue-kafka plugin to Plugins.md (#3247) +- allow configuring optional queue arguments (#3239) + +#### Fixed + +- Fix: add empty string as param to .join() on bounce. (#3237) +- Update links in documentation (#3234) + +#### Changed + +- docs(outbound): remove example of outbound_ip (#3253) +- build(deps): bump haraka-plugin-elasticsearch from 1.0.8 to 8.0.0 (#3206) +- transaction.js: simplify else condition in add_data (#3252) +- Add missing X-Haraka-Virus header (#3207) +- q/smtp_forward: always register get_mx hook (#3204) +- dep(plugin-es): bump version to 8.0.2 #3206 - dep(pi-redis): bump version to 4.6.7 #3193 -- feat(clamd): add x-haraka-virus header #3207 -- dep(pi-spf): bump version to 1.2.1 #3214 -- feat(rabbitmq_amqplib): configurable optional queue arguments +- dep(pi-spf): bump version to 1.2.3 #3214 + ### [3.0.2] - 2023-06-12 @@ -1380,3 +1396,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 +[3.0.3]: https://github.com/haraka/Haraka/releases/tag/3.0.3 diff --git a/package.json b/package.json index 3552c419a..bb44262b1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "server", "email" ], - "version": "3.0.2", + "version": "3.0.3", "homepage": "http://haraka.github.io", "repository": { "type": "git", @@ -20,22 +20,22 @@ "node": ">=16" }, "dependencies": { - "address-rfc2821": "^2.0.1", + "address-rfc2821": "^2.1.1", "address-rfc2822": "^2.1.0", - "async": "^3.2.4", + "async": "^3.2.5", "daemon": "~1.1.0", "ipaddr.js": "~2.1.0", - "node-gyp": "^9.4.0", + "node-gyp": "^10.0.1", "nopt": "~7.2.0", "npid": "~0.4.0", - "semver": "~7.5.2", - "sprintf-js": "~1.1.2", + "semver": "~7.5.4", + "sprintf-js": "~1.1.3", "haraka-config": "^1.1.0", "haraka-constants": "^1.0.6", "haraka-dsn": "^1.0.4", "haraka-email-message": "^1.2.0", "haraka-message-stream": "^1.2.0", - "haraka-net-utils": "^1.5.0", + "haraka-net-utils": "^1.5.2", "haraka-notes": "^1.0.6", "haraka-plugin-attachment": "^1.0.7", "haraka-plugin-spf": "1.2.3", @@ -74,11 +74,11 @@ }, "devDependencies": { "nodeunit-x": "^0.16.0", - "haraka-test-fixtures": "^1.3.0", + "haraka-test-fixtures": "^1.3.1", "mock-require": "^3.0.3", - "eslint": "^8.42.0", + "eslint": "^8.55.0", "eslint-plugin-haraka": "^1.0.15", - "nodemailer": "^6.9.3" + "nodemailer": "^6.9.7" }, "bugs": { "mail": "haraka.mail@gmail.com",