OL Hub Release Notes V1.50

Release Date: 20 April 2022

Enhanced OpenAPI support

In this release, OpenLegacy continues improving the support for the OpenAPI spec by enabling the OpenAPI parser to refer to external files in addition to the root OpenApi file. The files can be in the local file system or accessible over the web.

New integration pattern: DB Polling

Until now, OpenLegacy primarily supported one-directional data-integration flow, in which legacy layers were only responding to application requests from the web, cloud, mobile, or other platforms.
Starting with this release, OL Hub enables legacy systems and databases to actively initiate data interaction and events, thus providing all-directional system interoperability. 

DB polling, the implementation of this new integration pattern, is triggered by new records added to legacy database tables. OL Hub periodically searches for the new records and executes a custom flow for each of them involving other applications in the organization. 

Add multiple users to account

Account administrators can now add users to the account and set their password, username, and role. 

Field mapping automation

This version introduces two features to the method flow canvas where users, by one click, can

  • copy a field to a structure's root and map to it   
  • disconnect all field mappings.  

Role-based tag deletion privileges

From this release onwards, the following activities can be performed by administrators only:

  • Delete project
  • Delete project version (tag)

Support for New Connectors

Support and enhancement for the following connectors were introduced in this version:

  • Temenos TAFJ
  • The new consolidated File connector can produce CSV, SWIFT, and XML assets.

Miscellaneous