Commit 125f8c1
committed
chore: release 1.9.0 - tunable retry/body limits, parse-failure recovery, CI hardening
Roll-up of six commits since 1.8.10:
- ci: enforce package.json/config.yaml version sync
- ci: pin GHA versions to SHA + harden HACS deploy token handling
- refactor: surface haDiscovery retry + webServer body-size tuning in settings
- refactor: extract backoff helper, deduplicate three retry call sites
- fix: surface TreeXML parse failures to the discovery retry mechanism
- refactor: lift labelSnapshot to an instance property in haDiscovery
Minor bump (1.9.0) rather than patch because new public settings keys are
introduced (haDiscovery*, webMaxBodySizeBytes). All defaults preserved - no
behaviour change for users who do not override.
Full CHANGELOG entry in homeassistant-addon/CHANGELOG.md.1 parent 1d28aeb commit 125f8c1
3 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
8 | 27 | | |
9 | 28 | | |
10 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments