From b33d559d4406c5bf96377114c4fe6b45739f9dee Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 6 May 2025 12:55:06 +0200 Subject: [PATCH] 1.5.2 CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2980c..a193425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changes +## 1.5.2 (6 May 2025) + +Various performance fixes when there are many (millions) of _issues_ +(rather than just events) in the database: + +* Add index for `Grouping.grouping_key` (and project), see 392f5a30be18, 49e6700d4a81 +* Digest: check Grouping.exists only once (save a query) +* Remove `open_issue_count` from homepage; it's too expensive +* Issue Paginator: don't attempt to count the Issues, see 378366105496 +* Stress test command: more fat-tailed randomness (d5a449020d03) + +Compatibility fix: + +* `format_exception` in `capture_or_log_exception`: python 3.9 compatible + ## 1.5.1 (24 April 2025) Various fixes and improvements: