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

feat(stdlib): add optional psl argument to parse_etld #851

Merged
merged 4 commits into from
May 28, 2024

Commits on May 21, 2024

  1. feat(stdlib): add optional psl argument to parse_etld

    This adds an optional argument `psl` to `parse_etld`function,
    which should be a file path to a custom PSL list (default one can
    be found on https://publicsuffix.org/list/public_suffix_list.dat).
    If none is provided, the default is used.
    
    Related: vectordotdev#669
    esensar committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0b65ae2 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    esensar committed May 21, 2024
    Configuration menu
    Copy the full SHA
    240c8bb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    cb8e166 View commit details
    Browse the repository at this point in the history
  2. Fix vrl tests

    esensar committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6455324 View commit details
    Browse the repository at this point in the history