From 2b193a2c08fc8669a403d65c37892de03061b52f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:45:58 +0200 Subject: [PATCH] chore(master): release 1.42.3 [skip-ci] (#638) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c83348..3f4ac600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.42.3](https://github.com/nodemailer/wildduck/compare/v1.42.2...v1.42.3) (2024-03-14) + + +### Bug Fixes + +* **api-autoreplies:** Added logging to graylog. Autoreply docs have a created field now ZMS-127 ([#633](https://github.com/nodemailer/wildduck/issues/633)) ([f6f5f5e](https://github.com/nodemailer/wildduck/commit/f6f5f5eb65023e8272fbac4d07da1d70070ea5e4)) +* **api-domainaliases:** Added DomainAliases API endpoints to API docs generation ZMS-132 ([#641](https://github.com/nodemailer/wildduck/issues/641)) ([5af8126](https://github.com/nodemailer/wildduck/commit/5af8126e549760fb2a0c51be9dff73a16164d44e)) +* **api-generation:** api generation package now uses WIldduck Joi and does not depend on fixed joi version ZMS-126 ([#639](https://github.com/nodemailer/wildduck/issues/639)) ([9f704f7](https://github.com/nodemailer/wildduck/commit/9f704f7c5d6bbb99db85c96c2ec494490dc34564)) +* **api-quota:** Quota reset now also logs storage diff. Log now includes zero valued fields ZMS-128 ([#640](https://github.com/nodemailer/wildduck/issues/640)) ([64c6b5e](https://github.com/nodemailer/wildduck/commit/64c6b5e63cc7d7fbcc6d17ea0e63108c07bceb78)) +* **move:** Extend move operaiton lock automatically ([b1ba513](https://github.com/nodemailer/wildduck/commit/b1ba513a5571f19980283dbec2199171abc09fa0)) +* **move:** Increase lock time for moving messages ([b7f0aa6](https://github.com/nodemailer/wildduck/commit/b7f0aa6a22cd8cc57071dce5ed03483b28442ff5)) +* **password-hash:** Rehash pbkdf2 if required iterations count increases ([3b7f28c](https://github.com/nodemailer/wildduck/commit/3b7f28c1281b14f5d7e84bd3d630eee96e8dd91f)) +* **password-hash:** Update PBKDF2 iteration count to more closely align with OWASP recommendations ([#648](https://github.com/nodemailer/wildduck/issues/648)) ([46654da](https://github.com/nodemailer/wildduck/commit/46654da594a8cca006bcaf93f94d443a04130efd)) + ## [1.42.2](https://github.com/nodemailer/wildduck/compare/v1.42.1...v1.42.2) (2024-02-26) diff --git a/package-lock.json b/package-lock.json index 5a75cdd9..f5cd6534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wildduck", - "version": "1.42.2", + "version": "1.42.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wildduck", - "version": "1.42.2", + "version": "1.42.3", "license": "EUPL-1.2", "dependencies": { "@fidm/x509": "1.2.1", diff --git a/package.json b/package.json index 29653237..404818ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildduck", - "version": "1.42.2", + "version": "1.42.3", "description": "IMAP/POP3 server built with Node.js and MongoDB", "main": "server.js", "scripts": {