From a83196774a1d8dc2ef388d483d69c8227607f4db Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 27 Oct 2023 03:02:57 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 16158dfa94..a760cd745a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,31 @@ Changelog .. towncrier release notes start +3.39.0 (2023-10-25) +=================== +REST API +-------- + +Features +~~~~~~~~ + +- Added a ``HeaderContentGuard`` to allow a content access based on a valued provided by a specific header. The header can optionally be filtered through a ``jq`` expression. + :github:`4518` + + +Bugfixes +~~~~~~~~ + +- Resolved a sync-time performance regression. + :github:`4591` + + +Plugin API +---------- + +No significant changes. + + 3.38.0 (2023-10-19) =================== REST API