Skip to content

Commit 91a0f93

Browse files
authored
Merge branch 'master' into release/3.14
2 parents bbcbac3 + eeb432f commit 91a0f93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ title: Changelog
164164

165165
### Plugins
166166

167+
- feat: support OIDC claim validator [#11824](https://github.com/apache/apisix/pull/11824)
167168
- feat: support traffic split plugin for stream routes [#12630](https://github.com/apache/apisix/pull/12630)
168169
- feat: add ksuid algorithm on request-id plugin [#12573](https://github.com/apache/apisix/pull/12573)
169170
- feat: add fallback mechanism for specific error codes in ai-proxy-multi [#12571](https://github.com/apache/apisix/pull/12571)
@@ -178,7 +179,6 @@ title: Changelog
178179
- feat: support limit-conn in workflow plugin [#12465](https://github.com/apache/apisix/pull/12465)
179180
- feat(datadog): Improve Datadog plugin tag support [#11943](https://github.com/apache/apisix/pull/11943)
180181
- feat: decoupled prometheus exporter's calculation and output [#12383](https://github.com/apache/apisix/pull/12383)
181-
- feat: support OIDC claim validator [#11824](https://github.com/apache/apisix/pull/11824)
182182
- feat: add support for extra_headers in forward-auth plugin [#12405](https://github.com/apache/apisix/pull/12405)
183183
- feat: Add AIMLAPI provider support to AI plugins [#12379](https://github.com/apache/apisix/pull/12379)
184184

@@ -189,8 +189,8 @@ title: Changelog
189189
- docs: update note for API-drive standalone mode [#12612](https://github.com/apache/apisix/pull/12612)
190190
- docs: Improve chaitin-waf plugin docs and remove unintended highlights [#12608](https://github.com/apache/apisix/pull/12608)
191191
- docs: remove outdate dashboard doc [#12596](https://github.com/apache/apisix/pull/12596)
192-
- docs: update apisix-upstream_response_time and request_llm_model in access log info [#12583](https://github.com/apache/apisix/pull/12583)
193-
- docs: remove LLM variable in access log examples
192+
- docs: update apisix_upstream_response_time and request_llm_model in access log info [#12583](https://github.com/apache/apisix/pull/12583)
193+
- docs: remove LLM variable in access log examples [#12503](https://github.com/apache/apisix/pull/12503)
194194
- docs: update jwt-auth docs [#12450](https://github.com/apache/apisix/pull/12450)
195195
- docs: update rpm installation guide [#12460](https://github.com/apache/apisix/pull/12460)
196196
- docs: fix typo in credentials doc [#12434](https://github.com/apache/apisix/pull/12434)

ci/check_changelog_prs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const IGNORE_PRS = [
5151
// 3.13.0
5252
9945, 11420, 11765, 12036, 12048, 12057, 12076, 12122, 12123, 12168, 12199, 12218, 12225, 12272, 12277, 12300, 12306, 12329, 12353, 12364, 12375, 12358,
5353
//3.14.0
54-
8772
54+
8772, 12655
5555
];
5656

5757

0 commit comments

Comments
 (0)