kong
kong copied to clipboard
🦍 The Cloud-Native API Gateway and AI Gateway.
### Summary `atc_compat.new` should use `cache` and `cache_neg`. See #9096
### Summary Fix bug for plugin `azure functions` to support working without dummy service ### Full changelog * Fix bug for plugin `azure functions` to support working without dummy service...
### Discussed in https://github.com/Kong/kong/discussions/9158 Originally posted by **PackiarajSakkananGW** July 27, 2022 aws NLB has fixed idle connection timeout which is 350s, the workaround is to send tcp keepalive. more information...
### Summary This will fix some grammatical issues potentially making the wording more easier to read. ### Full changelog * This changes wording in the bug_report.yaml file as some grammar...
# Description This will add wording to the stale message to possibly make it more professional in my opinion, with a clear description in the message for the notification of...
### Summary Inspired by #9036, I introduced `tablepool` in atc router. I think it may be some help for performance. ### Full changelog * use `tablepool` to reduce small table...
### Summary - Kong version (`$ kong version`): `2.5.0` - After upgrading to `2.5.0` from `2.2.0`, custom certificate is not used. Kong falls back to its self-signed certificate. ### Steps...
# We have decided not to include this one on the 3.0 milestone ### Summary **BREAKING CHANGE** A plugin should not have arbitrary access to the file system, so we...
### Summary json protocol and wRPC protocol starts own timer to push config. This PR reduces unnecessary overhead when no clients connected to either of the protocol. ### Full changelog...