-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
refactor(router): http/stream subsystem does not share schema #11914
Conversation
a1fad05
to
c9e7146
Compare
c9e7146
to
8768266
Compare
Does the cache key calculation algorithm needs to be updated in this PR before it merges? Would it cause cache bugs if merged as-is right now? |
No, It will be OK because we did not change the cache hash algorithm, now schema has no relationship with cache calculation. We will change the algorithm in the next PR. |
@chronolaw This PR needs a changelog entry. It should be listed as "bugfix". |
32273e3
to
ad38a9d
Compare
Summary
We do not need the function
has_paths()
, which is only useful for http subsystem, and now we support expressions in both http and stream subsystem.KAG-2961
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdFull changelog
Issue reference
Fix #[issue number]