Skip to content

Commit b68d3fa

Browse files
chore(master): release 1.46.21 [skip-ci] (#986)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 312f9f7 commit b68d3fa

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.46.20"
2+
".": "1.46.21"
33
}

CHANGELOG.md

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

3+
## [1.46.21](https://github.com/zone-eu/wildduck/compare/v1.46.20...v1.46.21) (2026-02-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **logging-autoreply:** ZMSA-65: loggelf autoreply error in filterHandler.storeMessage ([#983](https://github.com/zone-eu/wildduck/issues/983)) ([7b43049](https://github.com/zone-eu/wildduck/commit/7b43049a614a3bafc6d878e8923b81557e80e789))
9+
* **logging-redis:** ZMSA-78: Improve redis config, error logging and retry handling ([#987](https://github.com/zone-eu/wildduck/issues/987)) ([86d2627](https://github.com/zone-eu/wildduck/commit/86d26276a5ad58a689ea60378a71ec6f827bdad2))
10+
* **messages-search:** ZMSA-80: fix SearchString import. Fix messages search q param parsing, add search tests for q param ([#990](https://github.com/zone-eu/wildduck/issues/990)) ([312f9f7](https://github.com/zone-eu/wildduck/commit/312f9f787fc75881c15303f7833be978e4325f21))
11+
* ZMSA-64: on API outbound email sends add passwordType: master to envelope object ([#978](https://github.com/zone-eu/wildduck/issues/978)) ([24ba575](https://github.com/zone-eu/wildduck/commit/24ba57520afd88aa5435fc365f55ea3695f0d66a))
12+
313
## [1.46.20](https://github.com/zone-eu/wildduck/compare/v1.46.19...v1.46.20) (2026-01-29)
414

515

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": "@zone-eu/wildduck",
3-
"version": "1.46.20",
3+
"version": "1.46.21",
44
"description": "IMAP/POP3 server built with Node.js and MongoDB",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)