Skip to content

Commit 1ad8863

Browse files
committed
docs(api): changelog entry for scan hot-loop perf in 1.29.0
1 parent 66895fb commit 1ad8863

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [1.29.0] (Prowler v5.28.0)
6+
7+
### 🔄 Changed
8+
9+
- Scan finding ingestion: bulk-resolve `Resource`/`ResourceTag` rows, replace per-mapping `SELECT FOR UPDATE` with deferred `ResourceTagMapping.bulk_create(ignore_conflicts=True)`, wrap each micro-batch in a single `rls_transaction`, and raise `SCAN_DB_BATCH_SIZE` to 1000. Cuts wall-clock ~13x and `COMMIT` count by ~99% on large batches [(#11249)](https://github.com/prowler-cloud/prowler/pull/11249)
10+
11+
---
12+
513
## [1.28.0] (Prowler v5.27.0)
614

715
### 🚀 Added

0 commit comments

Comments
 (0)