New features
Application integration
Feature | Description |
---|---|
Camel 3 is upgraded to Camel 4 | Camel 3.x reached its end of life by the end of 2024. Camel 4.x brings the
following improvements:
|
New cRabbitMQ component in Routes |
The new cRabbitMQ component is now available in Routes allowing you to sends messages to or consumes messages from RabbitMQ compliant message brokers. |
New cGooglePubSub and cGCPConnection components in Routes |
The new cGooglePubSub and cGCPConnection components are now available in Routes allowing you to sends messages to or consumes messages from Google Cloud Pub/Sub service. |
Big Data
Feature | Description |
---|---|
Support for Atlas with Spark Universal 3.3.x |
The Use Atlas check box is now available in the Spark Configuration view of your Spark Jobs when you use Spark Universal 3.3.x in Yarn cluster mode. It can be used when your targeted cluster has Atlas available (for example Cloudera CDP 7.1.x). Atlas allows you to trace lineage of given data flow to discover how this data was generated by a Spark Job. ![]() |
Data Integration
Feature | Description |
---|---|
New tOllamaClient component to use Llama LLM on premises in Standard Jobs (Beta) |
The new tOllamaClient component is now available in Beta version in Standard Jobs, and allows you to use a local Llama model for your generative AI use cases. |
New Milvus components to interact with Milvus vector databases in Standard Jobs |
The following Milvus components are now available in Standard Jobs, and allow
you to create a connection to a Milvus database and leverage its vector search
capabilities to query it, or write data into it:
|
Cookie support for tHTTPClient in Standard Jobs |
The Use cookies and Cookies directory options have been added to the tHTTPClient component, and allow you to load or save web authentication cookies from/to a specific directory while requesting the HTTP server. |
Data Mapper
Feature | Description |
---|---|
Support for impact analysis for maps and structures | The Impact analysis option is now available for maps
and structures when you have installed Data Lineage in Talend Studio.
This option helps to identify:
![]() |
Support for Map Group processing in XML Representation for input and output | When you use an XML structure with an element defined with
Map as a Group Type, you can now
choose to have a compact XML syntax in input and output rather than having the
entry, key or value elements
materialized. The Omit Group map entry/key/value on input and Omit Group map entry/key/value on output parameters are now available in the dialog box of your structure. With the following XML
sample:
If you select the checkbox, the XML syntax is
compacted as follows:
![]() |
Upgrade of Saxon library to 12.5 version | The Saxon library is upgraded from 9.9 to 12.5 version. |
Migration of cMap to Camel 4 | The cMap component is migrated from Camel 3 to Camel 4. |