chore: prepare API and UI changelogs for 5.30.1 release (#11562)

This commit is contained in:
Josema Camacho
2026-06-12 12:07:31 +02:00
committed by GitHub
parent 79e066d3f5
commit ca443b8ff1
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -2,8 +2,7 @@
All notable changes to the **Prowler API** are documented in this file.
## [1.31.1] (Prowler UNRELEASED)
## [1.31.1] (Prowler v5.30.1)
### 🐞 Fixed
@@ -30,7 +29,7 @@ All notable changes to the **Prowler API** are documented in this file.
- Workers now shut down gracefully on deploy or restart, finishing or re-queueing in-flight tasks instead of being force-killed and leaving them stuck [(#11416)](https://github.com/prowler-cloud/prowler/pull/11416)
- Resource `name` is now stored and refreshed on every scan, so resources no longer keep an empty name [(#11476)](https://github.com/prowler-cloud/prowler/pull/11476)
- Compliance catalog now warms in background during startup. `compliance-overviews/attributes` returns `503` while warming, so the first request after a deploy no longer trips the API timeout [(#4554)](https://github.com/prowler-cloud/prowler-cloud/pull/4554)
- Compliance catalog now warms in background during startup. `compliance-overviews/attributes` returns `503` while warming, so the first request after a deploy no longer trips the API timeout [(#11530)](https://github.com/prowler-cloud/prowler/pull/11530)
### 🔐 Security