ignored_errors has been for a long time being the only option applied to LHC requests which was not following the general, verb-kind-a wording that we use for all the other options and methods, like .get, cache:, retry: etc.
This PR renames the ignored_errors: option to ignore:.
Migration Guide
rename all ignored_errors to ignore in your entire project
ignored_errors
has been for a long time being the only option applied to LHC requests which was not following the general, verb-kind-a wording that we use for all the other options and methods, like.get
,cache:
,retry:
etc.This PR renames the
ignored_errors:
option toignore:
.Migration Guide
ignored_errors
toignore
in your entire project