From bdd38fca2cffcbacbc5fee2b31df5793b1efd61f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 8 Nov 2019 11:33:47 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d79954cd..b97aff248d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ CHANGES: experimental and never documented. It is now officially supported and documented but is not backwards compatible with older Vault releases. +FEATURES: + + * Token Renewal via Accessor: Tokens can now be renewed via the accessor value through + the new `auth/token/renew-accessor` endpoint if the caller's token has + permission to access that endpoint. + IMPROVEMENTS: * metrics: Upgrade DataDog library to improve performance [GH-7794]