| Removed unusable Project shortcuts (ENG-2891) | Removed and hid unusable shortcuts for transformations within a Project, preventing users from performimg actions that should not be performed in a Project. |
| the Platform was configured to authenticate (ENG-4213) | When the Platform was configured to authenticate users via SAML SSO, a user who was logged out from a page in the Platform would not be redirected to their original location after logging back in. Support was added for persistent redirect links across SAML SSO login flows to ensure users are restored to their original location after logging out and logging back in. |
| childJob loop status in output objects (ENG-7728) | Fixed an issue where the status for each job was not reflected in the output objects from the childJob task when either parallel or sequential looping was enabled. |
| In certain circumstances, the Workflow Builder (ENG-7900) | In certain circumstances, the Workflow Builder Canvas would display duplicate task definitions in the task palette. This change provides a fix that eliminates possible race conditions and ensures no duplicates are added. |
| configuring Azure/EntraID as an Identity Provider (ENG-8062) | When configuring Azure/EntraID as an Identity Provider (IdP) in the Platform, the SSO test connection failed due to a required Password, ProtectedTransport authentication method. To resolve this issue, added a “Disable Expected Auth” toggle to the SSO configuration page that gives administrators the option to control the disableAuthnContext configuration property that disables checking of AuthnContext in an SSO/SAML response. |
| A series of fixes have been (ENG-10352) | A series of fixes have been implemented to address multiple issues that occurred when utilizing an incoming or outgoing JST schema. These issues have been resolved to ensure proper functionality at runtime. |
| a JST bug that allowed references (ENG-10751) | Resolved a JST bug that allowed references to deleted steps to persist within the context of other steps, ensuring that the integrity of the workflow remains intact and that users are not misled by outdated references. |
checks for iap_id and Redis connection (ENG-12023) | Added checks for iap_id and Redis connection to ensure smooth shutdowns when exiting the Platform early in the startup process and when exiting the Platform after Redis shuts down. |
| Copying command templates between Projects changed (ENG-12405) | Copying command templates between Projects changed the created and lastUpdated fields to a date string instead of an integer, preventing users from saving the Command Template. Fixed the date formatting for JSON schemas when copying assets into a project space. |
| importing a pre-built automation with GBAC (ENG-12445) | When importing a pre-built automation with GBAC assigned, the imported automation does not appear in the Operations Manager side navigation bar. Fixed pre-built automation import to ensure all GBAC id are strings and the automation is displayed in the side navigation bar. |
| The login API calls from IAG (ENG-12480) | The login API calls from IAG adapters were displaying password and token as plaintext credentials in the IAG adapter logs. To mask sensitive credentials in Itential Platform logs, updated the adapter-utils dependency version. |
| The Command Template Builder UI previously (ENG-12529) | The Command Template Builder UI previously lacked the Maximum Accepted Percentage (%) selector when performing a comparison evaluation by percentage. This issue has been rectified by re-adding the selector to the UI, ensuring its availability for use in command templates. |
| adding users to a Group via (ENG-12616) | When adding users to a Group via UI, the save button was greyed out (disabled). Implemented functionality in the Edit Group dialog so that when modifying group members through the Admin Essentials UI, the save button will now be enabled on member change. |