Release Notes (2.13)
This page describes the major changes in version 2.13, including bug fixes that may affect how you work.
Platform Update
InterSystems Data Fabric Studio 2.13 is based on InterSystems IRIS 2026.1, which includes enhancements to SQL performance, scalability, and data management capabilities.
For more information, see the InterSystems IRIS 2026.1 release notes.
Auditing
Version 2.13 introduces an auditing interface that helps you track and review system activity in InterSystems Data Fabric Studio. You can view audit logs under Manage System > Security > View Audit Logs, where each entry shows key details such as when an event occurred, which user performed it, and what action took place. The interface includes filtering options so you can quickly find relevant events.
This release also adds auditing of SQL statements issued by the orchestrator on behalf of a user, improving visibility into generated queries. Audit logs are retained based on the Audit Log Retention Days setting and can be automatically purged using a Business Scheduler task.
Multiple Transformation Rules Per Field
IDS now supports applying multiple transformation functions to a single field. You can control the order of transformations and choose whether to store results in a new column or overwrite the original field (when data types are compatible). This allows for more flexible and efficient data preparation.
New Transformation Functions
Two new transformation functions are now available: LEFT and RIGHT.
-
LEFT returns a specified number of characters from the beginning of a string.
-
RIGHT returns a specified number of characters from the end of a string.
These functions make it easier to extract substrings and perform common string manipulation tasks directly within transformation rules.