From c884ea41839470ae5f6db3a6f230249ebf9dc2b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Dec 2024 16:16:21 +0000 Subject: [PATCH] chore: update CHANGELOG.md for v1.8.21 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153bc71c..27fa50d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v1.8.21 - 2024-12-14 +## v1.8.21 + +### Changes Relevant to End-Users +- **Configuration Enhancement**: Made the TTL (Time-To-Live) for authentication cache configurable via the `SP_API_AUTH_CACHE_TTL` environment variable. This allows users to customize the cache duration according to their needs, providing greater flexibility in managing token lifetimes. + +### Internal Changes +- No internal changes were made in this version. + +### Mermaid Diagram Representation + +```mermaid +graph TD; + A[Authentication Cache] -->|TTL Configurable| B[Environment Variable]; +``` + +These changes allow users to better manage their authentication cache settings, enhancing the adaptability of the library to different operational requirements. + ## v1.8.20 - 2024-12-14 ## v1.8.20