Platform v7.1-Release Description

Contents

  1. Data archival framework for transactional data in SmartOps
  2. Implement stage one archival (hot archival) for MySQL data stores
  3. Orchestration Enhancements
    1. Distributed caching for Clones engine using Redis
    2. Reliability improvements in Clones inbound queue
  4. IHub Enhancements
    1. Support for Office 365 API (OAuth2 protocol) in email channel
    2. iHub HA enablement by synchronizing channel polling for email channels
    3. Support for inline attachments in IHub e-mail channel
  5. PWF Framework Enhancements
    1. Allow only installation workflows to be executed until project is installed
  6. UI Enhancements
    1. Migrate UI Library application to Mono-repo architecture
  7. Leverage Jest as unit testing framework in all UI frameworks

Data archival framework for transactional data in SmartOps

SmartOps is enabled with the capability to archive transactional data stored in the platform. The archival can be performed for period older than a specified date (as per business requirement). This helps in

Implement stage one archival (hot archival) for MySQL data stores

Data older than a specified threshold will be moved to another table in the same or different database. This table will be named based on the version of the original table.

Orchestration Enhancements

Distributed caching for Clones engine using Redis

Version of clones engine cache is centrally maintained in a Redis store to ensure consistency across replicas in high availability deployments.

Reliability improvements in Clones inbound queue

Error handling and retry mechanism for Clones inbound queue listener 

Messages that fail retry will be pushed to a dead-letter queue

IHub Enhancements

Support for Office 365 API (OAuth2 protocol) in email channel

iHub is enabled with support for Office 365 as email channel using OAuth2 protocol. Currently IMAP is being used as the protocol for email channel

iHub HA enablement by synchronizing channel polling for email channels

iHub high availability deployment is enabled by synchronising channel polling for e-mail channels.

Support for inline attachments in IHub e-mail channel

iHub is enhanced with the capability to read and extract inline attachments in e-mails.

PWF Framework Enhancements

Allow only installation workflows to be executed until project is installed

SmartOps PWF framework is enhanced – If the “Project Status” is in “Installing” status, only installation workflows should be executed. This will restrict the execution of all other workflows for projects with installing status.

UI Enhancements

Migrate UI Library application to Mono-repo architecture

Enabled migration of UI library to Mono-repo architecture.

Leverage Jest as unit testing framework in all UI frameworks

Leveraged the capability of Jest as unit testing framework in all UI frameworks.

Feedback

Copyright © 2021 UST Global. All Rights Reserved.