From f6eda7f60f7a77ee0561b6ff4b4b34eeb0a2053a Mon Sep 17 00:00:00 2001 From: Charles Oliveira Date: Wed, 20 Dec 2023 15:40:06 -0300 Subject: [PATCH] New release: 1.81 --- CHANGELOG.md | 9 +++++++++ squad/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9165f7..d7dd894f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.81 + +This 1.81 release reverts part of 1.80 regarding plugin postprocessing. + +It still uses the queue ci_fetch_postprocess, but instead of waiting for +plugin subtasks on the main thread, it relies on plugins to invoke a SQUAD +task that updates testjob status. This should increase overall consistency +in SQUAD. + # 1.80 This 1.80 release adds Tuxsuite new metadata when fetching tests. diff --git a/squad/version.py b/squad/version.py index 5fa3c18f..5cbc7d41 100644 --- a/squad/version.py +++ b/squad/version.py @@ -1 +1 @@ -__version__ = '1.80' +__version__ = '1.81'