What's new in 1.3.0.0
Learn about the new and changed functions and features in HCL Link version 1.3.0.0.
- New adapters
-
- Google Analytics (GA4) adapter
The Google Analytics 4 (GA4) adapter provides access to dimensions, metrics and reports in the GA4 account.
- BigQuery adapter
The BigQuery adapter provides access to the BigQuery managed data warehouse service on the Google Cloud Platform (GCP).
- Google Drive adapter
The Google Drive adapter provides access to the objects stored in a Google Drive cloud storage account, accessed via a service account on the Google Cloud Platform (GCP).
- Google Sheets adapter
The Google Sheets adapter provides access to the objects stored in a Google Sheets cloud storage account, accessed via a service account on the Google Cloud Platform (GCP).
- OneDrive adapter
The OneDrive adapter provides support to access the Microsoft OneDrive content management service from the HCL Link.
- Sharepoint adapter
The SharePoint adapter provides access to the Microsoft SharePoint content management service from the HCL Link.
- Google Analytics (GA4) adapter
- Installation
-
HCL Link can be installed on Linux platforms in three modes: Native, Docker, and Podman. Podman is the new installation mode supported on Linux platform in this version of product.
On the Red Hat Linux distribution, the HCL Link installation supports Podman installation types, while on other Linux distributions (like Ubuntu), HCL Link supports both Docker and Podman container engines. The recommended HCL Link containerization installation mode for RedHat distributions is Podman, for other Linux distributions is Docker.
- New Nodes
-
- Map Rule Node
The provides a convenient way of invoking map rules within a flow. When creating a flow there is often a need to utilize the functionality of map functions such as string manipulation, conversion, and regular expressions. The Map Rule Node allows map rules to be specified directly in the flow, without having to create and manage a separate map.
- Encoding Converter node
The Encoding Converter Node converts data from one character set to another, for example it can convert data from UTF-16 to UTF-8.
- Map Rule Node
- Updates to existing nodes
-
- Decision node:
Decision node supports the new operators properties Exists and Does not Exist.
- Route node:
Route node supports the new operator properties Exists and Does not Exist.
- Format Converter node:
The Format Converter node now supports YAML format.
- Decision node:
- Design Server
-
Transport Layer Security (TLS) support
Transport Layer Security (TLS) client settings can be configured for outbound connections from the Design Server. See the mapping server.outbound.ssl in config.yaml. Use of these settings is not required if the previous behavior for outbound connections is sufficient. These settings are intended to allow secure connections to runtime installations including those that use a customized TLS configuration. Mutual TLS (mTLS) is supported when values are provided for config.yaml keys server.outbound.ssl.certFile and server.outbound.ssl.keyFile. These values are optional when mTLS is not used.
- External interface functions
-
- HASH functionHash function now supports the following algorithms:
- MD5
- SHA1
- SHA256
- SHA512
- SHA3-224
- SHA3-256
- SHA3-384
- SHA3-512
- HASH function