Skip to content

Commit a1f19d0

Browse files
chore(master): release 1.45.6 [skip-ci] (#798)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 730ee79 commit a1f19d0

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.45.6](https://github.com/zone-eu/wildduck/compare/v1.45.5...v1.45.6) (2025-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **addMessage-moveMessage-async-await:** Rewrite addMessage, moveMessage to async/await ZMS-187 ([#779](https://github.com/zone-eu/wildduck/issues/779)) ([d91f112](https://github.com/zone-eu/wildduck/commit/d91f11233118e4b7a7ce43976adedfdbfedc5427))
9+
* **autoreply-test:** fix autoreply PUT test in case of high latency ([#800](https://github.com/zone-eu/wildduck/issues/800)) ([edd9a5b](https://github.com/zone-eu/wildduck/commit/edd9a5baa291e7034428c2d00f62dcd66e49d672))
10+
* **messages-api-timeout:** Add maxTimeMS timeout to mongopaging queries in messages api ZMS-204 ([#799](https://github.com/zone-eu/wildduck/issues/799)) ([3c9aa2a](https://github.com/zone-eu/wildduck/commit/3c9aa2ac00001c4b0e8f293a52d3bb7f9fbda8d2))
11+
* **moveAsync:** ZMS-215: fix incorrect existsEntries and removeEntries clearing in updateMessage() ([#803](https://github.com/zone-eu/wildduck/issues/803)) ([f0f35e1](https://github.com/zone-eu/wildduck/commit/f0f35e1b67e790e51c002cb264b82054056e9d64))
12+
* **outbound-mta-relay:** ZMS-171 Add support for an outbound MTA relay ([#787](https://github.com/zone-eu/wildduck/issues/787)) ([77625e8](https://github.com/zone-eu/wildduck/commit/77625e89d7050653a9589610785820ddc6dc3209))
13+
* **readme-fixes:** Readme fixes and changes ZMS-208 ([#801](https://github.com/zone-eu/wildduck/issues/801)) ([04b2751](https://github.com/zone-eu/wildduck/commit/04b2751f8730ba86d93c97f8c7859fd5d4edc2f7))
14+
* **settingsHandler-bulk_batch_size:** ZMS-218: make BULK_BATCH_SIZE value configurable through settings API ([#804](https://github.com/zone-eu/wildduck/issues/804)) ([730ee79](https://github.com/zone-eu/wildduck/commit/730ee790c9aecd437454661828b0fef47c745819))
15+
* ZMS-210 API and docs fallback values updates ([#802](https://github.com/zone-eu/wildduck/issues/802)) ([5ce9989](https://github.com/zone-eu/wildduck/commit/5ce9989313ae84284b0350c63813c3a448afb9ef))
16+
317
## [1.45.5](https://github.com/zone-eu/wildduck/compare/v1.45.4...v1.45.5) (2025-03-14)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wildduck",
3-
"version": "1.45.5",
3+
"version": "1.45.6",
44
"description": "IMAP/POP3 server built with Node.js and MongoDB",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)