Skip to content

Commit 7264833

Browse files
chore(master): release 1.46.10 (#920)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ebb072 commit 7264833

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [1.46.10](https://github.com/zone-eu/wildduck/compare/v1.46.9...v1.46.10) (2025-12-02)
4+
5+
6+
### Bug Fixes
7+
8+
* add config to allow use of SECLEVEL=0 to enable TLSv1 and TLSv1.1 support ([#926](https://github.com/zone-eu/wildduck/issues/926)) ([2ebb072](https://github.com/zone-eu/wildduck/commit/2ebb07248578108271b30145b4aa67b56e990b1b))
9+
* **api-docs:** ZMSA-36: update docs ([#925](https://github.com/zone-eu/wildduck/issues/925)) ([34c650d](https://github.com/zone-eu/wildduck/commit/34c650d095a3d402c7d4943783ecc1ceeb3fb5ca))
10+
* **authlog:** ZMSA-34: authLog add protocol for better logging in user update and asp generate and delete ([#924](https://github.com/zone-eu/wildduck/issues/924)) ([cf66a99](https://github.com/zone-eu/wildduck/commit/cf66a991960975662c2f9727e4bedb920d106b70))
11+
* **tls-sni-logging:** ZMSA-38: imap and pop3 servers when tls errors log meta regardless of error ([#928](https://github.com/zone-eu/wildduck/issues/928)) ([97149a8](https://github.com/zone-eu/wildduck/commit/97149a8d5553da06a6416883ecfe94e6f68a5c2d))
12+
* ZMSA-27: addressregister add disabled field migration - don't run when testing application ([#919](https://github.com/zone-eu/wildduck/issues/919)) ([94ee526](https://github.com/zone-eu/wildduck/commit/94ee5262d4d7c62a66b5bfc9fbd64632f15ec92e))
13+
* ZMSA-28: make migrations configurable ([#922](https://github.com/zone-eu/wildduck/issues/922)) ([a58d037](https://github.com/zone-eu/wildduck/commit/a58d0377097125e49aa2f6ca571542267352df87))
14+
* ZMSA-33: request user information also return requirePasswordChange flag value ([#923](https://github.com/zone-eu/wildduck/issues/923)) ([c42ad5c](https://github.com/zone-eu/wildduck/commit/c42ad5cc0e264fa575b46115cd91ba018bdac55c))
15+
316
## [1.46.9](https://github.com/zone-eu/wildduck/compare/v1.46.8...v1.46.9) (2025-11-25)
417

518

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

0 commit comments

Comments
 (0)