-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore: release 3.12 #12069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
chore: release 3.12 #12069
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,7 @@ title: Changelog | |
|
|
||
| ## Table of Contents | ||
|
|
||
| - [3.12.0](#3120) | ||
| - [3.11.0](#3110) | ||
| - [3.10.0](#3100) | ||
| - [3.9.0](#390) | ||
|
|
@@ -78,6 +79,67 @@ title: Changelog | |
| - [0.7.0](#070) | ||
| - [0.6.0](#060) | ||
|
|
||
| ## 3.12.0 | ||
|
|
||
| ### Change | ||
|
|
||
| - refactor ai-proxy and ai-proxy-multi [#12030](https://github.com/apache/apisix/pull/12030) | ||
| - replace plugin attribute with plugin metadata [#11940](https://github.com/apache/apisix/pull/11940) | ||
Revolyssup marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - each metric should have an expire time [#11838](https://github.com/apache/apisix/pull/11838) | ||
Revolyssup marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### Bugfixes | ||
|
|
||
| - Fix: resync etcd when a lower revision is found [#12015](https://github.com/apache/apisix/pull/12015) | ||
| - Fix: remove model options' `stream` default value [#12013](https://github.com/apache/apisix/pull/12013) | ||
| - Fix: grpc-web response contains two trailer chunks [#11988](https://github.com/apache/apisix/pull/11988) | ||
| - Fix: event_id is nil in chaitin-waf [#11651](https://github.com/apache/apisix/pull/11651) | ||
| - Fix: race condition problem while update upstream.nodes [#11916](https://github.com/apache/apisix/pull/11916) | ||
| - Fix: `upstream_obj.upstream` should not be a string [#11932](https://github.com/apache/apisix/pull/11932) | ||
| - Fix: query params in override.endpoint not being sent to LLMs [#11863](https://github.com/apache/apisix/pull/11863) | ||
| - Fix: corrupt data in routes() response due to healthchecker data [#11844](https://github.com/apache/apisix/pull/11844) | ||
| - Fix: deepcopy should copy same table exactly only once [#11861](https://github.com/apache/apisix/pull/11861) | ||
| - Fix: disallow empty key configuration attributes [#11852](https://github.com/apache/apisix/pull/11852) | ||
| - Fix: etcd watch restart when receive invalid revision [#11833](https://github.com/apache/apisix/pull/11833) | ||
| - Fix: missing parsed_url nil check [#11637](https://github.com/apache/apisix/pull/11637) | ||
| - Fix: use `plugin.get` to fetch plugin configured in multi-auth plugin [#11794](https://github.com/apache/apisix/pull/11794) | ||
| - Fix: allow special characters in uri params [#11788](https://github.com/apache/apisix/pull/11788) | ||
| - Fix: add nil check to conf in body-transformer [#11768](https://github.com/apache/apisix/pull/11768) | ||
| - Fix: use max_req_body_bytes field in custom_format [#11771](https://github.com/apache/apisix/pull/11771) | ||
| - Fix: health checker can't be released due to health parent being released early [#11760](https://github.com/apache/apisix/pull/11760) | ||
| - Fix: use right modifiedIndex for consumer when use credential [#11649](https://github.com/apache/apisix/pull/11649) | ||
|
|
||
| ### Core | ||
|
|
||
| - upgrade openresty version to v1.27.11 [#11936](https://github.com/apache/apisix/pull/11936) | ||
| - add support for "system" ssl_trusted_certificate [#11809](https://github.com/apache/apisix/pull/11809) | ||
Revolyssup marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - support _meta.pre_function to execute custom logic before execution of each phase [#11793](https://github.com/apache/apisix/pull/11793) | ||
| - support anonymous consumer [#11917](https://github.com/apache/apisix/pull/11917) | ||
| - accelerate the creation of the consumer cache [#11840](https://github.com/apache/apisix/pull/11840) | ||
| - replace 'string.find' with 'core.string.find' [#11886](https://github.com/apache/apisix/pull/11886) | ||
| - workflow plugin registration [#11832](https://github.com/apache/apisix/pull/11832) | ||
|
|
||
| ### Plugins | ||
|
|
||
| - support embeddings API [#12062](https://github.com/apache/apisix/pull/12062) | ||
kayx23 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - implement rate limiting based fallback strategy [#12047](https://github.com/apache/apisix/pull/12047) | ||
| - ai-rate-limiting plugin [#12037](https://github.com/apache/apisix/pull/12037) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add xxx plugin |
||
| - add `valid_issuers` field in `openid-connect` plugin [#12002](https://github.com/apache/apisix/pull/12002) | ||
| - add ai-prompt-guard plugin [#12008](https://github.com/apache/apisix/pull/12008) | ||
| - add jwt audience validator [#11987](https://github.com/apache/apisix/pull/11987) | ||
| - store JWT in the request context [#11675](https://github.com/apache/apisix/pull/11675) | ||
| - support proxying openai compatible LLMs [#12004](https://github.com/apache/apisix/pull/12004) | ||
kayx23 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - add `ai-proxy-multi` plugin [#11986](https://github.com/apache/apisix/pull/11986) | ||
Revolyssup marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - make rate-limit response headers configurable [#11831](https://github.com/apache/apisix/pull/11831) | ||
Revolyssup marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - allow workflow config without case [#11787](https://github.com/apache/apisix/pull/11787) | ||
kayx23 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - support mulipart content-type in `body-transformer` [#11767](https://github.com/apache/apisix/pull/11767) | ||
| - plugins in multi-auth returns error instead of logging it [#11775](https://github.com/apache/apisix/pull/11775) | ||
| - support configuring `key_claim_name` [#11772](https://github.com/apache/apisix/pull/11772) | ||
| - add Total request per second panel in grafana dashboard [#11692](https://github.com/apache/apisix/pull/11692) | ||
| - add ai-rag plugin [#11568](https://github.com/apache/apisix/pull/11568) | ||
| - add ai-content-moderation plugin [#11541](https://github.com/apache/apisix/pull/11541) | ||
kayx23 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - use setmetatable to set hidden variables without effecting serialisation [#11770](https://github.com/apache/apisix/pull/11770) | ||
| - rectify business logic/code in ai-proxy [#12055](https://github.com/apache/apisix/pull/12055) | ||
kayx23 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## 3.11.0 | ||
|
|
||
| ### Change | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,5 +20,5 @@ | |
| -- @module core.version | ||
|
|
||
| return { | ||
| VERSION = "3.11.0" | ||
| VERSION = "3.12.0" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "version": "3.11.0", | ||
| "version": "3.12.0", | ||
| "sidebar": [ | ||
| { | ||
| "type": "category", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "version": "3.11.0", | ||
| "version": "3.12.0", | ||
| "sidebar": [ | ||
| { | ||
| "type": "category", | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
ai-proxy-multidoes not exist in 3.11.0, so it should not be mentioned in "change". Onlyai-proxyis considered a change.#12055 this PR should be mentioned as well, it includes the change of not requiring an upstream configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done