You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ title: Changelog
23
23
24
24
## Table of Contents
25
25
26
+
-[3.11.0](#3110)
26
27
-[3.10.0](#3100)
27
28
-[3.9.0](#390)
28
29
-[3.8.0](#380)
@@ -77,6 +78,33 @@ title: Changelog
77
78
-[0.7.0](#070)
78
79
-[0.6.0](#060)
79
80
81
+
## 3.11.0
82
+
83
+
### Change
84
+
85
+
- remove JWT signing endpoint and no longer require a private key to be uploaded in the jwt-auth plugin. [#11597](https://github.com/apache/apisix/pull/11597)
86
+
- rewrite hmac-auth plugin for usability [#11581](https://github.com/apache/apisix/pull/11581)
87
+
88
+
### Plugins
89
+
90
+
- allow configuring keepalive_timeout in splunk-logger [#11611](https://github.com/apache/apisix/pull/11611)
- Fix: adjust the position of enums in pb_option_def [#11448](https://github.com/apache/apisix/pull/11448)
99
+
- Fix: encryption/decryption for non-auth plugins in consumer [#11600](https://github.com/apache/apisix/pull/11600)
100
+
- Fix: confusion when substituting ENV in config file [#11545](https://github.com/apache/apisix/pull/11545)
101
+
102
+
### Core
103
+
104
+
- support gcp secret manager [#11436](https://github.com/apache/apisix/pull/11436)
105
+
- support aws secret manager [#11417](https://github.com/apache/apisix/pull/11417)
106
+
- add credential resource and include `X-Consumer-Username`, `X-Credential-Identifier`, and `X-Consumer-Custom-ID` headers in requests to upstream services [#11601](https://github.com/apache/apisix/pull/11601)
0 commit comments