All notable changes to Dream Server will be documented in this file.
The format is based on Keep a Changelog.
- AMD Strix Halo support with ROCm 7.2 and unified memory tiers (SH_LARGE, SH_COMPACT)
- NVIDIA ultra tier (NV_ULTRA) for 90GB+ multi-GPU configurations
- Qwen3 Coder Next (80B MoE) model support for high-memory systems
- Product landing page README with screenshots and YouTube demo
- Dashboard screenshots, installer GIF, and download sequence images
- Architecture Decision Record for Docker image tag pinning
- 55 pytest unit tests for dashboard-api (GPU, helpers, config, agent monitor, security)
- CI workflow for dashboard-api tests
- README rewritten as product landing page (feature highlights, comparison table, screenshots)
- CONTRIBUTING.md updated from legacy "Lighthouse AI" branding to "Dream Server"
- Repository About section updated with new description, website, and topics
- Timing attack vulnerability in privacy-shield API key comparison (now uses
secrets.compare_digest) HTTPBearer(auto_error=False)in privacy-shield silently passingNoneinstead of returning 401- Dependency version bounds added to privacy-shield and token-spy requirements.txt
- Documentation index (
docs/README.md) for navigating 30+ doc files .env.examplewith all required and optional variables documenteddocker-compose.override.ymlauto-include for custom service extensions- Real shell function tests for
resolve_tier_config()(replaces tautological Python tests) - Dry-run reporting for phases 06, 07, 09, 10, 12
Makefilewithlint,test,smoke,gatetargets- ShellCheck integration in CI
CHANGELOG.md,CODE_OF_CONDUCT.md, issue/PR templates
- Modular installer: 2591-line monolith split into 6 libraries + 13 phases
- All services now core in
docker-compose.base.yml(profiles removed) - Models switched from AWQ to GGUF Q4_K_M quantization
- Tier error message now auto-updates when new tiers are added
- Phase 12 (health) no longer crashes in dry-run mode
- n8n timezone default changed from
America/New_YorktoUTC - Stale variable names in INTEGRATION-GUIDE.md
- Embeddings port in INTEGRATION-GUIDE.md (9103 → 8090)
- Purged all stale
--profilereferences across codebase (12+ files) - Purged all stale
docker-compose.ymlreferences in docs - AWQ references in QUICKSTART.md updated to GGUF Q4_K_M
make lintno longer silently swallows errors- Makefile now uses
findto discover all .sh files instead of hardcoded globs
- Token Spy (service, docs, installer refs, systemd units, dashboard-api integration)
docker-compose.strix-halo.yml(deprecated, merged into base + amd overlay)- Tautological Python test suite (
test_installer.py) asyncpgdependency from dashboard-api (was only used by Token Spy)
Initial development release with modular installer architecture.