- Introduce parameter
--ignore-status-codes
for HTTP response status codes that should be excluded from validation. - Changed naming of parameter
--include
to--includes
to indicate that multiple patterns can be assigned. - For URL validation, send a cheaper HEAD request first. If it fails allow up with a GET request.