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

Add missing Service/Route annotations #3121

Merged
merged 6 commits into from
Nov 3, 2022
Merged

Add missing Service/Route annotations #3121

merged 6 commits into from
Nov 3, 2022

Commits on Nov 1, 2022

  1. feat(services) support timeout annotations

    Add annotations for connect, write, and read timeouts to Services.
    rainest committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    4bb0c60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29aa2fb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. feat(routes) add annotations for headers

    Add annotation support for headers. The annotation is in the form
    "konghq.com/headers/example: value1,value2", where the portion of the
    annoation name after "konghq.com/headers" ("example") is the
    header name and the value is a CSV of header values.
    rainest committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    74c07d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab6cff View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
    rainest and pmalek committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d37f218 View commit details
    Browse the repository at this point in the history
  4. pr: add missing pkg

    rainest committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b22b72a View commit details
    Browse the repository at this point in the history