Skip to content

Commit c74f56a

Browse files
chore(master): release 1.49.6 [skip-ci] (#1128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc172c7 commit c74f56a

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.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.49.5"
2+
".": "1.49.6"
33
}

CHANGELOG.md

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

3+
## [1.49.6](https://github.com/zone-eu/wildduck/compare/v1.49.5...v1.49.6) (2026-08-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **api-collapseThreads:** ZMS-86: Message listing non-collapsed list return correct hasDrafts ([#1129](https://github.com/zone-eu/wildduck/issues/1129)) ([6a9874c](https://github.com/zone-eu/wildduck/commit/6a9874c539acbfb3ca46f05a34f3c5feb00b1735))
9+
* **api:** avoid moving full documents through the collapseThreads aggregation ([#1135](https://github.com/zone-eu/wildduck/issues/1135)) ([da1499d](https://github.com/zone-eu/wildduck/commit/da1499d834ba8b0d4af6fc152a20dc448ca2bd7e))
10+
* **audit:** reject store() when the GridFS upload stream errors ([#1130](https://github.com/zone-eu/wildduck/issues/1130)) ([a8d1c4f](https://github.com/zone-eu/wildduck/commit/a8d1c4f1b8b8f3aaca068d7e5ca28341ee53ce04))
11+
* bump deps ([#1139](https://github.com/zone-eu/wildduck/issues/1139)) ([cc172c7](https://github.com/zone-eu/wildduck/commit/cc172c74f51eb2245c23fdbd139757c8c82d22cb))
12+
* **deps:** pin yargs to 17.7.2, v18 is ESM only ([0ebb842](https://github.com/zone-eu/wildduck/commit/0ebb842c3bdb125463acd0ae4e4c482857bb941a))
13+
* ZMS-52: Add prometheus support ([#1093](https://github.com/zone-eu/wildduck/issues/1093)) ([5cce359](https://github.com/zone-eu/wildduck/commit/5cce359d2da8808eb4548c75bb944561c5dc33ba))
14+
315
## [1.49.5](https://github.com/zone-eu/wildduck/compare/v1.49.4...v1.49.5) (2026-07-22)
416

517

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

0 commit comments

Comments
 (0)