RELEASE NOTES VERSION 1.4.2¶
Version 1.4.2-82¶
Released: 17 February 2026
Features added
Introduce possibility to edit link order for tasks: Introduce possibility to edit link order for tasks (Linked issue: RP-5259)
Introduced new functions for throwing errors and warnings: Introduced new functions
errorandwarningto report errors and warnings in the Data Manager.errorGoldandwarningGoldfunctions are now deprecated. (Linked issue: RP-5268)
Features changed
Logging configuration key structure updated: Refactored the key structure for logging settings in the file ‘configuration.json’. Existing configurations are automatically migrated to the new schema, so no manual changes are required (Linked issue: RP-5331)
Bugfixes
Fix improper socket closure causing “too many open files” errors: Resolved an issue where sockets were not consistently closed after use, leading to file descriptor leaks and eventually triggering “too many open files” errors (Linked issue: RP-5291)
Missing error checks in Export to Azure Table task: Added various error control checks inside the export task; added control for the storage account field to accept both the URL or the name of the storage account; the task now gives the input dataset as output (Linked issue: RP-5304)
Computation in branchvariables does not store error history status: Fix a bug in branch variable computation that caused the branch variable history not to be stored when an error occurred. (Linked issue: RP-5312)
Permissions not inherited by child objects in Web Server: Permission of view is now inherited in presence of any other permission. (Linked issue: RP-5325, CS-4167)
[SERVER]: Fixed Windows Service not restarting after failure: Resolved an issue where the Windows service did not automatically restart after a crash or unexpected termination, even when a recovery policy was configured (Linked issue: RP-5330)
Version 1.4.2-62¶
Released: 06 February 2026
Features added
Prevent cached value export for vault variables: Prevented cached values export for vault variables and prevented the usage of cached vault variables in not sensitive fields. (Linked issue: RP-5260)
Support Highs library in optimization: Introduced highs as possible solver in Mixed Integer Linear Programming, Build and Solve, and Distribution Planner tasks. (Linked issue: RP-5296)
[CLOUD] Add custom environment variables: In the platform Helm package (v0.6.5) for cloud installations, added the ability to set custom environment variables for each component. (Linked issue: RP-5302)
Bugfixes
Error when creating module: Fixed issue on the position of tasks created through the drag and drop operation of a file onto the stage. (Linked issue: RP-5276, CS-4149)
Data are not present in tables after cloning a view with versioning: Added dynamic import of bookmarks when cloning a versioned view (Linked issue: RP-5294)
[SERVER]: Error on create and update ipdConfig for Generic type: Fixed error on Rulex Platform server at the creation and update of the IPD of type Generic. (Linked issue: RP-5309)
Masks overwrite variables value in memory: Prevented overwrite of default variables when executing a modal window studio event (Linked issue: RP-5313)
Version 1.4.2-54¶
Released: 01 February 2026
Features added
Support SCIP library in optimization: Introduced SCIP as possible solver in MILP, Build&Solve and Distribution Planner tasks. (Linked issue: RP-5269)
Features changed
Added client secret option in ‘Refresh Token’ authentication for server version: Added the option to use client secret in connections using refresh token in Rulex Platform Server version. This allows to have longer-living tokens. (Linked issue: RP-5119)
Remove Fast algorithm in optimization: Removed support for FAST as possible solver in MILP, Build&Solve and Distribution Planner tasks. (Linked issue: RP-5288)
Add some log information for module: Add a sensitive log containing the module’s original path at the beginning of the module computation and “nesting_level” field. (Linked issue: RP-5290)
Bugfixes
Task status results completed even if error in branch variables is present: Fixed a bug where tasks with history could have been incorrectly marked as completed even though an error in branch variables history computation occurred. (Linked issue: RP-5266)
Version 1.4.2-38¶
Released: 23 January 2026
Features changed
Optimized data refresh in Rulex Studio: Data refresh now checks for last modification date of those datasets originating from files. This prevents unnecessary reloads. (Linked issue: RP-5241)
Added logging of host in Azure Blob Storage: Added logging of host for Azure Blob download and upload operations. (Linked issue: RP-5253)
Bugfixes
Wrong structure data in rulex logs: Fixed a corner case in which the log metadata were not emptied if an error would have occurred in flow preparation. This bug caused logs to repeat metadata at each entry. (Linked issue: RP-5236)
Version 1.4.2-29¶
Released: 19 January 2026
Bugfixes
Timeout in B&S doesn’t work: Handled empty input dataset in BuildSolve task. (Linked issue: RP-5231, CS-4114)
Fixed Rare Batch Startup Error: Resolved a rare startup issue in batch mode where the working database connection might not have been correctly established. (Linked issue: RP-5251)
Version 1.4.2-19¶
Released: 14 January 2026
Features added
Added retry when trying to create a zip file: Added retry when trying to create a zip file. The system performs 4 attempts before raising an error. (Linked issue: RP-5239)
Add progress when loading a flow: Introduced progress bar when loading a flow (Linked issue: RP-5242)
Bugfixes
UNKNOWN INTERNAL ERROR - BUG ACCENTED LETTERS: Introduced regex to check name for new variables in order to accept letters, numbers, and _ characters only. (Linked issue: RP-5228)
Preceding task is not being computed but flow would still complete successfully: Fixed the lock mechanism operating when two users tired to open a flow at the same time. (Linked issue: RP-5237, CS-4092)
Exported RFL is missing some variable values: Fixed a bug occurring when a flow having sensitive environment variables was exported. (Linked issue: RP-5244, CS-4123)
Version 1.4.2-7¶
Released: 07 January 2026
Bugfixes
Branch Variable can not be used in task Execute Rulex Flow File as iterator: Fixed a bug which prevented users from using branch variables as iterators in module tasks. (Linked issue: RP-5225)
Version 1.4.2-4¶
Released: 19 December 2025
Version performed to align Unix and Darwin OS to latest features and bugfixes
Version 1.4.2-3¶
Released: 18 December 2025
Features added
Added authentication token storage and usage as branch variables: Supported storing and using authentication token as branch variables for OAuth2. (Linked issue: RP-4765)
Implemented possibility to add to your current View datasets derived from other Views in Rulex Studio: Implemented possibility to add to your current View datasets derived from other Views in Rulex Studio. (Linked issue: RP-4961)
Features changed
Add new parameter to round function: Added a new parameter called nprecision to the round function to control the number of decimal digits which will be maintained in the operation. (Linked issue: RP-4974)
Studio: Made table relations editable by user: Relations between tables were automatically deduced according to attribute names. They can now be optionally set by the user. (Linked issue: RP-5114)
Changed how to determine available memory for Ubuntu, RHEL and Darwin: In Linux systems, Rulex Platform now reads MemAvailable instead of MemFree to determine how much memory is available to use. Darwin memory check was fixed similarly. (Linked issue: RP-5131)
Integer Plot range has been adapted to show even spaces: In Plots with integer values on axis, ticks should have been displayed only on integer points. This led to showing unevenly distributed ticks. Drawing operation has been updated to automatically adapt axis range to reach both the goals. (Linked issue: RP-5182)
Add batchFailPolicy for Batch mode: Added ‘batchFailPolicy’ flag to batch mode to control behavior on command failure when executing multiple commands from a batchFile. Supported values are ‘continue’ (default, execute all commands) and stop (stop on first non-zero exit code). (Linked issue: RP-5218)
Overhauled Rulex Studio actions: Studio actions have been refactored to manage better user value modifications, aligning its behavior to Studio inputs (Linked issue: RP-5219)
Bugfixes
Progress bar stalls at 50% during Flow computation: Improved progress calculation for small-flow computations. (Linked issue: RP-2522)
Ticks are disproportionate when the bar plot has an integer attribute with None values: Changed the way ticks are evaluated in case of integers and date/time columns. Now range is adapted to have equally spaced ticks, appearing in correct integer quantities. (Linked issue: RP-3633)