@@ -84,8 +84,8 @@ title: Changelog
84
84
### Change
85
85
86
86
- refactor ai-proxy and ai-proxy-multi [ #12030 ] ( https://github.com/apache/apisix/pull/12030 )
87
- - replace plugin attribute with plugin metadata [ #11940 ] ( https://github.com/apache/apisix/pull/11940 )
88
- - each metric should have an expire time [ #11838 ] ( https://github.com/apache/apisix/pull/11838 )
87
+ - replace plugin attribute with plugin metadata in ` opentelemetry ` plugin [ #11940 ] ( https://github.com/apache/apisix/pull/11940 )
88
+ - add Expiration Time for All Prometheus Metric [ #11838 ] ( https://github.com/apache/apisix/pull/11838 )
89
89
90
90
### Bugfixes
91
91
@@ -111,7 +111,7 @@ title: Changelog
111
111
### Core
112
112
113
113
- upgrade openresty version to v1.27.11 [ #11936 ] ( https://github.com/apache/apisix/pull/11936 )
114
- - add support for " system" ssl_trusted_certificate [ #11809 ] ( https://github.com/apache/apisix/pull/11809 )
114
+ - Support the use of system-provided CA certs in ` ssl_trusted_certificate ` [ #11809 ] ( https://github.com/apache/apisix/pull/11809 )
115
115
- support _ meta.pre_function to execute custom logic before execution of each phase [ #11793 ] ( https://github.com/apache/apisix/pull/11793 )
116
116
- support anonymous consumer [ #11917 ] ( https://github.com/apache/apisix/pull/11917 )
117
117
- accelerate the creation of the consumer cache [ #11840 ] ( https://github.com/apache/apisix/pull/11840 )
@@ -128,7 +128,7 @@ title: Changelog
128
128
- add jwt audience validator [ #11987 ] ( https://github.com/apache/apisix/pull/11987 )
129
129
- store JWT in the request context [ #11675 ] ( https://github.com/apache/apisix/pull/11675 )
130
130
- support proxying openai compatible LLMs [ #12004 ] ( https://github.com/apache/apisix/pull/12004 )
131
- - add ` ai-proxy-multi ` plugin [ #11986 ] ( https://github.com/apache/apisix/pull/11986 )
131
+ - add ` ai-proxy-multi ` plugin [ #11986 ] ( https://github.com/apache/apisix/pull/11986 ) [ # 12030 ] ( https://github.com/apache/apisix/pull/12030 )
132
132
- make rate-limit response headers configurable [ #11831 ] ( https://github.com/apache/apisix/pull/11831 )
133
133
- allow workflow config without case [ #11787 ] ( https://github.com/apache/apisix/pull/11787 )
134
134
- support mulipart content-type in ` body-transformer ` [ #11767 ] ( https://github.com/apache/apisix/pull/11767 )
0 commit comments