chore(api): Update changelog and specs (#6876)

This commit is contained in:
Víctor Fernández Poyatos
2025-02-10 12:06:34 +01:00
committed by Pepe Fagoaga
parent 37e6c52c14
commit dfd377f89e
2 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -2,14 +2,19 @@
All notable changes to the **Prowler API** are documented in this file.
---
## [Unreleased]
---
## [v1.4.0] (Prowler v5.3.0) - 2025-02-10
### Changed
- Daily scheduled scan instances are now created beforehand with `SCHEDULED` state [(#6700)](https://github.com/prowler-cloud/prowler/pull/6700).
- Findings endpoints now require at least one date filter [(#6800)](https://github.com/prowler-cloud/prowler/pull/6800).
- Findings metadata endpoint received a performance improvement [(#6863)](https://github.com/prowler-cloud/prowler/pull/6863).
- Increase the allowed length of the provider UID for Kubernetes providers [(#6869)](https://github.com/prowler-cloud/prowler/pull/6869).
---
+3 -3
View File
@@ -7677,7 +7677,7 @@ components:
uid:
type: string
title: Unique identifier for the provider, set by the provider
maxLength: 63
maxLength: 250
minLength: 3
alias:
type: string
@@ -7789,7 +7789,7 @@ components:
uid:
type: string
title: Unique identifier for the provider, set by the provider
maxLength: 63
maxLength: 250
minLength: 3
required:
- uid
@@ -7833,7 +7833,7 @@ components:
type: string
minLength: 3
title: Unique identifier for the provider, set by the provider
maxLength: 63
maxLength: 250
required:
- uid
required: