| Customers were not able to select (ENG-338) | Customers were not able to select the copy menu item button to copy a backup configuration to their clipboard. Changes to the Rodeo-UI editor fixes the issue by allowing customers to copy backup configurations to their clipboard and not throwing an error in the browser console. |
| editing a JST, an uncaught exception (ENG-2881) | When editing a JST, an uncaught exception is encountered and the editor becomes unresponsive. Updated the function selection check on load of a transformation to include a check for if the wrapping element was found. This prevents the editor from crashing due to missing DOM elements. |
| passing HTML into the message field (ENG-4483) | When passing HTML into the message field of the ViewData task, the HTML was rendered incorrectly. HTML is now rendered correctly in the message field of the ViewData task. |
using the RenderJsonSchema task to render (ENG-4352) | When using the RenderJsonSchema task to render a large JSON Form, the form would render successfully at first and then go blank after selecting form options and scrolling. Modified the scrollTop dialog component to prevent the form from going out of view. Large JSON Forms now function normally and remain viewable. |
If multiple childJob tasks with the (ENG-4645) | If multiple childJob tasks with the same variable types are open on the canvas, and the task window is kept open, the tasks will not hold their Input Job Variable selection when the user switches between tasks. Added unique keys to the task variable mapping component to ensure state persistence and prevent this issue. |
| Itential Platform would crash in some (ENG-4858) | Itential Platform would crash in some scenarios when sent invalid SNMP requests. Unexpected session errors and invalid SNMP requests are now gracefully handled, and will not cause a crash. |
| In scenarios where an Itential Platform (ENG-5755) | In scenarios where an Itential Platform cluster is not fully shut down during an upgrade, the new version of app and adapter service models would not take effect. Cluster-wide service model declarations where enhanced to ensure the most up-to-date version is applied whenever an Itential Platform service comes online. |
| The MongoDB driver for Node.js contained (ENG-5780) | The MongoDB driver for Node.js contained a memory leak in its implementation of collection watchers. Itential Platform has upgraded the 5.7.0 driver to 5.9.0, the version which contains the fix for the memory leak. |