Skip to content

Commit

Permalink
docs(changelog): apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP committed Sep 3, 2024
1 parent 3c976cb commit 34228a7
Show file tree
Hide file tree
Showing 68 changed files with 149 additions and 87 deletions.
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/add-ai-data-latency.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
message: "AI plugins: retrieved latency data and pushed it to logs and metrics."
message: "AI plugins: Latency data is now pushed to logs and metrics."
type: feature
scope: "Plugin"
6 changes: 3 additions & 3 deletions changelog/3.8.0/kong/add-ai-data-prometheus.yml
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": Core
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
4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/ai-plugin-read-file.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: "allow AI plugin to read request from buffered file"
message: >
**AI-proxy-plugin**: Added the `allow_override` option to allow overriding
the upstream model auth parameter or header from the caller's request.
type: feature
scope: "Plugin"
4 changes: 2 additions & 2 deletions changelog/3.8.0/kong/ai-proxy-azure-streaming.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
**AI-proxy-plugin**: Fixed a bug where certain Azure models would return partial tokens/words
message: >
**AI-proxy**: Fixed an issue where certain Azure models would return partial tokens/words
when in response-streaming mode.
scope: Plugin
type: bugfix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
**AI-Transformer-Plugins**: Fixed a bug where cloud identity authentication
message: >
**AI Transformer plugins**: Fixed an issue where Cloud Identity authentication
was not used in `ai-request-transformer` and `ai-response-transformer` plugins.
scope: Plugin
type: bugfix
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/ai-proxy-fix-model-parameter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
**AI-proxy-plugin**: Fixed a bug where Cohere and Anthropic providers don't read the `model` parameter properly
**AI-proxy**: Fixed an issue where Cohere and Anthropic providers didn't read the `model` parameter properly
from the caller's request body.
scope: Plugin
type: bugfix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
message: |
**AI-proxy-plugin**: Fixed a bug where using "OpenAI Function" inference requests would log a
request error, and then hang until timeout.
**AI-proxy**: Fixed an issue where using OpenAI Function inference requests would log a request error, and then hang until timeout.
scope: Plugin
type: bugfix
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/ai-proxy-fix-sending-own-model.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
**AI-proxy-plugin**: Fixed a bug where AI Proxy would still allow callers to specify their own model,
**AI-proxy**: Fixed an issue where AI Proxy would still allow callers to specify their own model,
ignoring the plugin-configured model name.
scope: Plugin
type: bugfix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
**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.
**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.
scope: Plugin
type: bugfix
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/ai-proxy-mistral-ai.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: '**ai-proxy**: Allowed mistral provider to use mistral.ai managed service by omitting upstream_url'
message: >
**ai-proxy**: The Mistral provider can now use mistral.ai-managed services by omitting the `upstream_url`.
type: feature
scope: Plugin
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/ai-proxy-model-header.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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.'
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.
type: feature
scope: Plugin
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/ai-proxy-proper-model-assignment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
**AI-proxy-plugin**: Fixed a bug where setting OpenAI SDK model parameter "null" caused analytics
**AI-proxy**: Fixed an issue where setting OpenAI SDK model parameter "null" caused analytics
to not be written to the logging plugin(s).
scope: Plugin
type: bugfix
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/bump-lua-resty-aws.yml
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 STS regional endpoint."
message: "Bumped lua-resty-aws to 1.5.3 to fix a bug related to the STS regional endpoint."
type: dependency
scope: Core
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/bump-lua-resty-healthcheck.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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 reduce active healthcheck timer usage."
type: dependency
scope: Core
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/bump-pcre.yml
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 (nothing important)"
message: "Bumped PCRE2 to 10.44 to fix some bugs and tidy up the release."
type: dependency
scope: Core
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/feat-ai-prompt-guard-all-roles.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: "**AI-Prompt-Guard**: add `match_all_roles` option to allow match all roles in addition to `user`."
message: >
**AI-Prompt-Guard**: Added the `match_all_roles` option to allow matching all roles in addition to `user`.
type: feature
scope: Plugin
6 changes: 4 additions & 2 deletions changelog/3.8.0/kong/feat-aws-lambda-decode-empty-array.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
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.`
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.
type: feature
scope: Plugin
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/feat-queue-concurrency-limit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
Added a new configuration `concurrency_limit`(integer, default to 1) for Queue to specify the number of delivery timers.
Added the new configuration parameter `concurrency_limit` (integer, defaults to 1), which lets you specify the number of delivery timers in the queue.
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: |
Added support for json_body rename in response-transformer plugin
**response-transformer**: Added support for `json_body` rename.
type: feature
scope: Plugin
6 changes: 3 additions & 3 deletions changelog/3.8.0/kong/feat-via.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
message: |
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`.
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.
type: feature
scope: Core
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: "**ACME**: Fixed an issue of DP reporting that deprecated config fields are used when configuration from CP is pushed"
message: >
**ACME**: Fixed an issue where the DP would report that deprecated
config fields were used when configuration was pushed from the CP.
type: bugfix
scope: Plugin
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/fix-ai-gzip-content.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: |
**AI-Proxy**: Fixed issue when response is gzipped even if client doesn't accept.
**AI-Proxy**: Fixed issue when response was gzipped even if the client didn't accept the format.
type: bugfix
scope: Plugin
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/fix-ai-metrics-prometheus-compat.yml
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
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/fix-ai-plugin-no-consumer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
message: "Fixed certain AI plugins cannot be applied per consumer or per service."
message: >
Fixed an issue where certain AI plugins couldn't be applied per consumer or per service.
type: bugfix
scope: Plugin

