Releases: experiandataquality/aperture-data-studio-sdk
Releases · experiandataquality/aperture-data-studio-sdk
v2.8.2
v2.8.1
v2.8.0
v2.7.1
- Update dependency versions
v2.7.0
v2.6.0
- SDK custom parser now supports dropdown parameter definition display type.
v2.5.0
- 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.
v2.4.0
- Data Studio SDK is able to support custom step with minor version upgrade without breaking existing workflow. Kindly take note of the limitation in supporting minor upgrade.
- Capability to specify default value for column chooser and custom chooser. This would allow any existing workflow to continue to use without any breaking change while introducing new properties during a minor upgrade.
- An overloaded withDefaultValue method at Configuration which provide you a reference context to other step properties, settings and column definitions (only applicable for column chooser)
- Capability to write preprocessing mechanism prior to execution. This also introduces index(es) to the processed value as well.
v2.3.0
- Capability to rename input node label. You can now specify a text for the input node of your step instead of the default "Connect an input".
- Data tags are now stored as part of column details.
- A new getColumnsByTag method at Configuration and Processing. This will allow you to retrieve column details for a given data tag.
- Custom Chooser now supports value and display name for each item defined. You can now set a friendly name to be displayed in the chooser while maintaining ids for backend processing.
- Fixed SDK Test framework bug for failing to retrieve value from getStepCell.
v2.2.0
- A new On value change handler for step properties. This will provide you with more control over the step properties in your custom step (e.g. you can reset the selection of subsequent step properties once the value in the preceding step property has changed).
- A new Locale parameter. This will allow the users to select the "Language and region" settings when uploading a file with the custom parser. The parser will then be able to deserialize the file based on the selected setting.
- SDK custom parser test framework. The SDK test framework has now been extended to cater for custom parser testing at component level as well.
- New custom icons added:
- Dynamic Feed
- Experian