|
| 1 | +## [v3.0.0] - 2025-05-21 |
| 2 | + |
| 3 | +### 🚀 Major Refactor & Platform Upgrade |
| 4 | + |
| 5 | +- Migrated from Node.js to Bun runtime for enhanced performance |
| 6 | +- Switched to the Elysia.js web framework |
| 7 | + |
| 8 | +### ✨ New Features |
| 9 | + |
| 10 | +- Plugin system for custom logic and notifications |
| 11 | +- Real-time Docker container metrics over WebSocket |
| 12 | +- Multi-host Docker environment monitoring |
| 13 | +- Compose stack deployment and management |
| 14 | +- Historical stats storage using SQLite |
| 15 | +- Swagger API documentation for all endpoints |
| 16 | +- Integrated web dashboard ([DockStat](https://github.com/its4nik/DockStat)) for visualization |
| 17 | + |
| 18 | +### 🛠️ Enhancements |
| 19 | + |
| 20 | +- Type-safe tRPC procedures for API communication |
| 21 | +- Improved logging and error handling |
| 22 | +- Comprehensive database abstraction layer |
| 23 | +- Robust Docker host connection management |
| 24 | + |
| 25 | +### 🏗️ Build & CI |
| 26 | + |
| 27 | +- Updated Dockerfile to support Bun and multi-stage builds |
| 28 | +- GitHub Actions workflows for CI/CD, testing, and build verification |
| 29 | +- Multi-platform Docker image builds |
| 30 | +- Dependency graph generation in CI |
| 31 | + |
| 32 | +### ⚠️ Breaking Changes |
| 33 | + |
| 34 | +- Bun and Elysia.js migration requires new deployment and configuration procedures |
| 35 | +- Plugin system and stack management introduce API and integration changes |
| 36 | + |
| 37 | +### 🧪 Testing & Documentation |
| 38 | + |
| 39 | +- Automated testing and build verification via CI |
| 40 | +- Swagger-generated API documentation |
| 41 | + |
| 42 | +--- |
| 43 | + |
| 44 | +**Note:** This release marks a comprehensive rewrite and feature expansion, laying the foundation for a robust, extensible Docker monitoring and management platform. |
0 commit comments