From 96620e61e580ca959c51b36a3390baee9215a11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Tue, 31 Aug 2021 21:32:17 +0300 Subject: [PATCH] Version 5.22.0 --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b47be15..4f70cb3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,15 @@ Changes ======= +5.22.0 (2021-08-31) +------------------- + +- Improve ``failures_since_start`` handling by moving the counter incrementation + from non-atomic Python code call to atomic database function. + [okapies] +- Add publicly available ``request.axes_failures_since_start`` attribute. + [okapies] + 5.21.0 (2021-08-19) -------------------