Changelog
All notable changes to DockerAZ documented chronologically.
v1.0.7
2025-12-25ADDED
- Dynamic version display in the sidebar.
/api/versionendpoint to expose application version.- Demo Mode: Auto-fill credentials and visual indicator.
v1.1.0
2024-12-15FIXED
- Changed
docker-composecommand todocker compose(v2+ support). - Log parsing now uses
stdcopyfor multiplexed streams. - Fixed image cleanup on deployment failure.
ADDED
- New Health Check Endpoint:
/api/health. - Path Configuration support via env variables (DOCKERAZ_BASE_DIR).
- Rate limiting middleware (10 req/sec).
IMPROVED
- Enhanced error handling and logging.
- Better code organization for config package.
- Added healthcheck to Dockerfile.
v1.0.0
Initial Release- ✓ Container Management
- ✓ Git-based Deployments
- ✓ Traefik Integration
- ✓ Cloudflare Tunnels
- ✓ Auth System
- ✓ RESTful API