Skip to content

Commit 2b8e853

Browse files
committed
Bump version to 1.4.2
1 parent c191abb commit 2b8e853

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# PowerDNS **dnsdist** — Home Assistant Integration
66

7-
[![Release](https://img.shields.io/badge/version-1.4.1-blue.svg)](#changelog)
7+
[![Release](https://img.shields.io/badge/version-1.4.2-blue.svg)](#changelog)
88
[![Home Assistant](https://img.shields.io/badge/Home%20Assistant-2025.10%2B-41BDF5)](https://www.home-assistant.io/)
99
[![dnsdist](https://img.shields.io/badge/dnsdist-2.x-ff6f00)](https://dnsdist.org)
1010
[![Validate HACS](https://github.com/renaudallard/homeassistant_dnsdist/actions/workflows/hacs-validation.yml/badge.svg)](https://github.com/renaudallard/homeassistant_dnsdist/actions/workflows/hacs-validation.yml)
@@ -24,7 +24,7 @@ Monitor every proxy, surface aggregated insights, and control dnsdist safely thr
2424
|---|---|
2525
| **Integration type** | Hub (per-host and per-group devices) |
2626
| **Domain** | `dnsdist` |
27-
| **Current version** | **1.4.1** |
27+
| **Current version** | **1.4.2** |
2828
| **Home Assistant** | **2025.10+** |
2929
| **dnsdist** | **2.x** |
3030
| **License** | [BSD 2-Clause](LICENSE) |
@@ -140,7 +140,7 @@ The integration includes a custom Lovelace card that is automatically registered
140140

141141
### Manual resource registration
142142

143-
If needed, go to **Settings > Dashboards > Resources** and add `/dnsdist_static/dnsdist-card.js?v=1.4.1` as a JavaScript Module.
143+
If needed, go to **Settings > Dashboards > Resources** and add `/dnsdist_static/dnsdist-card.js?v=1.4.2` as a JavaScript Module.
144144

145145
### Usage
146146

@@ -255,8 +255,11 @@ custom_components/dnsdist/
255255
256256
## Changelog
257257
258-
### 1.4.1
258+
### 1.4.2
259259
- Add backend monitoring: per-backend health binary sensor, query counter sensor, and enable/disable switch
260+
- Refactor coordinator to fetch server config once for both filtering rules and backends (no extra HTTP request)
261+
262+
### 1.4.1
260263
- Add reconfigure flow to change host, port, API key, and SSL settings without removing the entry
261264
- Fix empty "Fetch error:" log on timeout, now logs a proper message
262265
- Add 10s timeout to service API calls to prevent hanging

custom_components/dnsdist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"custom_components.dnsdist"
1919
],
2020
"requirements": [],
21-
"version": "1.4.1"
21+
"version": "1.4.2"
2222
}

0 commit comments

Comments
 (0)