File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.2] - 2026-03-31
11+
12+ ### Added
13+ - ** Companion HTTPS Records (Technitium)** : Auto-creates HTTPS (SVCB Type 65)
14+ companion records alongside A/AAAA/CNAME records to prevent ECH fallback
15+ errors in split-horizon DNS environments (#158 )
16+ - Enabled by default (` AUTO_HTTPS_RECORDS=true ` ); set ` false ` to disable
17+ - Configurable ALPN protocol via ` AUTO_HTTPS_ALPN ` (default: ` h2 ` )
18+ - Skips creation if HTTPS record already exists (safe for manual records)
19+ - Lifecycle-managed: companion record deleted when parent record is removed
20+ - ** HTTPS Record Type** : Added ` RecordTypeHTTPS ` with ` HTTPSData ` struct to
21+ provider type system
22+ - ** ECH Troubleshooting** : FAQ entry for Firefox/Chrome ECH connection failures
23+
24+ ### Documentation
25+ - ** Companion HTTPS Guide** : Full section in Technitium provider docs with
26+ Why/What/Behavior/Configuration subsections
27+ - ** Split-Horizon Tip** : Added companion HTTPS recommendation to split-horizon
28+ deployment guide
29+ - ** Config Example** : Added ` auto_https_records ` and ` auto_https_alpn ` to
30+ example configuration file
31+
1032## [ 1.0.1] - 2026-03-30
1133
1234### Documentation
You can’t perform that action at this time.
0 commit comments