From 93f08761ab60c003b36918374197e0a826f35198 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Mon, 7 Oct 2024 14:09:29 +0545 Subject: [PATCH] add CHANGE --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35eac645021c..d46713bc57e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,13 +80,16 @@ title: Changelog ## 3.11.0 +### Change + +- jwt-auth plugin no longer requires a private_key to be uploaded. [#11597](https://github.com/apache/apisix/pull/11597) +- rewrite hmac-auth plugin for usability [#11581](https://github.com/apache/apisix/pull/11581) + ### Plugins - allow configuring keepalive_timeout [#11611](https://github.com/apache/apisix/pull/11611) -- jwt-auth plugin no longer requires a private_key to be uploaded. [#11597](https://github.com/apache/apisix/pull/11597) - add plugin attach-consmer-label [#11604](https://github.com/apache/apisix/pull/11604) - implement consumer credential [#11601](https://github.com/apache/apisix/pull/11601) -- rewrite hmac-auth plugin for usability [#11581](https://github.com/apache/apisix/pull/11581) - ai-proxy plugin [#11499](https://github.com/apache/apisix/pull/11499) - ai-prompt-decorator plugin [#11515](https://github.com/apache/apisix/pull/11515) - ai-prompt-template plugin [#11517](https://github.com/apache/apisix/pull/11517)