Mikołaj Nowak
Mikołaj Nowak
### Description Audit Log endpoints (`/audit/requests` and `/audit/objects`) right now accept `before` and `after` parameters that allow a user to search through audit log endpoints ### Testing instructions Preview link:...
### Description This PR adds a clarification after fixing a bug in admin API: https://github.com/Kong/kong/pull/12734 ### Testing instructions Preview link: Visit the API docs and verify if the text is...
## Description LineGauge can be styled with regard to the line itself. There was no option to style the background behind the line. There was a community issue request to...
### Summary Basic-auth and key-auth added new field "realm" but it was not added to "removed_fields" which breaks backwards compat between new CPs and old DPs. Adding realm to removed...
### 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 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 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...
### Description This PR is one out of 3 proposed approaches how to optimize memory consumption for specific edge case with ATC Router. The scenario that is being considered is...
# DO NOT MERGE ### Description This PR is simply to show the benchmarking methodology for these PRs: - https://github.com/Kong/atc-router/pull/251 - https://github.com/Kong/atc-router/pull/250 - https://github.com/Kong/atc-router/pull/252 The idea is to have a...
### Description This PR is one out of 3 proposed approaches how to optimize memory consumption for specific edge case with ATC Router. The scenario that is being considered is...