Changelog Overview
- 08 Jun 2022
-
DarkLight
-
PDF
Changelog Overview
- Updated on 08 Jun 2022
-
DarkLight
-
PDF
This page contains information for the new features, improvements, fixes, chores and tests completed as part of this release.
Changelog Overview
- 6 New Features
- 6 Improvements
- 29 Bug Fixes
- 7 Chores
- 3 Tests
- 51 Total Tickets
New Features
- adapter-email:3.1.20-2021.1.1 [09-27-2021] - The adapter-email can now listen to email accounts and generate RabbitMQ notifications back to IAP.
- app-automation_catalog:2.10.6-2021.1.5 [09-10-2021] - Implemented an internal process utility to enable importing.
- app-configuration_manager:3.74.24-2021.1.14 [09-21-2021] - Created new methods to handle processing and importing of Golden Configurations.
- app-jst:1.3.10-2021.1.33 [09-27-2021] - Introduced an internal processing function to improve the usability of transformations with IAP Pre-builts.
- app-operations_manager:1.47.0-2021.1.38 [09-10-2021] - Implemented internal process Automations API to integrate with Pre-builts.
- app-service_catalog:3.10.19-2021.1.1 [09-10-2021] - Implemented an internal process utility to import a list of service catalog items.
Improvements
- app-admin_essentials:2.25.42-2021.1.24 [09-16-2021] - Fixed an issue where Task Execution in Admin Essentials was not reflecting the correct status.
- app-automation_studio:3.35.20-2021.1.51 [09-17-2021] - Added tooltips to distinguish the different types of groups found in a workflow.
- app-automation_studio:3.35.20-2021.1.47 [09-07-2021] - Added schema validation to the Child Job Loop Settings UI when using a JST.
- app-workflow_engine:9.6.32-2021.1.74 [09-27-2021] - Separated the lodash dependency into the lodash.has and lodash.set dependencies.
- itential-utils:2.7.2 [09-23-2021] - Added a healthCheck call to the PropertyEncryption.js to support getting the status of Vault from IAP.
- pronghorn-core:12.1.24-2021.1.42 [09-24-2021] - Added Vault health information to the /status API.
Bug Fixes
- adapter-email:3.1.20-2021.1.2 [09-27-2021] - Updated pronghorn.json to fix required field schema error.
- app-automation_catalog:2.10.6-2021.1.7 [09-17-2021] - Fixed typo error in schema for runWorkflow endpoint.
- app-automation_catalog:2.10.6-2021.1.6 [09-17-2021] - Fixed incorrect rendering of toast messages upon automation creation.
- app-automation_studio:3.35.20-2021.1.61 [10-04-2021] - Pending nodes no longer cause errors when deleting nodes on the Gen2 canvas.
- app-automation_studio:3.35.20-2021.1.60 [10-04-2021] - Creating new forms without permissions no longer crashes the app.
- app-automation_studio:3.35.20-2021.1.58 [09-30-2021] - Refactored the JST task to correctly display JST input. When selecting a transformation on the transformation task, the JST variables are now properly assigned.
- app-automation_studio:3.35.20-2021.1.57 [09-27-2021] - Error handling is fixed for all JSON Form endpoints.
- app-automation_studio:3.35.20-2021.1.56 [09-24-2021] - App no longer crashes when dragging an item off-canvas and then returning to the canvas with a different mouse state. The click state will reset once the cursor is re-established on the canvas.
- app-automation_studio:3.35.20-2021.1.54 [09-23-2021] - Sorting workflows is now consistent across all apps.
- app-automation_studio:3.35.20-2021.1.53 [09-21-2021] - Fixed error reporting when importing an invalid template or JSON Form item.
- app-automation_studio:3.35.20-2021.1.52 [09-20-2021] - When JSON Form is deleted, document tab is closed and the app navigates to the next opened tab instead of resetting (redirecting) to the Automation Studio home page.
- app-automation_studio:3.35.20-2021.1.50 [09-14-2021] - Corrected the spelling for Create a Workflow on the Automation Studio homepage.
- app-automation_studio:3.35.20-2021.1.49 [09-09-2021] - Unavailable tasks in recently used tasks are now hidden on the Gen 2 canvas.
- app-operations_manager:1.47.0-2021.1.42 [09-24-2021] - Fixed exports for triggers with no configured JST or JSON form.
- app-operations_manager:1.47.0-2021.1.41 [09-24-2021] - Fixed an issue were the enter key would submit changes instead of adding a new line. Refactored the enter and escape keyboard behavior.
- app-operations_manager:1.47.0-2021.1.40 [09-23-2021] - Added support for keys containing '$' in trigger schemas.
- app-operations_manager:1.47.0-2021.1.39 [09-21-2021] - The notification dialog that displays a success/failure message after starting an automation is visible until the user closes it. Also improved visibility of the job details link that displays in the dialog window.
- app-workflow_builder:5.40.5-2021.1.28 [09-24-2021] - Fixed Templates list in side navbar when reviewing a Gen 1 workflow.
- app-workflow_builder:5.40.5-2021.1.27 [09-16-2021] - Implemented a fix to prevent UI errors after deleting child job reference variables.
- app-workflow_builder:5.40.5-2021.1.26 [09-13-2021] - Transformations can now be searched by ID in Gen 1 workflows.
- app-workflow_engine:9.6.32-2021.1.75 [09-27-2021] - Added a migration script for active jobs to handle upgrades across RabbitMQ re-architecture.
- app-workflow_engine:9.6.32-2021.1.72 [09-21-2021] - Fixed bug where Job Errors of a type object were not properly displayed.
- pronghorn-core:12.1.24-2021.1.45 [10-04-2021] - Fixed bug where the propertiesSchema for a service was not properly de-structured.
- pronghorn-core:12.1.24-2021.1.44 [10-02-2021] - Corrects an issue where forms created in 2020.2.6 or earlier do not work in 2020.2.7. Additionally addressed newly-created forms in 2020.2.7 with nodes context in XPath expressions.
- pronghorn-core:12.1.24-2021.1.43 [09-29-2021] - Updated error message when Mongo user does not have proper permissions.
- pronghorn-core:12.1.24-2021.1.41 [09-21-2021] - Fixed an issue where integrations would deplete the thread pool due to an error. This fix will set the worker threads back to ready after they complete a request or recover from an error. .
- pronghorn-core:12.1.24-2021.1.40 [09-21-2021] - Improved error handling on Transformations Collection Index APIs. Error is thrown when no predefined indexes exist for a requested collection.
- pronghorn-core:12.1.24-2021.1.39 [09-20-2021] - Added a time range validation check to the core scheduler. ScheduleTask is now executing correctly at the scheduled time.
- search:1.1.14-2021.1.1 [09-14-2021] - Modified the way search indexes are created for a global search.
Chores
- app-admin_essentials:2.25.42-2021.1.23 [09-09-2021] - Migrated page navigation to React Router.
- app-automation_studio:3.35.20-2021.1.59 [10-01-2021] - Updated JST Designer dependency to latest version.
- app-automation_studio:3.35.20-2021.1.56 [09-24-2021] - Updated jst-designer dependency to latest version.
- app-automation_studio:3.35.20-2021.1.48 [09-07-2021] - Updated JST and jst-designer dependencies to latest version.
- app-jst:1.3.10-2021.1.32 [09-24-2021] - Updated jst-designer dependency to latest version.
- app-jst:1.3.10-2021.1.31 [09-07-2021] - Updated JST and jst-designer dependencies to latest version.
- app-workflow_engine:9.6.32-2021.1.71 [09-20-2021] - Updated deprecation notice to indicate the migrateProperties script is still needed.
Tests
- app-workflow_engine:9.6.32-2021.1.76 [09-27-2021] - Refactored tasksClaim.post.js to use updated API.
- app-workflow_engine:9.6.32-2021.1.73 [09-22-2021] - Refactored test coverage of API routes in workflow engine for getTaskIterations.get.js.
- app-workflow_engine:9.6.32-2021.1.70 [09-10-2021] - Fixed API tests for childJob looping.