From 3348b2b21d94a34a703a74759ca469a7ea51b329 Mon Sep 17 00:00:00 2001 From: Damien Leroy Date: Tue, 24 Sep 2024 21:37:11 +0200 Subject: [PATCH] Release v2.22.6 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9154442c..0337091af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [v2.22.6](https://github.com/France-ioi/AlgoreaBackend/compare/v2.22.5...v2.22.6) - 2024-09-24 +- use smaller iterations for result propagation +- rework processing of results_propagate_items table +- do not close the db connection explicitly in the propagation command + ## [v2.22.5](https://github.com/France-ioi/AlgoreaBackend/compare/v2.22.4...v2.22.5) - 2024-09-19 - split the results propagation process into small atomic chunks