From 58c2219596cb14d6c903ee1f8e77c1d0b2232cd3 Mon Sep 17 00:00:00 2001 From: Manuel Fink <123368068+finkmanAtSap@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:11:16 +0200 Subject: [PATCH] Adjust CHANGELOG for 3.2.0 with azp header change (#1313) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9b2da78d..cea8e686e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. ## 3.2.0 -- [token-client] - +- [java-security] + - add x-azp header to IAS JWKS fetching and adjust JWKS cache key + - `OAuth2TokenKeyService` and `OAuth2TokenKeyServiceWithCache` + - Refactor API to use generic Map instead of explicit IAS-specific parameters + #### Dependency upgrades - Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.11 - Bump spring.core.version from 6.0.11 to 6.0.13