Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from Kong:master #69

Open
wants to merge 4,426 commits into
base: master
Choose a base branch
from
Open

[pull] master from Kong:master #69

wants to merge 4,426 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 22, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

liverpool8056 and others added 23 commits November 18, 2024 15:49
* fix(core): `node_id` in configuration is deprecated in this PR, which
means it is not recommended to be specified manually.
A warning message is printed in the error log if the `node_id` is recognized in the
configuration.

FTI-6221
…ons (#13863)

Changed error log level from ERROR to WARN for better clarity and to avoid
alarming users unnecessarily when control plane connections break.
This adjustment enhances user experience under connection interruptions.

Fix:[FTI-6238](https://konghq.atlassian.net/browse/FTI-6238)

Signed-off-by: tzssangglass <[email protected]>
* feat(proxy-wasm): add host properties 'kong.service_name' and 'kong.route_name'

* feat(prometheus): Proxy-Wasm metrics
This is just for local development, engineers can easily cache
some targets during the development instead of rebuild everything.
ATC-Router requires rust version >= 1.81.0, so we bump to 1.82.0
### Summary
This release contains multiple improvements, including a better way of validating expressions and interpreter performance optimizations.

### Changelog
https://github.com/Kong/atc-router/releases/tag/v1.7.0
### Full Changelog
Kong/atc-router@v1.6.2...v1.7.0


KAG-5873
---------

Co-authored-by: Qi <[email protected]>
fffonion and others added 30 commits February 7, 2025 16:49
`kong_config.resurrect_ttl` is a invalid value, actually it should be
`kong_config.db_resurrect_ttl`
…14266)

* chore(tests): stabilise flaky tests of response ratelimiting

* chore(tests): fix changelog

* chore(tests): fix temp test tag
### Summary

1. flatten validation error for sync deltas
2. call RPC notify to API `kong.sync.v2.notify_validation_error` (spec: Kong/openrpc_specfiles#18)
3. fix bug that CP will crash if DP calls a non-existent RPC notify: KAG-6381

KAG-6351, KAG-5898, KAG-6381
### Summary

In #13168 I made this already faster,
but this time I managed to make it a way faster.

Signed-off-by: Aapo Talvensaari <[email protected]>
I merged the PR Kong/kong-ee#10652 prematurely.
This adds a couple of log messages back for testing.

Signed-off-by: Aapo Talvensaari <[email protected]>
…%20 instead of + (#14277)

### Summary

The `+` encoding is more correct (in query strings), but it seems to cause some
problems with some users. As a short-term solution I propose that we just convert
`+` to `%20`. This is more in-lines what Nginx and OpenResty seems to be doing as
well.

Signed-off-by: Aapo Talvensaari <[email protected]>
This module could throw errors if certain validations fail.
While this is useful for type validation, it can be risky when the error logic
depends on more complex conditions.

This commit removes the error thrown when a span's end time is earlier than its
start time. Although this shouldn't happen under normal circumstances, the end
time calculation depends on multiple factors, including values from Nginx,
making it not trivial to ensure it is always valid.
In such cases, logging an error is more appropriate than failing the request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.