@@ -23,6 +23,7 @@ title: Changelog
23
23
24
24
## Table of Contents
25
25
26
+ - [ 3.8.0] ( #380 )
26
27
- [ 3.7.0] ( #370 )
27
28
- [ 3.6.0] ( #360 )
28
29
- [ 3.5.0] ( #350 )
@@ -74,6 +75,48 @@ title: Changelog
74
75
- [ 0.7.0] ( #070 )
75
76
- [ 0.6.0] ( #060 )
76
77
78
+ ## 3.8.0
79
+
80
+ ### Core
81
+
82
+ - :sunrise : Support the use of lua-resty-events module for better performance:
83
+ - [ #10550 ] ( https://github.com/apache/apisix/pull/10550 )
84
+ - [ #10558 ] ( https://github.com/apache/apisix/pull/10558 )
85
+ - :sunrise : Upgrade OpenSSL 1.1.1 to OpenSSL 3: [ #10724 ] ( https://github.com/apache/apisix/pull/10724 )
86
+
87
+ ### Plugins
88
+
89
+ - :sunrise : Add jwe-decrypt plugin: [ #10252 ] ( https://github.com/apache/apisix/pull/10252 )
90
+ - :sunrise : Support brotli when use filters.regex option (response-rewrite): [ #10733 ] ( https://github.com/apache/apisix/pull/10733 )
91
+ - :sunrise : Add multi-auth plugin: [ #10482 ] ( https://github.com/apache/apisix/pull/10482 )
92
+ - :sunrise : Add ` required scopes ` configuration property to ` openid-connect ` plugin: [ #10493 ] ( https://github.com/apache/apisix/pull/10493 )
93
+ - :sunrise : Support for the Timing-Allow-Origin header (cors): [ #9365 ] ( https://github.com/apache/apisix/pull/9365 )
94
+ - :sunrise : Add brotli plugin: [ #10515 ] ( https://github.com/apache/apisix/pull/10515 )
95
+ - :sunrise : Body-transformer plugin enhancement(#10472 ): [ #10496 ] ( https://github.com/apache/apisix/pull/10496 )
96
+ - :sunrise : Set minLength of redis_cluster_nodes to 1 for limit-count plugin: [ #10612 ] ( https://github.com/apache/apisix/pull/10612 )
97
+ - :sunrise : Allow to use environment variables for limit-count plugin settings: [ #10607 ] ( https://github.com/apache/apisix/pull/10607 )
98
+
99
+ ### Bugfixes
100
+
101
+ - Fix: When the upstream nodes are of array type, the port should be an optional field: [ #10477 ] ( https://github.com/apache/apisix/pull/10477 )
102
+ - Fix: Incorrect variable extraction in fault-injection plugin: [ #10485 ] ( https://github.com/apache/apisix/pull/10485 )
103
+ - Fix: All consumers should share the same counter (limit-count): [ #10541 ] ( https://github.com/apache/apisix/pull/10541 )
104
+ - Fix: Safely remove upstream when sending route to opa plugin: [ #10552 ] ( https://github.com/apache/apisix/pull/10552 )
105
+ - Fix: Missing etcd init_dir and unable to list resource: [ #10569 ] ( https://github.com/apache/apisix/pull/10569 )
106
+ - Fix: Forward-auth request body is too large: [ #10589 ] ( https://github.com/apache/apisix/pull/10589 )
107
+ - Fix: Memory leak caused by timer that never quit: [ #10614 ] ( https://github.com/apache/apisix/pull/10614 )
108
+ - Fix: Do not invoke add_header if value resolved as nil in proxy-rewrite plugin: [ #10619 ] ( https://github.com/apache/apisix/pull/10619 )
109
+ - Fix: Frequent traversal of all keys in etcd leads to high CPU usage: [ #10671 ] ( https://github.com/apache/apisix/pull/10671 )
110
+ - Fix: For prometheus upstream_status metrics, mostly_healthy is healthy: [ #10639 ] ( https://github.com/apache/apisix/pull/10639 )
111
+ - Fix: Avoid getting a nil value in log phase in zipkin: [ #10666 ] ( https://github.com/apache/apisix/pull/10666 )
112
+ - Fix: Enable openid-connect plugin without redirect_uri got 500 error: [ #7690 ] ( https://github.com/apache/apisix/pull/7690 )
113
+ - Fix: Add redirect_after_logout_uri for ODIC that do not have an end_session_endpoint: [ #10653 ] ( https://github.com/apache/apisix/pull/10653 )
114
+ - Fix: Response-rewrite filters.regex does not apply when content-encoding is gzip: [ #10637 ] ( https://github.com/apache/apisix/pull/10637 )
115
+ - Fix: The leak of prometheus metrics: [ #10655 ] ( https://github.com/apache/apisix/pull/10655 )
116
+ - Fix: Authz-keycloak add return detail err: [ #10691 ] ( https://github.com/apache/apisix/pull/10691 )
117
+ - Fix: upstream nodes was not updated correctly by service discover: [ #10722 ] ( https://github.com/apache/apisix/pull/10722 )
118
+ - Fix: apisix restart failed: [ #10696 ] ( https://github.com/apache/apisix/pull/10696 )
119
+
77
120
## 3.7.0
78
121
79
122
### Change
0 commit comments