Files
prowler/api/CHANGELOG.md
2025-05-08 11:57:30 +02:00

3.4 KiB
Raw Blame History

Prowler API Changelog

All notable changes to the Prowler API are documented in this file.

[v1.7.0] (Prowler v5.6.0)

Added

  • Added M365 as a new provider (#7563).
  • Added a compliance/ folder and ZIPexport functionality for all compliance reports.(#7653).
  • Added a new API endpoint to fetch and download any specific compliance file by name (#7653).

[v1.6.0] (Prowler v5.5.0)

Added

  • Support for developing new integrations (#7167).
  • HTTP Security Headers (#7289).
  • New endpoint to get the compliance overviews metadata (#7333).
  • Support for muted findings (#7378).
  • Added missing fields to API findings and resources (#7318).

[v1.5.4] (Prowler v5.4.4)

Fixed


[v1.5.3] (Prowler v5.4.3)

Fixed


[v1.5.2] (Prowler v5.4.2)

Changed

  • Refactored deletion logic and implemented retry mechanism for deletion tasks (#7349).

[v1.5.1] (Prowler v5.4.1)

Fixed

  • Added a handled response in case local files are missing (#7183).
  • Fixed a race condition when deleting export files after the S3 upload (#7172).
  • Handled exception when a provider has no secret in test connection (#7283).

Added

  • Support for developing new integrations (#7167).

[v1.5.0] (Prowler v5.4.0)

Added

  • Social login integration with Google and GitHub (#6906)
  • Add API scan report system, now all scans launched from the API will generate a compressed file with the report in OCSF, CSV and HTML formats (#6878).
  • Configurable Sentry integration (#6874)

Changed

  • Optimized GET /findings endpoint to improve response time and size (#7019).

[v1.4.0] (Prowler v5.3.0)

Changed

  • Daily scheduled scan instances are now created beforehand with SCHEDULED state (#6700).
  • Findings endpoints now require at least one date filter (#6800).
  • Findings metadata endpoint received a performance improvement (#6863).
  • Increased the allowed length of the provider UID for Kubernetes providers (#6869).