github txlog/server v1.19.0

13 hours ago

🚀 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/monthly API endpoint that exposes management report data in JSON format
  • Returns structured data including:
    • month and year of the report period
    • asset_count with the total number of active assets
    • packages array containing os_version, package_rpm, and assets_affected for 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/monthly endpoint 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

Don't miss a new server release

NewReleases is sending notifications on new releases.