Skip to content

Commit aa892d3

Browse files
committed
changelog updated for v14.2 release
1 parent 4c8bea9 commit aa892d3

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# Technitium DNS Server Change Log
22

3+
## Version 14.2
4+
Release Date: 22 November 2025
5+
6+
- Fixed bug in Clustering implementation which prevented using IPv4 and IPv6 addresses together. Thanks to @ruifung for the PR.
7+
- There is also a breaking change in clustering and thus all cluster nodes must be upgraded to this release to avoid issues.
8+
- Updated the "Allow / Block List URLs" option implementation to support comment entries.
9+
- Advanced Blocking App: Updated app to implement `blockingAnswerTtl` option to allow specifying the TTL value used in blocked response.
10+
- Log Exporter App: Updated the app to add EDNS logging support. Thanks to @zbalkan for the PR.
11+
- MISP Connector App: Added new app that can block malicious domain names pulled from MISP feeds. Thanks to @zbalkan for the PR.
12+
- Multiple other minor bug fixes and improvements.
13+
314
## Version 14.1
415
Release Date: 16 November 2025
516

617
- Updated Clustering implementation to allow configuring multiple custom IP addresses. This introduces a breaking change in the API and thus all cluster nodes must be upgraded to this release for them to work together.
718
- Fixed issues related to user and group permission validation when Clustering is enabled which caused permission bypass when accessing another node.
819
- Fixed bug that caused the Advanced Blocking app to stop working.
9-
- Added environment variables for TLS certificate path, certificate password, and HTTP to HTTPS redirect option. Thanks to `simonvandermeer` for the PR.
10-
- Updated Hagezi block list URLs. Thanks to `hagezi` for the PR.
20+
- Added environment variables for TLS certificate path, certificate password, and HTTP to HTTPS redirect option. Thanks to @simonvandermeer for the PR.
21+
- Updated Hagezi block list URLs. Thanks to @hagezi for the PR.
1122
- Other minor changes and improvements.
1223

1324
## Version 14.0.1

0 commit comments

Comments
 (0)