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

fix(wasm): execute filter plugins in a consistent order #13946

Merged
merged 1 commit into from
Dec 2, 2024

Commits on Nov 28, 2024

  1. fix(wasm): execute filter plugins in a consistent order

    Before this change, execution order of filter plugins was subject to
    ordering returned by the underling DB implementation of
    `kong.db.plugins:each()`.
    
    This adds an extra step that sorts all discovered filter plugins by name
    so that execution order is more consistent.
    flrgh committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a0f67f9 View commit details
    Browse the repository at this point in the history