Skip to content

Two fixes/improvements#209

Merged
otsch merged 2 commits intomainfrom
bugfix/refine-array-values
Apr 23, 2025
Merged

Two fixes/improvements#209
otsch merged 2 commits intomainfrom
bugfix/refine-array-values

Conversation

@otsch
Copy link
Member

@otsch otsch commented Apr 23, 2025

  • An issue that occurred, when a step uses the PreStepInvocationLogger. As refiners also use the logger, a newer logger (replacing the PreStepInvocationLogger) 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://...']), a UrlRefiner will be applied to all those URLs.

otsch added 2 commits April 23, 2025 17:39
* An issue that occurred, when a step uses the
  `PreStepInvocationLogger`. As refiners also use the logger, a newer
  logger (replacing the `PreStepInvocationLogger`) 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://...']`),
  a `UrlRefiner` will be applied to all those URLs.
@otsch otsch merged commit ce19006 into main Apr 23, 2025
6 checks passed
@otsch otsch deleted the bugfix/refine-array-values branch April 23, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant