Discover the latest features added to Talend Component Kit.
Release Notes - 1.1.10 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
This version brings major changes related to icons. |
Starter
You can now automatically pre-configure components from the Component Kit Starter by providing a JSON OpenAPI document.
Release Notes - 1.1.9 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Component Kit Starter
Several enhancements were made to the Component Kit Starter:
-
Enabling the I/O mode now automatically pre-configures a default datastore and dataset, as well as default Input and Output components.
-
Adding a new component to your project now presents more clearly the different choices available.
-
The Starter now supports Java types (names) starting with a lowercase value.
Release Notes - 1.1.8 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Filtering on /index endpoints
You can now define simple queries to add filtering parameters to requests made on the /index endpoint for components and component configurations.
Release Notes - 1.1.7 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Component API
You can now extract data from a Record using JSON Pointer with the new RecordPointerFactory
method.
Release Notes - 1.1.6 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Component Kit Starter
The Component Kit Starter now allows to specify datasets and datastores. Since every input and output components must rely on a dataset and that each dataset requires a datastore, you need to make sure that your project complies with the applicable validation rules to build components properly.
Enriching families with custom JAR and configuration
You can now enrich your component project with custom JAR and configuration without repackaging all applications.
You can specify this customization using the new user.extensions.location
parameter of the component server.
Release Notes - 1.1.5 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Release Notes - 1.1.4 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Release Notes - 1.1.3 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Release Notes - 1.1.2 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Release Notes - 1.1.1 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
This version corresponds to Talend Sutdio 7.1.1. |
This version mainly contains bug fixes.
Release Notes - 1.1.0 - Talend Component Kit
To get the full list of changes and bug fixes included in this new version, check the changelogs.
Datasets and datastores
Dataset and datastore internationalized names are now validated by the Maven and Gradle plugins of the Component Kit.
In addition, a validation rule now checks that each dataset corresponds to at least one source (input component) that does not require other parameters.
Combined visibility conditions
It is now possible to combine several visibility conditions (ActiveIfs
) using a unique operator (AND or OR).
In addition, ActiveIf
now supports CONTAINS as evaluation strategy.
Dependencies updates
Several dependencies have been upgraded to a newer version, including:
-
CXF 3.2.6
-
Apache Tomcat 9.0.12
-
Log4j2 2.11.1
-
Icons bundle 1.0.0
-
Johnzon 1.1.9
-
JUnit 5.3.1
-
Meecrowave 1.2.4
-
Netty 4.1.30.Final
-
Xbean 4.10
-
Beam 2.7.0
-
Web UI bundle 1.0.2
-
Apache Commons Compress 1.18
-
Gradle 4.10.2 in Starter