From 13683f083e3dde0c7e85d7c1e7ebf62cb7735eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Hru=C5=A1ka?= Date: Thu, 27 Jun 2024 11:38:42 +0200 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d7ebe4..14726764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,12 @@ - `v24.20-alpha1` ### Breaking changes +- Removed total item count from credential list response (#391, `v24.20-alpha12`, Compatible with Seacat Admin WebUI v24.19-alpha28 and later) - External login endpoints changed (#384, `v24.20-alpha9`) - Default password criteria are more restrictive (#372, `v24.20-alpha1`, Compatible with Seacat Auth Webui v24.19-alpha and later, Seacat Account Webui v24.08-beta and later) ### Fix +- Fix credential search performance (#391, `v24.20-alpha12`) - Fix AttributeError in credentials update (#399, `v24.20-alpha11`) - Catch token decoding errors when finding sessions (#397, `v24.20-alpha10`) - Properly encrypt cookie value in session update (#394, `v24.20-alpha8`)