From 16fd4ccbd80e6fa1f14af7567ae57802b6f6f2f5 Mon Sep 17 00:00:00 2001 From: Kinfemichael Desse Date: Tue, 9 Jun 2026 20:04:23 +0200 Subject: [PATCH] docs: add CHANGELOG entry for session refresh timeout configurability Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Kinfemichael Desse --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 788e82c2..7d4325b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -159,6 +159,7 @@ We improved our supply chain security by added additional checks to prevent pote ## Changes since v7.14.2 - [#3183](https://github.com/oauth2-proxy/oauth2-proxy/pull/3183) fix: allow URL parameters to configure username, password and max idle connection timeout if the matching configuration is empty. +- [#3335](https://github.com/oauth2-proxy/oauth2-proxy/pull/3335) feat: make session refresh timeouts user configurable (@raskinfe) # V7.14.2