Results 14 issues of 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...

plugins/zipkin
size/M

### 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...

plugins/rate-limiting
size/L

### 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...

plugins/aws-lambda
size/L
changelog

### 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...

plugins/request-transformer
size/L

### 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...

plugins/rate-limiting
core/db
core/logs
plugins/acl
size/XXL
schema-change-noteworthy
core/wasm

### 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...

size/S

### 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...

size/XS

### 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...

plugins/aws-lambda
size/S

### 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...

core/clustering
plugins/aws-lambda
size/L
schema-change-noteworthy
cherry-pick kong-ee

### 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...

core/pdk
size/M
cherry-pick kong-ee