chore(changelog): update with latest changes (#8665)

This commit is contained in:
Pedro Martín
2025-09-08 13:39:31 +02:00
committed by GitHub
parent 10db2ed6d8
commit 4b259fa8dd
2 changed files with 4 additions and 16 deletions
+1 -7
View File
@@ -1,7 +1,7 @@
# Prowler SDK Changelog
All notable changes to the **Prowler SDK** are documented in this file.
## [v5.12.0] (Prowler UNRELEASED)
## [v5.12.0] (Prowler v5.12.0)
### Added
- Add more fields for the Jira ticket and handle custom fields errors [(#8601)](https://github.com/prowler-cloud/prowler/pull/8601)
@@ -19,12 +19,6 @@ All notable changes to the **Prowler SDK** are documented in this file.
### Fixed
- Renamed `AdditionalUrls` to `AdditionalURLs` field in CheckMetadata [(#8639)](https://github.com/prowler-cloud/prowler/pull/8639)
---
## [v5.11.1] (Prowler UNRELEASED)
### Fixed
- TypeError from Python 3.9 in Security Hub module by updating type annotations [(#8619)](https://github.com/prowler-cloud/prowler/pull/8619)
---
+3 -9
View File
@@ -7,26 +7,20 @@ All notable changes to the **Prowler UI** are documented in this file.
### 🚀 Added
- Jira integration[(#8640)](https://github.com/prowler-cloud/prowler/pull/8640)
### 🔄 Changed
- Overview chart "Findings by Severity" now shows only failing findings (defaults to `status=FAIL`) and chart links open the Findings page pre-filtered to fails per severity [(#8186)](https://github.com/prowler-cloud/prowler/pull/8186)
## [1.11.1] (Prowler v5.11.1)
### 🐞 Added
- Handle API responses and errors consistently across the app [(#8621)](https://github.com/prowler-cloud/prowler/pull/8621)
- No-permission message on the scan page [(#8624)](https://github.com/prowler-cloud/prowler/pull/8624)
### 🔄 Changed
- Overview chart "Findings by Severity" now shows only failing findings (defaults to `status=FAIL`) and chart links open the Findings page pre-filtered to fails per severity [(#8186)](https://github.com/prowler-cloud/prowler/pull/8186)
- Markdown rendering in finding details page [(#8604)](https://github.com/prowler-cloud/prowler/pull/8604)
### 🐞 Fixed
- Scan page shows NoProvidersAdded when no providers [(#8626)](https://github.com/prowler-cloud/prowler/pull/8626)
- XML field in SAML configuration form validation [(#8638)](https://github.com/prowler-cloud/prowler/pull/8638)
---
## [1.11.0] (Prowler v5.11.0)
### 🚀 Added