Release Notes 3.9
New Features and Improvements
- TransformJSON operation supports Do not load common libs option (3.9.2024-12-11)
- TryCatch operation Catch block supports Ignore rules (3.9.2024-07-19)
- /internet/URL/get/domain function added (3.9.2024-01-18)
- Load operation now does not extract the schema from the source file in case of ‘binary’ content format. It helps to avoid errors for some FTP servers that throw an error on completePendingCommand when the file is not read to the end (3.9.2024-01-05)
- UI applications allows creating custom UIs (3.9.2023-12-20)
- Customization of application’s view: in app’s Settings. For example, switch to analyst view for users from an analyst group, extend the analyst view menu with items that open UI applications (3.9.2023-12-20)
- Data viewer improvements:
- Count now takes the filter into account (3.9.2023-10-27)
- Column profile now takes the filter into account (3.9.2023-10-27)
- SQL button is added to return the query, which is constructed using filter and other toolbar parameters, used to display the data. This query does not include the pagination parameters (specified in the bottom toolbar) (3.9.2023-10-27)
- supports Copy columns list in the column menu that copies a comma separated list of all table columns into the clipboard (3.9.2023-10-18)
- Load operation (aka LoadTableFromSource) supports various “convert column names” functions for creating the target table (3.9.2023-10-27)
Bug Fixes
- Tranform and RunSourceScript operations: the connection to the data source is not closed on error leading to a connection leak (3.9.2024-02-26)
- LoadXML operation: 1) all tables are now created before the processing starts and using the columns definition in the mapping rules (before the tables were created on processing the first record and on columns found in the first records); 2) in the records created, columns are reordered and completed based on the schema that is created from the mapping rules thus avoiding “out of range” errors in case of incomplete/irregular XML data (3.9.2024-01-22)
- When HTTPRequest operation -> Target -> Action is set to “save as file”, it save the response body as binary stream instead of converting it to string first (3.9.2024-01-22)
- Source name not disabled anymore in two-source matching specification (3.9.2024-01-16)
- CheckStandardizeColumns:correct support for the space of source and target tables (3.9.2023-10-25)
- user’s password reset confirmation message displayed incorrectly (3.9.2023-11-22)
Migration Notes
- TODO: comment on ‘resolve query’ migration: now supports a non-default space name but handling quotation can lead to backward comparability issues
Last updated on