From c5e86a9140588a916ef80da252bee2dd2e655386 Mon Sep 17 00:00:00 2001 From: Nick Cabatoff Date: Mon, 18 Oct 2021 08:10:30 -0400 Subject: [PATCH] Add missing CL entry for #11122. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2040857b0af48..8c7118cbe1633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -214,6 +214,7 @@ IMPROVEMENTS: * core: Send notifications to systemd on start, stop, and configuration reload. [[GH-11517](https://github.com/hashicorp/vault/pull/11517)] * core: add irrevocable lease list and count apis [[GH-11607](https://github.com/hashicorp/vault/pull/11607)] * core: allow arbitrary length stack traces upon receiving SIGUSR2 (was 32MB) [[GH-11364](https://github.com/hashicorp/vault/pull/11364)] +* core: Improve renew/revoke performance using per-lease locks [[GH-11122](https://github.com/hashicorp/vault/pull/11122)] * db/cassandra: Added tls_server_name to specify server name for TLS validation [[GH-11820](https://github.com/hashicorp/vault/pull/11820)] * go: Update to Go 1.16.5 [[GH-11802](https://github.com/hashicorp/vault/pull/11802)] * replication: Delay evaluation of X-Vault-Index headers until merkle sync completes.