0.6.1 - Host name extraction bug fix
- Bug fix - Corrects an issue in the pipeline where the hostname is not correctly extracted if the date is a single digit. Unifies the regex extraction across all pipelines. Thank you @FusionFC!
- Routes use
indexOf
filter instead oftest
for higher performance.