4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/fix-ai-prompt-guard-order.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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."
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.
type: bugfix
scope: Plugin
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/fix-ai-proxy-shared-state.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: "**AI-Proxy**: Resolved a bug where the object constructor would set data on the class instead of the instance"
message: >
**AI-Proxy**: Resolved an issue where the object constructor would set data on the class instead of the instance.
type: bugfix
scope: Plugin
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: "**AWS-Lambda**: Fixed an issue that the plugin does not work with multiValueHeaders defined in proxy integration and legacy empty_arrays_mode."
message: >
**AWS-Lambda**: Fixed an issue where the plugin didn't work with multiValueHeaders
defined in proxy integration and legacy `empty_arrays_mode`.
type: bugfix
scope: Plugin
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: "**AWS-Lambda**: Fixed an issue that the `version` field is not set in the request payload when `awsgateway_compatible` is enabled."
message: >
**AWS-Lambda**: Fixed an issue where the `version` field wasn't
set in the request payload when `awsgateway_compatible` was enabled.
type: bugfix
scope: Plugin
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
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.
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.
type: bugfix
scope: Clustering
4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/fix-cors-wildcard.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: "**CORS**: Fixed an issue where the `Access-Control-Allow-Origin` header was not sent when `conf.origins` has multiple entries but includes `*`."
message: >
**CORS**: Fixed an issue where the `Access-Control-Allow-Origin` header
was not sent when `conf.origins` had multiple entries but included `*`.
type: bugfix
scope: Plugin
4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/fix-deprecate-shorthands-precedence.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: Deprecated shorthand fields don't take precedence over replacement fields when both are specified.
message: >
Fixed an issue with deprecated shorthand fields so that
they don't take precedence over replacement fields when both are specified.
type: bugfix
scope: Core
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
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
4 changes: 2 additions & 2 deletions changelog/3.8.0/kong/fix-for-null-aware-shorthand.yml
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
4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/fix-http-log-host-header.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
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."
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.
type: bugfix
scope: Plugin

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: |
**PDK**: Fixed a bug that log serializer will log `upstream_status` as nil in the requests that contains subrequest
**PDK**: Fixed an issue where the log serializer logged `upstream_status` as nil in the requests that contained subrequests.
type: bugfix
scope: PDK
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/fix-multi-modal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: >
"**AI Plugins**: Fixed an issue for multi-modal inputs are not properly validated and calculated.
**AI Plugins**: Fixed an issue where multi-modal inputs weren't properly validated and calculated.
type: bugfix
scope: Plugin
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/fix-otel-migrations-exception.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: "**OpenTelemetry:** Fixed an issue where migration fails when upgrading from below version 3.3 to 3.7."
message: >
**OpenTelemetry:** Fixed an issue where migration failed when upgrading from below version 3.3 to 3.7.
type: bugfix
scope: Plugin
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: "**OpenTelemetry / Zipkin**: remove redundant deprecation warnings"
message: >
**OpenTelemetry and Zipkin**: Removed redundant deprecation warnings.
type: bugfix
scope: Plugin
4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/fix-realm-compat-changes-basic-auth.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: "**Basic-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.6)"
message: >
**Basic-Auth**: Fixed an issue where the realm field
wasn't recognized for older Kong Gateway versions (before 3.6).
type: bugfix
scope: Plugin
4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/fix-realm-compat-changes-key-auth.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: "**Key-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.7)"
message: >
**Key-Auth**: Fixed an issue where the realm field wasn't
recognized for older Kong Gateway versions (before 3.7).
type: bugfix
scope: Plugin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: |
Fixed an issue where unnecessary uninitialized variable error log is reported when 400 bad requests were received.
Fixed an issue where an unnecessary uninitialized variable error log was reported when 400 bad requests were received.
type: bugfix
scope: Core
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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."
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.
type: bugfix
scope: Plugin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: |
Fixed an issue where the URI captures are unavailable when the first capture group is absent.
Fixed an issue where the URI captures were unavailable when the first capture group was absent.
type: bugfix
scope: Core
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
message: "**Response-RateLimiting**: Fixed an issue of DP reporting that deprecated config fields are used when configuration from CP is pushed"
message: >
**Response-RateLimiting**: Fixed an issue where the DP would
report that deprecated config fields were used
when configuration was pushed from the CP.
type: bugfix
scope: Plugin
5 changes: 4 additions & 1 deletion changelog/3.8.0/kong/fix-rl-misleading-deprecation-logs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
message: "**Rate-Limiting**: Fixed an issue of DP reporting that deprecated config fields are used when configuration from CP is pushed"
message: >
**Rate-Limiting**: Fixed an issue where the DP would
report that deprecated config fields were used
when configuration was pushed from the CP.
type: bugfix
scope: Plugin
6 changes: 3 additions & 3 deletions changelog/3.8.0/kong/fix-route-set-priority-with-others.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
Fixed an issue where the priority field can be set in a traditional mode route
When 'router_flavor' is configured as 'expressions'.
message: >
Fixed an issue where the priority field could be set in a traditional mode route
when `router_flavor` was configured as `expressions`.
type: bugfix
scope: Core
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/fix-sni-cache-invalidate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: |
Fixed an issue where the sni cache isn't invalidated when a sni is updated.
Fixed an issue where the SNI cache wasn't invalidated when an SNI was updated.
type: bugfix
scope: Core
7 changes: 4 additions & 3 deletions changelog/3.8.0/kong/fix-type-of-logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message: |
**Vault**: Reference ending with slash when parsed should not return a key.
**Vault**: References ending with a slash, when parsed, will no longer return a key.
type: bugfix
scope: PDK
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
message: Error logs during Vault secret rotation are now logged at the `notice` level instead of `warn`.
message: Error logs produced during Vault secret rotation are now logged at the `notice` level instead of `warn`.
type: bugfix
scope: Core
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/hmac_www_authenticate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: "**hmac-auth**: Add WWW-Authenticate headers to 401 responses."
message: >
**hmac-auth**: Added WWW-Authenticate headers to 401 responses.
type: bugfix
scope: Plugin
4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/host_header.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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.
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.
scope: Core
type: bugfix
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/jwt_www_authenticate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: "**jwt**: Add WWW-Authenticate headers to 401 responses."
message: >
**jwt**: Added WWW-Authenticate headers to 401 responses.
type: bugfix
scope: Plugin
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/ldap_www_authenticate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: "**ldap-auth**: Add WWW-Authenticate headers to all 401 responses."
message: >
**ldap-auth**: Added WWW-Authenticate headers to all 401 responses.
type: bugfix
scope: Plugin
4 changes: 2 additions & 2 deletions changelog/3.8.0/kong/migration_of_ai_proxy_plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message: |
**AI-proxy**: A configuration validation is added to prevent from enabling `log_statistics` upon
message: >
**AI-proxy**: Added a configuration validation to prevent `log_statistics` from being enabled upon
providers not supporting statistics. Accordingly, the default of `log_statistics` is changed from
`true` to `false`, and a database migration is added as well for disabling `log_statistics` if it
has already been enabled upon unsupported providers.
Expand Down
3 changes: 2 additions & 1 deletion changelog/3.8.0/kong/oauth2_www_authenticate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
message: "**OAuth2**: Add WWW-Authenticate headers to all 401 responses and realm option."
message: >
**OAuth2**: Added WWW-Authenticate headers to all 401 responses and realm option.
type: bugfix
scope: Plugin

4 changes: 3 additions & 1 deletion changelog/3.8.0/kong/pdk-log-error.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message: Fixed an issue that pdk.log.serialize() will throw an error when JSON entity set by serialize_value contains json.null
message: >
Fixed an issue where `pdk.log.serialize()` threw an error
when the JSON entity set by `serialize_value` contained `json.null`.
type: bugfix
scope: PDK
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/pdk-read-file.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
message: "extend kong.request.get_body and kong.request.get_raw_body to read from buffered file"
message: "Extended `kong.request.get_body` and `kong.request.get_raw_body` to read from buffered files."
type: feature
scope: "PDK"
Loading

0 comments on commit 34228a7

Please sign in to comment.