Skip to content

Commit b31bb90

Browse files
docs: update CHANGELOG for v1.0.2 release
1 parent cba6a7b commit b31bb90

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

CHANGELOG-UNRELEASED.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)