New features
Last updated: 9/10/2026Application integration
| Feature | Description |
|---|---|
| Support of security methods in API-First components | tAPIContract and tAPIOperation now support mapping OpenAPI security schemes to runtime security profiles, including Basic Auth, static JWT, and dynamic JWT/OIDC validation. Security can be configured at the contract or operation level, with inherited and explicitly public operations supported. |
Big Data
| Feature | Description |
|---|---|
| Support for VariantType in tIcebergInput and tIcebergSQL | VariantType columns are now supported for tIcebergInput and tIcebergSQL
components in Spark Batch Jobs running with dataset. This feature is available
when you run your Spark Batch Jobs on:
To use VariantType columns in the components, you need to define the column as String in the components schema, and the value will be materialized as JSON text. VariantType columns are not supported with Hive. |
Continuous Integration
| Feature | Description |
|---|---|
| Upgrade of Talend CI Builder to version 8.0.38 | Talend CI Builder is upgraded to version 8.0.38. Use Talend CI Builder 8.0.38 in your CI commands or pipeline scripts from this monthly version onwards until a new version of Talend CI Builder is released. |
Data Integration
| Feature | Description |
|---|---|
| Enhancement of SAP RFC Server queue/topic naming to support configurable prefixes | The tSAPIDocReceiver and tSAPDataSourceReceiver components now include a Queue/Topic name prefix field, allowing you to configure the prefix to match the corresponding SAP RFC Server setting and use custom queue or topic names for your messaging infrastructure. |
| Support for more filter criteria in tDSDelete | tDSDelete now supports additional filter criteria when deleting data from sprints and campaigns. Use the expanded filtering options to target the records to delete more precisely. |
Data Quality
| Feature | Description |
|---|---|
| Auto-detection of the JSON schema draft version | The tJSONValidator and tSchemaComplianceCheck components now detect the JSON draft schema version automatically. |
| Support for some expressions in tDQRules | The tDQRules component now supports some expressions. For more information, see Using expressions in validation rules. |