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
+103Lines changed: 103 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.14.0](#3140)
26
27
-[3.13.0](#3130)
27
28
-[3.12.0](#3120)
28
29
-[3.11.0](#3110)
@@ -80,6 +81,108 @@ title: Changelog
80
81
-[0.7.0](#070)
81
82
-[0.6.0](#060)
82
83
84
+
## 3.14.0
85
+
86
+
**The changes marked with :warning: are not backward compatible.**
87
+
88
+
### Change
89
+
90
+
-:warning: feat: admin api no longer populates default values when writing [#12603](https://github.com/apache/apisix/pull/12603)
91
+
-:warning: change(jwt-auth): when algorithm is not RS256 or ES256, require the user to fill in secret [#12611](https://github.com/apache/apisix/pull/12611)
92
+
-:warning: change(openid-connect): when bearer_only is false, require the user to fill in session.secret [#12609](https://github.com/apache/apisix/pull/12609)
93
+
94
+
### Bugfixes
95
+
96
+
- fix: redact encrypted fields from error log [#12629](https://github.com/apache/apisix/pull/12629)
97
+
- fix: run init_worker of apisix.admin module in stream subsystem [#12632](https://github.com/apache/apisix/pull/12632)
98
+
- fix(ai-proxy-multi): inconsistent resolved nodes for healthcheck [#12594](https://github.com/apache/apisix/pull/12594)
99
+
- fix: only trust X-Forwarded-* headers from trusted_addresses [#12551](https://github.com/apache/apisix/pull/12551)
100
+
- fix(plugin/redirect): ensure redirect when scheme is not https [#12561](https://github.com/apache/apisix/pull/12561)
101
+
- fix: fix ui redirect error when behind proxy [#12566](https://github.com/apache/apisix/pull/12566)
102
+
- fix(secret): refresh stale lru cache item in background [#12614](https://github.com/apache/apisix/pull/12614)
103
+
- fix: healthcheck manager missing runtime information [#12607](https://github.com/apache/apisix/pull/12607)
104
+
- fix(standalone): support stream route in admin api mode [#12604](https://github.com/apache/apisix/pull/12604)
105
+
- fix: only log response body when include_resp_body is enabled [#12599](https://github.com/apache/apisix/pull/12599)
106
+
- fix: correct spelling error in get_healthcheck_events_module function name [#12587](https://github.com/apache/apisix/pull/12587)
107
+
- fix: typo in ai-proxy-multi [#12601](https://github.com/apache/apisix/pull/12601)
108
+
- fix(ai-proxy-multi): panic when instance dont have custom endpoint [#12584](https://github.com/apache/apisix/pull/12584)
109
+
- fix(ai-prompt-decorator): prevent message accumulation across requests [#12582](https://github.com/apache/apisix/pull/12582)
110
+
- fix: docker entrypoint remove stream_worker_events.sock if exists [#12546](https://github.com/apache/apisix/pull/12546)
111
+
- fix: add exptime to ewma shared dict items [#12557](https://github.com/apache/apisix/pull/12557)
112
+
- fix(ai-proxy): catch malformed override endpoint in schema validation [#12563](https://github.com/apache/apisix/pull/12563)
113
+
- fix: missing ctx.llm_raw_usage in non-stream mode [#12564](https://github.com/apache/apisix/pull/12564)
114
+
- fix(ai-proxy): set llm variables default value to 0 [#12549](https://github.com/apache/apisix/pull/12549)
115
+
- fix(ai-proxy): check type of choices/usage/content fields before use it [#12548](https://github.com/apache/apisix/pull/12548)
116
+
- fix(discovery/kubernetes): adjust id length [#12536](https://github.com/apache/apisix/pull/12536)
117
+
- fix: basic auth scheme supports case insensitivity [#12539](https://github.com/apache/apisix/pull/12539)
118
+
- fix: when only tls.verify, skip the logic of judging client cert [#12527](https://github.com/apache/apisix/pull/12527)
119
+
- fix(etcd): load full data from etcd while worker restart [#12523](https://github.com/apache/apisix/pull/12523)
120
+
- fix(etcd): upgrade revision when watch request timeout [#12514](https://github.com/apache/apisix/pull/12514)
121
+
- fix: enable issue of endpointslices for k8s discovery [#11654](https://github.com/apache/apisix/pull/11654)
122
+
- fix(grpc-web): missing trailers when empty resp body [#12490](https://github.com/apache/apisix/pull/12490)
123
+
- fix: can not get hostname in redhat [#12267](https://github.com/apache/apisix/pull/12267)
124
+
- fix: batch processor cache not working when configure plugin in service [#12474](https://github.com/apache/apisix/pull/12474)
125
+
- fix(forward-auth): extra_headers not resolving variable on $post_arg. [#12435](https://github.com/apache/apisix/pull/12435)
126
+
- fix: skipped failing bailedout tests in CI [#12462](https://github.com/apache/apisix/pull/12462)
127
+
- fix(api-breaker): inconsistent circuit breaking due to premature breaker_time increment [#12451](https://github.com/apache/apisix/pull/12451)
128
+
- fix(standalone): lack of configuration validation in api [#12424](https://github.com/apache/apisix/pull/12424)
129
+
- fix(log-rotate): skip access log when enable_access_log is set to false [#11310](https://github.com/apache/apisix/pull/11310)
- fix: broken mcp-bridge test cases [#12425](https://github.com/apache/apisix/pull/12425)
132
+
- fix(request-validation): support Content-Type header with charset for urlencoded data [#12406](https://github.com/apache/apisix/pull/12406)
133
+
- fix: zipkin trace_id and span_id format in ngx_var [#12403](https://github.com/apache/apisix/pull/12403)
134
+
- fix(consumer): missed consumer update due to wrong version in cache [#12413](https://github.com/apache/apisix/pull/12413)
135
+
- revert: fix: forward-auth request body too large [#12404](https://github.com/apache/apisix/pull/12404)
136
+
- fix: get_keys only return first 1024 items in shared dict by default [#12380](https://github.com/apache/apisix/pull/12380)
137
+
138
+
### Core
139
+
140
+
- ci: migrate docker image for testing to bitnamilegacy repo [#12562](https://github.com/apache/apisix/pull/12562)
141
+
- chore: remove redundant profile.apisix_home assignment in start [#12529](https://github.com/apache/apisix/pull/12529)
142
+
- chore: upgrade deps to solve vulnerability alerts [#12473](https://github.com/apache/apisix/pull/12473)
143
+
- refactor: add healthcheck manager to decouple upstream [#12426](https://github.com/apache/apisix/pull/12426)
144
+
- feat: add last modified and digest metadata to standalone API [#12526](https://github.com/apache/apisix/pull/12526)
145
+
- feat: support ctx.var.post_arg for vars based route matching on request body [#12388](https://github.com/apache/apisix/pull/12388)
146
+
- feat: add a global switch to disable upstream health check [#12407](https://github.com/apache/apisix/pull/12407)
147
+
- feat: support multiple json.delay_encode objects in single log [#12395](https://github.com/apache/apisix/pull/12395)
148
+
149
+
### Plugins
150
+
151
+
- feat: support OIDC claim validator [#11824](https://github.com/apache/apisix/pull/11824)
152
+
- feat: support traffic split plugin for stream routes [#12630](https://github.com/apache/apisix/pull/12630)
153
+
- feat: add ksuid algorithm on request-id plugin [#12573](https://github.com/apache/apisix/pull/12573)
154
+
- feat: add fallback mechanism for specific error codes in ai-proxy-multi [#12571](https://github.com/apache/apisix/pull/12571)
155
+
- feat(ai-proxy): add upstream_response_time in access log [#12555](https://github.com/apache/apisix/pull/12555)
156
+
- feat(ai-proxy): add new ctx variable for request llm model [#12554](https://github.com/apache/apisix/pull/12554)
157
+
- feat: add support for azure-ai driver [#12565](https://github.com/apache/apisix/pull/12565)
158
+
- feat(ai-proxy): add support for pushing logs in ai-proxy plugins [#12515](https://github.com/apache/apisix/pull/12515)
- docs: update apisix_upstream_response_time and request_llm_model in access log info [#12583](https://github.com/apache/apisix/pull/12583)
177
+
- docs: remove LLM variable in access log examples [#12503](https://github.com/apache/apisix/pull/12503)
0 commit comments