Skip to content

Releases: experiandataquality/aperture-data-studio-sdk

v2.8.2

28 Jun 03:18
a8a4551
Compare
Choose a tag to compare

Custom file generator now supports checkbox (boolean) configuration.

v2.8.1

19 Oct 09:45
3ae52a4
Compare
Choose a tag to compare
  • Custom file generator now supports step configuration level validation.

v2.8.0

22 Sep 01:37
0c6932f
Compare
Choose a tag to compare
  • Data Studio SDK now supports custom file generator

v2.7.1

20 Jul 08:49
e561108
Compare
Choose a tag to compare
  • Update dependency versions

v2.7.0

21 Jan 11:01
c2744a3
Compare
Choose a tag to compare

SDK HTTP web request now supports PATCH request.

v2.6.0

03 Dec 01:12
48f7e74
Compare
Choose a tag to compare
  • SDK custom parser now supports dropdown parameter definition display type.

v2.5.0

09 Jul 02:25
0951ed3
Compare
Choose a tag to compare
  • 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

24 Jun 05:32
d43dc40
Compare
Choose a tag to compare
  • 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

29 Jul 02:34
7d79a5c
Compare
Choose a tag to compare
  • 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

04 May 03:25
8ac871a
Compare
Choose a tag to compare
  • 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