Skip to content

Commit 2847509

Browse files
committed
Bump
1 parent 7c757d0 commit 2847509

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Version 2.1.12
2+
- A new Weighted Power of Two (WP2) load balancing strategy has been
3+
implemented as the default, providing improved distribution across resolvers.
4+
- An optional Prometheus metrics endpoint has been added for monitoring and
5+
observability.
6+
- The monitoring dashboard has received significant improvements including
7+
better security, performance optimizations, WebSocket rate limiting, and HTTP
8+
caching headers.
9+
- The monitoring UI has been refined with stable sorting to prevent
10+
flickering, query type limitations, and improved scrolling behavior.
11+
- Additional records in queries are now properly removed before forwarding.
12+
- The simple view UI has been removed as it provided limited utility.
13+
114
# Version 2.1.11
215
- The sievecache dependency was updated to fix a bug causing the cache to crash.
316

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
AppVersion = "2.1.11"
18+
AppVersion = "2.1.12"
1919
DefaultConfigFileName = "dnscrypt-proxy.toml"
2020
)
2121

0 commit comments

Comments
 (0)