Skip to content

v2.5.0

Compare
Choose a tag to compare
@williamexperian williamexperian released this 09 Jul 02:25
· 28 commits to master since this release
0951ed3
  • Data Studio SDK now supports workflow parameters in custom steps (for string and number properties). Previously, workflow parameters can only be utilized in the step configuration and function editor for selected native steps.
  • Workflow parameters are backward compatible as they are supported for custom steps which have been built using previous versions of the SDK.
  • Data Studio SDK Logging capabilities have been enhanced to allow for specifying a logger based on the class only, without explicitly specifying the log level.
  • This decouples the log level from the custom step and no longer needs to be hardcoded. The log level is implicitly derived from the Root logger in the log4j2.xml configuration file.