From 11b711c1aa3caa3a068f0a41fbab37c5f181ad24 Mon Sep 17 00:00:00 2001 From: Geuthur <761682+Geuthur@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:59:00 +0200 Subject: [PATCH] [MISC] Update Changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31b38a..b358d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +> \[!IMPORTANT\] +> The Migraten to the new Attacker System can take a while if you have large killmail db +> We recommend to delete all Killmails and Fetch it again over the Task System + +### Added + +- Added Attacker model isntead of Json Field +- Log timing for performance tests + +### Chamged + +- Installation Description for README +- Killmails are now create with transaction function +- Get EVE Data from django eveuniverse +- Performance improvments in Stats process + +### Fixed + +- API Fetch Error if Ship not exist + +### Removed + +- EveEntity model +- Stats Manager now handled directly from QuerySet +- Attacker JSON Field from Killmail +- Temporarily removed filter Hall of Fame accept only 1 kill per Character cause performance issues +- Corp Utils, CorpStats Two support + ## \[0.1.9\] - 2024-09-05 ### Fixed