Keery Nie
Keery Nie
### Summary This PR adds a new field in Zipkin plugin schema to support adding trace id in the response header. ### Full changelog * Add `response_header_for_traceid` field in Zipkin...
### Summary This PR adds support for the rate-limiting plugin to be aware of the local timezone. Currently, the rate-limiting plugin is working on UTC time, and there have been...
### Summary This PR adds a new field `requestContext` into the lambda input data when the aws-lambda plugin is working in `awsgateway_compatible` mode. The `requestContext` is part of the input...
### Summary This PR fixes a bug in the `request-transformer` plugin, where the rename header cannot override an already existing header steadily. If a header `A-header` already exists with a...
### Summary This PR cherry-picks some of the important fixes to `release/3.4.x` so that we can get alignment between `release/3.4.x` and `next/3.4.x.x` Contains the following PRs: https://github.com/Kong/kong/pull/11613 https://github.com/Kong/kong/pull/11566 https://github.com/Kong/kong/pull/11859 https://github.com/Kong/kong/pull/12003...
fix(cache): mlcache invalidation use separate cluster event channels to avoid useless invalidation
### Summary Currently, the kong_db_cache and kong_core_db_cache use the same invalidations channel named "invalidations" in the cluster event hook. In a traditional cluster(in which multiple Kong nodes use the same...
### Summary ### Checklist - [ ] The Pull Request has tests - [ ] A changelog file has been created under `changelog/unreleased/kong` or `skip-changelog` label added on PR if...
### Summary As per FTI-5261's report, it is unexpected that the external request time of AWS lambda service is also being added to `latencies.kong` latency number, which is part of...
### Summary This PR adds a new configuration field `empty_arrays_mode` to control the behaviour that whether Kong will transform an empty array `[]`(returned by Lambda function) into an empty object...
### Summary This PR adds a maximum threshold for secret rotation in the vault. If a secret has exceeded the threshold, vault will remove it from the shared dict and...