-
Configuration Changes
- Add new environment variables using
.env.example
as reference - Update Redis cache configuration
- Add new environment variables using
-
API Changes
/upload
endpoint now expectsmultipart/form-data
- Resize parameters moved from query string to form data
-
Database Changes
- Cache system migrated to Redis
- MinIO bucket structure updated
-
Required Steps
# 1. Stop the service systemctl stop cdn-service # 2. Install new version git pull go build # 3. Update configuration cp .env.example .env nano .env # 4. Clear cache redis-cli FLUSHALL # 5. Start service systemctl start cdn-service