Skip to content

Commit 168e4cc

Browse files
chore(master): release 1.46.0 [skip-ci] (#870)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1dc422f commit 168e4cc

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [1.46.0](https://github.com/zone-eu/wildduck/compare/v1.45.13...v1.46.0) (2025-10-07)
4+
5+
6+
### Features
7+
8+
* **deps-node:** ZMS-267: Bump Deps, Update API Docs, Remove support for node v16 and v18 ([#867](https://github.com/zone-eu/wildduck/issues/867)) ([48ee3ea](https://github.com/zone-eu/wildduck/commit/48ee3ead8ca4a33d2cb5bd47181ebd8814588d85))
9+
10+
11+
### Bug Fixes
12+
13+
* **addressregister:** ZMS-268: add new addressregister endpoint to disable an entry or edit it ([#873](https://github.com/zone-eu/wildduck/issues/873)) ([08e5070](https://github.com/zone-eu/wildduck/commit/08e5070f45f8e062bc2bcb75c9ece66c9bdd6313))
14+
* **fulltext-filter:** ZMS-257: Add boolean logic to fulltext filter ([#863](https://github.com/zone-eu/wildduck/issues/863)) ([06569f6](https://github.com/zone-eu/wildduck/commit/06569f6eb93f9fccf6dfb649651158fcec807fbd))
15+
* **messages-search:** ZMS-271: optimize user messages search query ([#876](https://github.com/zone-eu/wildduck/issues/876)) ([63811c7](https://github.com/zone-eu/wildduck/commit/63811c7787b5e254f0b425d326762d05a20ba935))
16+
* **migrations:** ZMS-274 Implement MongoDb Migrations in Wildduck ([#879](https://github.com/zone-eu/wildduck/issues/879)) ([f71972d](https://github.com/zone-eu/wildduck/commit/f71972d1237927326259837c8163604389f9877b))
17+
* **pop3download-log:** ZMS-263: POP3RETR OK also log transferred bytes' size ([#872](https://github.com/zone-eu/wildduck/issues/872)) ([5411118](https://github.com/zone-eu/wildduck/commit/5411118da00db859ec3981f525fab6c51c4b6113))
18+
* **pwned-check:** ZMS-264: Add feature to check password with PwnedPassword API on User Login ([#864](https://github.com/zone-eu/wildduck/issues/864)) ([fb01977](https://github.com/zone-eu/wildduck/commit/fb019774c3dea7f08c7b97e8ac285aabb74bbdf8))
19+
* **search-apply:** ZMS-275: search-apply allow to delete found messages ([#881](https://github.com/zone-eu/wildduck/issues/881)) ([1dc422f](https://github.com/zone-eu/wildduck/commit/1dc422f993a290990618887663d61737880bfa15))
20+
* update api docs ([#880](https://github.com/zone-eu/wildduck/issues/880)) ([a38a704](https://github.com/zone-eu/wildduck/commit/a38a7046c2144622aedd0aabaf4b973036132b86))
21+
322
## [1.45.13](https://github.com/zone-eu/wildduck/compare/v1.45.12...v1.45.13) (2025-09-11)
423

524

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

0 commit comments

Comments
 (0)