Added
- MkDocs Documentation Site (#65): Comprehensive documentation with Material theme
- Full API reference, configuration guides, and provider documentation
- Searchable, mobile-friendly documentation hosted via GitHub Pages
- Includes examples, quickstart guides, and architecture overview
Changed
- License Change: MIT → BSL 1.1: Updated license to Business Source License 1.1
- Free for personal/homelab use, education, and small businesses
- Commercial license required for SaaS, embedded products, or larger organizations
- Converts to Apache 2.0 four years after each release
- See LICENSE file for full terms
- HTTP Client Consolidation (#92): Refactored HTTP client logic into shared
pkg/httputilpackage- All providers now use consistent HTTP client configuration
- Centralized TLS settings, timeouts, and error handling
- Added comprehensive test coverage for HTTP client behavior
- Providers use new factory pattern for cleaner initialization
Docker Images
docker pull ghcr.io/maxfield-allison/dnsweaver:v0.6.0
docker pull docker.io/maxamill/dnsweaver:v0.6.0