Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit c01cab7

Browse files
authored
Create CHANGELOG:md
1 parent 4afe4ca commit c01cab7

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG:md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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

Comments
 (0)