What's New in 1Integrate v5.3
This section describes new features and UI changes for each release of 1Integrate.
For details on bug fixes, known limitations and other information, see the Release Notes. For system configuration and dependencies, see System Requirements.
Rules and Actions > Action Maps
Action Maps now support selecting and executing multiple Rule/Action pairs. For example, a single Action Map may include the following combinations:
-
Single Rule to Single Action pair - If a feature triggers a non-conformance on the Rule, the Action is executed.
-
Single Rule to Folder of Actions pair - If a feature triggers a non-conformance on the Rule, all Actions in the folder are executed one by one against the feature.
-
Folder of Rules to Single Action pair - If a feature triggers a non-conformance on any Rule in a folder, the mapped Action is executed.
-
Folder of Rules to Folder of Actions pair - If a feature triggers a non-conformance on any Rule in a folder, all Actions in the folder are executed one by one against the feature.
For Action Maps with multiple Rules, each Rule is reported individually in a session. See Action Maps for more information.
Sessions > Singleton Class
Sessions can now run Rules and Actions on a Singleton class without opening data or schema to meet certain use-cases such as calling web services at the start of a session.
Trusting Additional TLS/SSL Certificates
You can now add additional trusted TLS/SSL certificates for 1Integrate network requests without modifying the JRE trust store or managing system properties manually.
Key benefits include:
-
No need to modify the Java trust store.
-
Simplifies certificate management in containerized and Kubernetes environments.
-
Enables dynamic trust configuration by placing certificates in the designated directory: <1Integrate installation directory>/TRUST
See Trusting Additional TLS/SSL Certificates for more information.
Other Changes
Support for Multiple Cloud Observability Platforms
Kubernetes deployments of 1Integrate can now be configured to send performance monitoring data to an Elastic APM endpoint or Azure Application Insights instance out of the box through Helm Charts (v1.4.0+).
split_string() Changes
The split_string built-in will now safely handle null string input, where previously a session error would occur. The built-in function now returns null if the input is null instead of an error.
Build Topology
Build topology now uses the Data Store target class names (so class name changes are supported) and build topology errors are now available as part of the task report.
Future Withdrawal Notices
The following Built-in Functions will be withdrawn from 1Integrate 6.0.0:
| Built-in Function |
Alternative |
|---|---|
|
http_request |
http_request_v2 |
|
make_2d |
change_dimension |
|
make_3d |
change_dimension |
|
get_session_parameter_value |
'Session Parameter Value’ within the Rule Builder |


