refactor(api): remove ServiceOverviewFilter and update related tests (#9248)

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-11-19 10:33:31 +01:00
committed by GitHub
parent 148a6f341b
commit 3dc4ab5b83
6 changed files with 228 additions and 30 deletions

View File

@@ -20,6 +20,7 @@ All notable changes to the **Prowler API** are documented in this file.
### Changed
- Optimized database write queries for scan related tasks [(#9190)](https://github.com/prowler-cloud/prowler/pull/9190)
- Date filters are now optional for `GET /api/v1/overviews/services` endpoint; returns latest scan data by default [(#9248)](https://github.com/prowler-cloud/prowler/pull/9248)
### Fixed
- Scans no longer fail when findings have UIDs exceeding 300 characters; such findings are now skipped with detailed logging [(#9246)](https://github.com/prowler-cloud/prowler/pull/9246)