RELEASE NOTES VERSION 1.3.2¶
Version 1.3.2-102¶
Released: 09 April 2025
Features added:
Pop up when executing an event: Added the possibility to open a custom dialog in the event open modal window to eventually stop the chain of event steps (Linked issue: RP-4052)
Add possibility to choose sensitivity label in Export File tasks: Added the possibility to choose the sensitivity label in Export File tasks. (Linked issue: RP-4682)
Added option to toggle async mode in databases: Import from DB, Conditional Import and Export to DB tasks now have the option to toggle asynchronous mode for databases that support it. (Linked issue: RP-4684)
Bugfixes:
Percentage and Currency types are not automatically recognized by Import from Text: Percentage and Currency types are automatically recognized by the Import from Text task (Linked issue: RP-4672)
Slow response to query - Impala DB Import: Removed limitation on bulksize for Impala DB that was slowing down import operations. (Linked issue: RP-4680, CS-3703)
Datetime plot range are not automatically adjusted: In case of scatter or curve plot with date/datetime attributes on x axis, the range was not automatically correctly computed resulting in a large space before and after the real plot chart. (Linked issue: RP-4686)
Setup Python: Fixed a bug on ipython folder detection. (Linked issue: RP-4699, CS-3709)
R bridge task: Fixed issue on R bridge, as it remained hanging. (Linked issue: RP-4700)
Version 1.3.2-67¶
Released: 29 March 2025
Features added:
Add remove of temporary directories when uninstalling Rulex Platform: Added the removal of temporary directories when uninstalling Rulex Platform. (Linked issue: RP-4644)
Bugfixes:
Issue in Mail Server: Managed a particular case of user that does not correspond to email address specified in the mail settings. (Linked issue: RP-4594, CS-3626)
Data in the module is not reflecting in the main flow: Added a warning in case of module computation with option nexec equal to 0. (Linked issue: RP-4659, CS-3684)
When listing tables in an Import from Database task an error is raised: Solved an issue when requesting the list of tables of a database in an Import from Database task. (Linked issue: RP-4662)
Wrong recognition of time and date in import: Fixed a bug that was converting the string in the format “xx.yy.zz” as time or date type in import tasks. (Linked issue: RP-4664)
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)
Receiving an error when trying to export documentation from a workflow: Export of documentation was not working in version 1.3.x. Issue is now solved and documentation is now correctly exported. (Linked issue: RP-4633, RP-4678, CS-3668, CS-3668)
Not possible to open a flow - server seems locked: Binding Queue operation sometimes left the thread as deadlocked. Introduced a maximum timeout of 5 seconds for this operation. (Linked issue: RP-4638, CS-3670)
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:
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)
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:
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:
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)
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)