From 9f89412a6c763d10692366366c16c772650c4a96 Mon Sep 17 00:00:00 2001 From: Alvaro Tinoco Date: Tue, 10 Dec 2024 13:50:59 +0100 Subject: [PATCH] update changelog --- docs/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0ab97af7d..e2916252e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +### Changed +- Added last_validated_dt field to AlertMixin and created_dt to alerts; + optimized alert handling by matching valid alerts via timestamps + and scheduling stale alert removal to reduce database locks. (OSIDB-3579) + ## [4.6.1] - 2024-12-06 ### Fixed - Fix not enough general CVE Severity/Severity error fallback (OSIDB-3767)