kong
kong copied to clipboard
π¦ The Cloud-Native API Gateway and AI Gateway.
### Summary This PR updates all the instances of `runs-on: ubuntu-*` to be Ubuntu 24.04 (aka Noble Numbat). ### Checklist - [na] The Pull Request has tests - [na] A...
### Summary Adds libada as a dependency. This is needed for: https://github.com/Kong/kong/pull/12758 But it may be great for many other uses too. The `lua-resty-ada` LuaJIT FFI bindings can be found...
### Summary Currently the CI checker doesn't throw any errors when there are items put just under `kong/unreleased/`. However, in this case, these changelog items cannot be recognized when generating...
KAG-4865
### Summary See: https://github.com/protocolbuffers/protobuf/releases/Β΄ KAG-4615 KAG-4623
### Summary When both new field and shorthand fields are used but the new field contains null value and the old field contains some other specific value this change allows...
Summary Add feature to jwt plugin: allow set header from claims. Reopenning of https://github.com/Kong/kong/pull/4761 https://github.com/Kong/kong/pull/5713 Full changelog ``` [Implement] jwt plugin: allow set header from claims if you configure headers_to_set(set)...
### Summary Increase priority order for plugin to match EE so it can be used in other/custom plugins ### Checklist - [-] The Pull Request has tests - [x] A...
### 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 This PR adds a validation to deprecated fields that checks if in case both new field and old field were defined - their values must match. It introduces...