From 96f542cb59a1334eac8f90809235c9a2eb969b99 Mon Sep 17 00:00:00 2001 From: Johannes Battjes Date: Sun, 22 Mar 2026 09:17:00 +0100 Subject: [PATCH] Create 03-22-release-2026.3.10.md --- changelog/2026/03-22-release-2026.3.10.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/2026/03-22-release-2026.3.10.md diff --git a/changelog/2026/03-22-release-2026.3.10.md b/changelog/2026/03-22-release-2026.3.10.md new file mode 100644 index 0000000..c1a5470 --- /dev/null +++ b/changelog/2026/03-22-release-2026.3.10.md @@ -0,0 +1,9 @@ +--- +slug: "2026.3.10" +title: "2026.3.10: Redis and ADFS improvements" +--- + +| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | +| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------- | ------------------------------------------- | +| General | Redis currently occupies one worker on its own (waste of resources while the load is low). Solution: create an own instance that can be hosted with other apps within the same worker. | This change is an internal optimization and has no direct impact on consumers. | | | +| General | This fix eliminates unnecessary IDP Legacy token introspection calls for ADFS-authenticated requests, improving performance while maintaining full backward compatibility for IDP Legacy-authenticated requests. | This improves performance for ADFS-authenticated requests. | | |