Changelog

All notable changes to DockerAZ documented chronologically.

v1.0.7

2025-12-25
ADDED
  • Dynamic version display in the sidebar.
  • /api/version endpoint to expose application version.
  • Demo Mode: Auto-fill credentials and visual indicator.

v1.1.0

2024-12-15
FIXED
  • Changed docker-compose command to docker compose (v2+ support).
  • Log parsing now uses stdcopy for 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