Fixed
- An issue that occurred, when a step uses the
PreStepInvocationLogger. As refiners also use the logger, a newer logger (replacing thePreStepInvocationLogger) is now also passed to all registered refiners of a step. - Enable applying refiners to output properties with array value. E.g. if a step outputs an array of URLs (
['https://...', 'https://...']), aUrlRefinerwill be applied to all those URLs.