RELEASE NOTES VERSION 1.3.2

Version 1.3.2-49

Released: 14 March 2025

Features changed:

  • Update Rulex Server: the settings are no longer mandatory: During the update of the Rulex Server on RHEL, providing the settings is no longer mandatory. (Linked issue: RP-4636)

    Bugfixes:

  • Change column style does not work for multiple columns: Bulk editing column style to multiple columns was not working. (Linked issue: RP-4631)

Version 1.3.2-44

Released: 12 March 2025

Features changed:

  • Editing Cell GUI changes in Datamanager and in Studio Tables: Editing Cell GUI experience has been modified: now the unique cell modified is the current editing one while the rest of the selected cells remain untouched. Moreover any time the focus is moved on a new cell its internal text is automatically selected. (Linked issue: RP-4621)

    Bugfixes:

  • Studio - Horizontal Bar Chart inverts axis layout configurations: Any modification of an axis in an horizontal bar plot or horizontal funnel plot resulted inverted after reloading the plot. (Linked issue: RP-4606)

  • Strange visualization behaviour of a Studio table applying a filter: In resizing number of rows spurious re-render were triggered from Studio Slide, leading to an unexpected behavior in number row counting. (Linked issue: RP-4620)

Version 1.3.2-37

Released: 09 March 2025

Features added:

  • Speed up Rulex Working Database connections: Speed up Rulex Working Database connections (Linked issue: RP-4614)

    Bugfixes:

  • Import JSON error: Fixed a bug on Import Json of Rulex logs when different keys were present among rows. (Linked issue: RP-4595)

  • Discrepancy in Numerical Precision When Porting Flow from R4 to Rulex Platform: Managed the number of decimals as execution parameter when importing a .prcx file in Rulex Platform. (Linked issue: RP-4597)

  • Sharepoint Connector does not work with sharepoint.com alias: So far, Sharepoint Rulex Connector worked only with url endpoint ending with sharepoint.com. Now the connector has been modified to deal with possible aliases not hosted in the same sharepoint.com domain. (Linked issue: RP-4600)

  • CSV Grouping syntax error: Fixed a bug on query when double quotes were present in the attribute name. (Linked issue: RP-4603, CS-3649)

Version 1.3.2-30

Released: 28 February 2025

Features added:

  • Adding versioning support for module task: Added import from repository for modules. (Linked issue: RP-4445)

    Bugfixes:

  • Bug on Export XML: Fixed a bug in export XML on management of attributes values and on option “removemiss”. (Linked issue: RP-4580)

Version 1.3.2-19

Released: 21 February 2025

Features added:

  • Add new option addrule to RuleEngine: Added the new option addrule to the RuleEngine task. When the option is True, new columns will be added to the dataset in order to identify the rule which generated the output value. (Linked issue: RP-3670)

  • Add new option byrow to CheckDataset: Added the option byrow to CheckDataset for deciding the preferred criterion in match dataset rows having differnces. When True, comparison will be performed by position, when False a value similarity criterion will be used. (Linked issue: RP-3671)

  • Introduce feature “Replace all” in Search Manager: Implemented a new functionality in the Search Manager which now allows to find and replace single or multiple values. (Linked issue: RP-4097)

  • Develop new Distribution Planner task: Developed a new task, called Distribution Planner, to optimize material distribution over a period of time. (Linked issue: RP-4260)

  • Introduced the possibility to create and customize studio palettes: The preferences panel allows the user to customize and create multiple palettes that can be used in the studio’s color pickers. (Linked issue: RP-4322)

  • Allow in versioning multiple flows or multiple views in the same branch: Allow in versioning multiple flows or multiple views in the same branch (Linked issue: RP-4441)

  • Implemented extension of check for variables consinstency to module flows: Implemented an extension to check the variables’ consinstency in module flows. (Linked issue: RP-4489)

  • Sharepoint features: Introduced in Sharepoint consistency check for zipped files after download. (Linked issue: RP-4532)

  • GOLD function textCount: Implemented a new datamanager function to count the number of occurrences of a provided string into a Datamanager nominal column. (Linked issue: RP-4543)

    Features changed:

  • New version of Rule Engine task: Implemented a new version of Rule Engine task. The new task changes the rule sintax and improve the task performance. Refer to the documentation for further information. (Linked issue: RP-3632)

  • Allow Output On Existing Column For Rule Engine: In Rule Engine added the possibility of using an existing columns as output. The rows that do not fulfill a rule should be left unchanged, while the rows fulfilling a rule should have their value modified. (Linked issue: RP-4444)

  • Improve ImportPdf and ExportPdf with the use of OCR functionality: Implemented ImportPdf and ExportPdf with the use of OCR functionality. (Linked issue: RP-4554)

  • New versiong of Rulex API calls: Improved Rulex API parameters sintax making it more user friendly. (Linked issue: RP-4555)

    Bugfixes:

  • Conditional Import not working: Added table alias ‘AS T’ to avoid ambiguity in queries using WHERE - only for sql server. (Linked issue: RP-4261, CS-3389)

  • Issues in loading PRCX: Corrected the token update logout in case of lack of refresh token. (Linked issue: RP-4263, CS-3317)

  • Filling the missing values in MovingWindow doesn’t work as it used to work in R4 and in RP around June 2024: Restored previous behavior (as in Rulex 4) of fillmiss option in Moving Window task (Linked issue: RP-4376, CS-3465)

  • Move attribute feature improvement: Replaced the error message with warning when the target attribute is missing in “Move Attribute” operation in Data Manager. (Linked issue: RP-4401, CS-3488)

  • JsonExport - POST request no headers if the body is empty: Managed the case of missing body in http export and headers in the response are present. (Linked issue: RP-4420)

  • Modules used by WFs in log: Reintroduce some fields present in Rulex 4 logs (Linked issue: RP-4467, CS-3514)

  • Rulex is not receiving the same HTTP Server error message as API Testing software (Postman): Improved the content of debug file in http export including the server response. (Linked issue: RP-4477, CS-3532)

  • Studio issue trying to import a bookmark from a task: Fiedx a bug on studio/factory interaction when importing a bookmark from Rulex Factory. (Linked issue: RP-4511, CS-3574)

  • Restriction for creating recurrent connections for nodes doesn’t work anymore: Handled recurrent connection on stage when creating links between tasks (Linked issue: RP-4530, CS-3598)

  • Unknown internal error in Rule Engine: Managed “==” operator between array of different size. (Linked issue: RP-4533)

  • Error in decoding characters in python bridge: Fixed a bug on Python Bridge task on Unicode characters management. (Linked issue: RP-4536)

  • Focus not correctly managed in editing cell: In the latest versions, editing cell did not continue on the subsequent cell by pressing Enter, but the focus was moved in some cases several cells below, sometimes exiting the view.Now the focus is normally moved to the subsequent row. (Linked issue: RP-4539)

  • Small error in converting rules to dataset: Managed error when converting rules to dataset, in a continuous range case with 2 values. (Linked issue: RP-4542)

  • Truncated query in logs: Managed the presence of r character in logs that printed database queries. (Linked issue: RP-4552, CS-3595)

  • Missing fields in logs: Reintroduced the “activity start” log field in flow progress logs. (Linked issue: RP-4562, CS-3606)