Changelog
All notable changes to DockerAZ documented chronologically.
v1.2.0
2026-01-15SECURITY
- Authentication: Full system rewrite. Migrated to JWT (HS256) with 30-day "Remember Me" sessions.
- Token Revocation: Changing password now instantly revokes all active sessions (Token Versioning).
- WebSockets: Fixed critical CSWSH vulnerability (Origin Check) and Race Conditions.
- Input Validation: Hardened Samba and File Manager against Command Injection/Path Traversal.
IMPROVED
- Logging: Implemented Log Rotation (2MB limit) to prevent disk exhaustion.
- Performance: Parallelized Docker Network listing for dashboard speed.
- Robustness: Fixed multiple potential Goroutine and Context leaks.
v1.0.10
2025-12-27ADDED
- Samba Config Editor: New "Editor" tab for direct editing of
dockeraz.conf. - CLI Logging: Server logs are now visible in standard output for better debugging.
- Samba Share Access: Fixed public share connectivity by defaulting to "Guest Access".
- Samba Reliability: Added safety delay to prevent service restart failures.
- Frontend Build: Fixed CodeEditor import warnings.
v1.0.9
2025-12-26ADDED
- Service Volumes: Proactive creation of service and volume folders (bind/file) immediately upon creation/save.
- File Manager: Integrated CodeMirror editor with syntax highlighting for
.env,.yml, and.md. - File Manager: Enhanced UX with full-row click to edit/navigate.
- UI: Added "Scroll to Bottom" and fixed height for Logs page.
FIXED
- Service Deployment: Fixed race condition causing volume configurations to disappear.
- Logging: Unified all system and HTTP logs to
data/app.logand filtered polling noise. - Performance: Implemented code splitting for large frontend chunks.
v1.0.8
2025-12-25ADDED
- Cloudflare: Support for root domain (apex) DNS creation using
@.
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