🚀 Release v1.19.0
This release introduces a new API endpoint for programmatic access to management report data.
✨ New Features
- Added new
GET /v1/reports/monthlyAPI endpoint that exposes management report data in JSON format - Returns structured data including:
monthandyearof the report periodasset_countwith the total number of active assetspackagesarray containingos_version,package_rpm, andassets_affectedfor each package updated in the period
- This endpoint provides programmatic access to the same data available in the "Generate Management Report AI Prompt" feature
✅ Testing
- Added comprehensive unit tests for
GET /v1/reports/monthlyendpoint covering:- Missing and invalid parameter validation
- Response structure verification
- Edge cases for empty periods and all valid months
🐳 Docker Image
docker pull ghcr.io/txlog/server:v1.19.0🔗 Links
- Full Changelog: v1.18.7...v1.19.0
- Documentation: https://github.com/txlog/server
- Issues: https://github.com/txlog/server/issues