-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): fix issues in 3.8.0 changelogs
- Loading branch information
Showing
72 changed files
with
577 additions
and
547 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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,3 +1,3 @@ | ||
message: "AI plugins: Latency data is now pushed to logs and metrics." | ||
message: "AI plugins: retrieved latency data and pushed it to logs and metrics." | ||
type: feature | ||
scope: "Plugin" |
This file contains 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,3 +1,3 @@ | ||
message: "**prometheus**: Added `ai_requests_total`, `ai_cost_total` and `ai_tokens_total` metrics in the Prometheus plugin to start counting AI usage." | ||
type: feature | ||
scope: Plugins | ||
"message": "**prometheus**: Added `ai_requests_total`, `ai_cost_total` and `ai_tokens_total` metrics in the Prometheus plugin to start counting AI usage." | ||
"type": feature | ||
"scope": Core |
This file contains 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,3 @@ | ||
message: > | ||
**AI-proxy-plugin**: Added the `allow_override` option to allow overriding | ||
the upstream model auth parameter or header from the caller's request. | ||
message: "allow AI plugin to read request from buffered file" | ||
type: feature | ||
scope: "Plugin" |
This file contains 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 @@ | ||
message: > | ||
**AI-proxy**: Fixed an issue where certain Azure models would return partial tokens/words | ||
message: | | ||
**AI-proxy-plugin**: Fixed a bug where certain Azure models would return partial tokens/words | ||
when in response-streaming mode. | ||
scope: Plugin | ||
type: bugfix |
4 changes: 2 additions & 2 deletions
4
changelog/3.8.0/kong/ai-proxy-cloud-identity-transformer-plugins.yml
This file contains 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 @@ | ||
message: > | ||
**AI Transformer plugins**: Fixed an issue where Cloud Identity authentication | ||
message: | | ||
**AI-Transformer-Plugins**: Fixed a bug where cloud identity authentication | ||
was not used in `ai-request-transformer` and `ai-response-transformer` plugins. | ||
scope: Plugin | ||
type: bugfix |
This file contains 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 @@ | ||
message: | | ||
**AI-proxy**: Fixed an issue where Cohere and Anthropic providers didn't read the `model` parameter properly | ||
**AI-proxy-plugin**: Fixed a bug where Cohere and Anthropic providers don't read the `model` parameter properly | ||
from the caller's request body. | ||
scope: Plugin | ||
type: bugfix |
3 changes: 2 additions & 1 deletion
3
changelog/3.8.0/kong/ai-proxy-fix-nil-response-token-count.yml
This file contains 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,4 +1,5 @@ | ||
message: | | ||
**AI-proxy**: Fixed an issue where using OpenAI Function inference requests would log a request error, and then hang until timeout. | ||
**AI-proxy-plugin**: Fixed a bug where using "OpenAI Function" inference requests would log a | ||
request error, and then hang until timeout. | ||
scope: Plugin | ||
type: bugfix |
This file contains 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 @@ | ||
message: | | ||
**AI-proxy**: Fixed an issue where AI Proxy would still allow callers to specify their own model, | ||
**AI-proxy-plugin**: Fixed a bug where AI Proxy would still allow callers to specify their own model, | ||
ignoring the plugin-configured model name. | ||
scope: Plugin | ||
type: bugfix |
4 changes: 2 additions & 2 deletions
4
changelog/3.8.0/kong/ai-proxy-fix-tuning-parameter-precedence.yml
This file contains 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 @@ | ||
message: | | ||
**AI-proxy**: Fixed an issue where AI Proxy would not take precedence of the | ||
plugin's configured model tuning options over those in the user's LLM request. | ||
**AI-proxy-plugin**: Fixed a bug where AI Proxy would not take precedence of the | ||
plugin's configured model tuning options, over those in the user's LLM request. | ||
scope: Plugin | ||
type: bugfix |
This file contains 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,4 +1,3 @@ | ||
message: > | ||
**ai-proxy**: The Mistral provider can now use mistral.ai-managed services by omitting the `upstream_url`. | ||
message: '**ai-proxy**: Allowed mistral provider to use mistral.ai managed service by omitting upstream_url' | ||
type: feature | ||
scope: Plugin |
This file contains 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,4 +1,3 @@ | ||
message: > | ||
**ai-proxy**: Added the new response header `X-Kong-LLM-Model`, which displays the name of the language model used in the AI Proxy plugin. | ||
message: '**ai-proxy**: Added a new response header X-Kong-LLM-Model that displays the name of the language model used in the AI-Proxy plugin.' | ||
type: feature | ||
scope: Plugin |
This file contains 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 @@ | ||
message: | | ||
**AI-proxy**: Fixed an issue where setting OpenAI SDK model parameter "null" caused analytics | ||
**AI-proxy-plugin**: Fixed a bug where setting OpenAI SDK model parameter "null" caused analytics | ||
to not be written to the logging plugin(s). | ||
scope: Plugin | ||
type: bugfix |
This file contains 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,3 +1,3 @@ | ||
message: "Bumped lua-resty-aws to 1.5.3 to fix a bug related to the STS regional endpoint." | ||
message: "Bumped lua-resty-aws to 1.5.3 to fix a bug related to STS regional endpoint." | ||
type: dependency | ||
scope: Core |
This file contains 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,3 +1,5 @@ | ||
message: "Bumped lua-resty-events to 0.3.0" | ||
type: dependency | ||
message: > | ||
Bumped lua-resty-events to 0.3.0 to fix an | ||
issue that was preventing the | ||
configuration from being updated to the latest version | ||
scope: Core |
This file contains 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,3 +1,5 @@ | ||
message: "Bumped lua-resty-healthcheck from 3.0.1 to 3.1.0 to reduce active healthcheck timer usage." | ||
message: > | ||
Bumped lua-resty-healthcheck from 3.0.1 to 3.1.0 | ||
to fix an issue that was causing high memory usage | ||
type: dependency | ||
scope: Core |
This file contains 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,3 +1,7 @@ | ||
message: "Bumped lua-resty-lmdb to 1.4.3 (lmdb 0.9.33)" | ||
message: > | ||
Bumped lua-resty-lmdb to 1.4.3 to | ||
get fixes from the upstream (lmdb 0.9.33), | ||
which resolved numerous race conditions and | ||
fixed a cursor issue. | ||
type: dependency | ||
scope: Core |
This file contains 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,3 +1,6 @@ | ||
message: "Bumped lua-resty-openssl to 1.5.1." | ||
message: > | ||
Bumped lua-resty-openssl to 1.5.1 | ||
to fix some issues including a potential | ||
use-after-free issue. | ||
type: dependency | ||
scope: Core |
This file contains 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,3 +1,5 @@ | ||
message: "Bumped OpenResty to 1.25.3.2" | ||
message: > | ||
Bumped OpenResty to 1.25.3.2 to improve | ||
the performance of the LuaJIT hash computation. | ||
type: dependency | ||
scope: Core |
This file contains 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,3 +1,3 @@ | ||
message: "Bumped PCRE2 to 10.44 to fix some bugs and tidy up the release." | ||
message: "Bumped PCRE2 to 10.44 to fix some bugs and tidy-up the release (nothing important)" | ||
type: dependency | ||
scope: Core |
This file contains 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,4 +1,3 @@ | ||
message: > | ||
**AI-Prompt-Guard**: Added the `match_all_roles` option to allow matching all roles in addition to `user`. | ||
message: "**AI-Prompt-Guard**: add `match_all_roles` option to allow match all roles in addition to `user`." | ||
type: feature | ||
scope: Plugin |
This file contains 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,6 +1,4 @@ | ||
message: > | ||
**AWS-Lambda**: Added the configuration field `empty_arrays_mode` to | ||
control whether Kong should send `[]` empty arrays (returned by Lambda function) | ||
as `[]` empty arrays or `{}` empty objects in JSON responses. | ||
message: | | ||
**AWS-Lambda**: A new configuration field `empty_arrays_mode` is now added to control whether Kong should send `[]` empty arrays (returned by Lambda function) as `[]` empty arrays or `{}` empty objects in JSON responses.` | ||
type: feature | ||
scope: Plugin |
This file contains 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 @@ | ||
message: | | ||
Added the new configuration parameter `concurrency_limit` (integer, defaults to 1), which lets you specify the number of delivery timers in the queue. | ||
Added a new configuration `concurrency_limit`(integer, default to 1) for Queue to specify the number of delivery timers. | ||
Note that setting `concurrency_limit` to `-1` means no limit at all, and each HTTP log entry would create an individual timer for sending. | ||
type: feature | ||
scope: Core |
This file contains 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,4 +1,4 @@ | ||
message: | | ||
**response-transformer**: Added support for `json_body` rename. | ||
Added support for json_body rename in response-transformer plugin | ||
type: feature | ||
scope: Plugin |
This file contains 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,6 +1,6 @@ | ||
message: | | ||
Kong Gateway now appends gateway info to the upstream `Via` header in the format `1.1 kong/3.8.0`, and optionally to the | ||
response `Via` header if it is present in the `headers` config of `kong.conf`, in the format `2 kong/3.8.0`. | ||
This follows standards defined in RFC7230 and RFC9110. | ||
Append gateway info to upstream `Via` header like `1.1 kong/3.8.0`, and optionally to | ||
response `Via` header if it is present in the `headers` config of "kong.conf", like `2 kong/3.8.0`, | ||
according to `RFC7230` and `RFC9110`. | ||
type: feature | ||
scope: Core |
This file contains 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,3 @@ | ||
message: > | ||
**ACME**: Fixed an issue where the DP would report that deprecated | ||
config fields were used when configuration was pushed from the CP. | ||
message: "**ACME**: Fixed an issue of DP reporting that deprecated config fields are used when configuration from CP is pushed" | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,4 +1,4 @@ | ||
message: | | ||
**AI-Proxy**: Fixed issue when response was gzipped even if the client didn't accept the format. | ||
**AI-Proxy**: Fixed issue when response is gzipped even if client doesn't accept. | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,4 +1,4 @@ | ||
message: > | ||
**Prometheus**: Fixed an issue where CP/DP compatibility check was missing for the new configuration field `ai_metrics`. | ||
"**Prometheus**: Fixed an issue where CP/DP compatibility check was missing for the new configuration field `ai_metrics`. | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,4 @@ | ||
message: > | ||
Fixed an issue where certain AI plugins couldn't be applied per consumer or per service. | ||
message: "Fixed certain AI plugins cannot be applied per consumer or per service." | ||
type: bugfix | ||
scope: Plugin | ||
|
This file contains 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,3 @@ | ||
message: > | ||
**AI-Prompt-Guard**: Fixed an issue which occurred when `allow_all_conversation_history` | ||
was set to false, and caused the first user request to be selected instead of the last one. | ||
message: "**AI-Prompt-Guard**: Fixed an issue when `allow_all_conversation_history` is set to false, the first user request is selected instead of the last one." | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,4 +1,3 @@ | ||
message: > | ||
**AI-Proxy**: Resolved an issue where the object constructor would set data on the class instead of the instance. | ||
message: "**AI-Proxy**: Resolved a bug where the object constructor would set data on the class instead of the instance" | ||
type: bugfix | ||
scope: Plugin |
4 changes: 1 addition & 3 deletions
4
changelog/3.8.0/kong/fix-aws-lambda-empty-array-mutli-value.yml
This file contains 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,3 @@ | ||
message: > | ||
**AWS-Lambda**: Fixed an issue where the plugin didn't work with multiValueHeaders | ||
defined in proxy integration and legacy `empty_arrays_mode`. | ||
message: "**AWS-Lambda**: Fixed an issue that the plugin does not work with multiValueHeaders defined in proxy integration and legacy empty_arrays_mode." | ||
type: bugfix | ||
scope: Plugin |
4 changes: 1 addition & 3 deletions
4
changelog/3.8.0/kong/fix-aws-lambda-gateway-compat-version-field.yml
This file contains 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,3 @@ | ||
message: > | ||
**AWS-Lambda**: Fixed an issue where the `version` field wasn't | ||
set in the request payload when `awsgateway_compatible` was enabled. | ||
message: "**AWS-Lambda**: Fixed an issue that the `version` field is not set in the request payload when `awsgateway_compatible` is enabled." | ||
type: bugfix | ||
scope: Plugin |
5 changes: 1 addition & 4 deletions
5
changelog/3.8.0/kong/fix-clustering-forward-proxy-authentication.yml
This file contains 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,6 +1,3 @@ | ||
message: > | ||
Fixed an issue where hybrid mode wasn't working | ||
if the forward proxy password contained the special character `#`. | ||
Note that the `proxy_server` configuration parameter still needs to be url-encoded. | ||
message: Fixed an issue where hybrid mode not working if the forward proxy password contains special character(#). Note that the `proxy_server` configuration parameter still needs to be url-encoded. | ||
type: bugfix | ||
scope: Clustering |
This file contains 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,3 @@ | ||
message: > | ||
**CORS**: Fixed an issue where the `Access-Control-Allow-Origin` header | ||
was not sent when `conf.origins` had multiple entries but included `*`. | ||
message: "**CORS**: Fixed an issue where the `Access-Control-Allow-Origin` header was not sent when `conf.origins` has multiple entries but includes `*`." | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,3 @@ | ||
message: > | ||
Fixed an issue with deprecated shorthand fields so that | ||
they don't take precedence over replacement fields when both are specified. | ||
message: Deprecated shorthand fields don't take precedence over replacement fields when both are specified. | ||
type: bugfix | ||
scope: Core |
5 changes: 1 addition & 4 deletions
5
changelog/3.8.0/kong/fix-filter-finalize-in-send-header-clear-context.yml
This file contains 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,6 +1,3 @@ | ||
message: > | ||
Fixed an issue where `lua-nginx-module` context was cleared when `ngx.send_header()` | ||
triggered `filter_finalize`. | ||
[openresty/lua-nginx-module#2323](https://github.com/openresty/lua-nginx-module/pull/2323). | ||
message: Fixed an issue where `lua-nginx-module` context was cleared when `ngx.send_header()` triggered `filter_finalize` [openresty/lua-nginx-module#2323](https://github.com/openresty/lua-nginx-module/pull/2323). | ||
type: bugfix | ||
scope: Core |
This file contains 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 @@ | ||
message: > | ||
message: | | ||
Changed the way deprecated shorthand fields are used with new fields. | ||
If the new field contains null, it allows for deprecated field to overwrite it if both are present in the request. | ||
If the new field contains null it allows for deprecated field to overwrite it if both are present in the request. | ||
type: bugfix | ||
scope: Core |
This file contains 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,6 +1,4 @@ | ||
message: > | ||
**HTTP-Log**: Fixed an issue where the plugin didn't include | ||
port information in the HTTP host header when sending requests to the log server. | ||
message: "**HTTP-Log**: Fix an issue where the plugin doesn't include port information in the HTTP host header when sending requests to the log server." | ||
type: bugfix | ||
scope: Plugin | ||
|
2 changes: 1 addition & 1 deletion
2
changelog/3.8.0/kong/fix-log-upstream-status-nil-subrequest.yml
This file contains 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,4 +1,4 @@ | ||
message: | | ||
**PDK**: Fixed an issue where the log serializer logged `upstream_status` as nil in the requests that contained subrequests. | ||
**PDK**: Fixed a bug that log serializer will log `upstream_status` as nil in the requests that contains subrequest | ||
type: bugfix | ||
scope: PDK |
This file contains 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,4 +1,4 @@ | ||
message: > | ||
**AI Plugins**: Fixed an issue where multi-modal inputs weren't properly validated and calculated. | ||
"**AI Plugins**: Fixed an issue for multi-modal inputs are not properly validated and calculated. | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,4 +1,3 @@ | ||
message: > | ||
**OpenTelemetry:** Fixed an issue where migration failed when upgrading from below version 3.3 to 3.7. | ||
message: "**OpenTelemetry:** Fixed an issue where migration fails when upgrading from below version 3.3 to 3.7." | ||
type: bugfix | ||
scope: Plugin |
3 changes: 1 addition & 2 deletions
3
changelog/3.8.0/kong/fix-propagation-remove-redundant-warnings.yml
This file contains 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,4 +1,3 @@ | ||
message: > | ||
**OpenTelemetry and Zipkin**: Removed redundant deprecation warnings. | ||
message: "**OpenTelemetry / Zipkin**: remove redundant deprecation warnings" | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,3 @@ | ||
message: > | ||
**Basic-Auth**: Fixed an issue where the realm field | ||
wasn't recognized for older Kong Gateway versions (before 3.6). | ||
message: "**Basic-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.6)" | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,3 @@ | ||
message: > | ||
**Key-Auth**: Fixed an issue where the realm field wasn't | ||
recognized for older Kong Gateway versions (before 3.7). | ||
message: "**Key-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.7)" | ||
type: bugfix | ||
scope: Plugin |
2 changes: 1 addition & 1 deletion
2
changelog/3.8.0/kong/fix-reports-uninitialized-variable-in-400.yml
This file contains 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,4 +1,4 @@ | ||
message: | | ||
Fixed an issue where an unnecessary uninitialized variable error log was reported when 400 bad requests were received. | ||
Fixed an issue where unnecessary uninitialized variable error log is reported when 400 bad requests were received. | ||
type: bugfix | ||
scope: Core |
4 changes: 1 addition & 3 deletions
4
...0/kong/fix-request-size-limiting-with-chunked-transfer-encoding-and-no-content-length.yml
This file contains 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,3 @@ | ||
message: > | ||
**Request Size Limiting**: Fixed an issue where the body size | ||
didn't get checked when the request body was buffered to a temporary file. | ||
message: "**Request Size Limiting**: Fixed an issue where the body size doesn't get checked when the request body is buffered to a temporary file." | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,4 +1,4 @@ | ||
message: | | ||
Fixed an issue where the URI captures were unavailable when the first capture group was absent. | ||
Fixed an issue where the URI captures are unavailable when the first capture group is absent. | ||
type: bugfix | ||
scope: Core |
5 changes: 1 addition & 4 deletions
5
changelog/3.8.0/kong/fix-response-rl-misleading-deprecation-logs.yml
This file contains 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,6 +1,3 @@ | ||
message: > | ||
**Response-RateLimiting**: Fixed an issue where the DP would | ||
report that deprecated config fields were used | ||
when configuration was pushed from the CP. | ||
message: "**Response-RateLimiting**: Fixed an issue of DP reporting that deprecated config fields are used when configuration from CP is pushed" | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,6 +1,3 @@ | ||
message: > | ||
**Rate-Limiting**: Fixed an issue where the DP would | ||
report that deprecated config fields were used | ||
when configuration was pushed from the CP. | ||
message: "**Rate-Limiting**: Fixed an issue of DP reporting that deprecated config fields are used when configuration from CP is pushed" | ||
type: bugfix | ||
scope: Plugin |
This file contains 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 @@ | ||
message: > | ||
Fixed an issue where the priority field could be set in a traditional mode route | ||
when `router_flavor` was configured as `expressions`. | ||
message: | | ||
Fixed an issue where the priority field can be set in a traditional mode route | ||
When 'router_flavor' is configured as 'expressions'. | ||
type: bugfix | ||
scope: Core |
This file contains 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,4 +1,4 @@ | ||
message: | | ||
Fixed an issue where the SNI cache wasn't invalidated when an SNI was updated. | ||
Fixed an issue where the sni cache isn't invalidated when a sni is updated. | ||
type: bugfix | ||
scope: Core |
This file contains 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,6 +1,5 @@ | ||
message: > | ||
The `kong.logrotate` configuration file will no longer be overwritten during upgrade. | ||
When upgrading, set the environment variable `DEBIAN_FRONTEND=noninteractive` on Debian/Ubuntu | ||
to avoid any interactive prompts and enable fully automatic upgrades. | ||
message: | | ||
The kong.logrotate configuration file will no longer be overwritten during upgrade. | ||
When upgrading, set the environment variable `DEBIAN_FRONTEND=noninteractive` on Debian/Ubuntu to avoid any interactive prompts and enable fully automatic upgrades. | ||
type: bugfix | ||
scope: Core |
This file contains 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,4 +1,4 @@ | ||
message: | | ||
**Vault**: References ending with a slash, when parsed, will no longer return a key. | ||
**Vault**: Reference ending with slash when parsed should not return a key. | ||
type: bugfix | ||
scope: PDK |
This file contains 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,3 +1,3 @@ | ||
message: Error logs produced during Vault secret rotation are now logged at the `notice` level instead of `warn`. | ||
message: Error logs during Vault secret rotation are now logged at the `notice` level instead of `warn`. | ||
type: bugfix | ||
scope: Core |
This file contains 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,4 +1,3 @@ | ||
message: > | ||
**hmac-auth**: Added WWW-Authenticate headers to 401 responses. | ||
message: "**hmac-auth**: Add WWW-Authenticate headers to 401 responses." | ||
type: bugfix | ||
scope: Plugin |
This file contains 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,3 @@ | ||
message: > | ||
Fixed an issue where the `host_header` attribute of the upstream entity | ||
wouldn't be set correctly as a Host header in requests to the upstream during connection retries. | ||
message: fix a bug that the `host_header` attribute of upstream entity can not be set correctly in requests to upstream as Host header when retries to upstream happen. | ||
scope: Core | ||
type: bugfix |
This file contains 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,4 +1,3 @@ | ||
message: > | ||
**jwt**: Added WWW-Authenticate headers to 401 responses. | ||
message: "**jwt**: Add WWW-Authenticate headers to 401 responses." | ||
type: bugfix | ||
scope: Plugin |
Oops, something went wrong.