OL Hub Release Notes 3.0.5
Release Date: January 20, 2025
OL HUB Core version 5.0.39 - OL HUB DTF version 3.0.7
Resources - Pre Processors
Use Pre Processors code to manipulate resources
Resources - Filter & Sort
Now you can filter and sort resources in the Resources area
Projects list - Display Project Technology on the Project card
The project technology displayed on the Project card
CLI - Generate for No-Code Container
Generating from the CLI with ol generate
without specifying the generator, results in a No Code configuration artifact
Method Flow - Invoke Step Fields Display Name
The Mapping from Invoke step fields will display the Asset fields Display Name rather than the field's Name (if exists)
CLI - Get Production License
Admin can get the production license from the CLI by specifying a Project and Version
ol get license <project-name> --tag <tag>
CLI - Manage Labels
The admin can manage the Labels from the CLI
ol list labels, ol create label, ol update label, ol delete label
Screens - Improvements
Connection Pool - Keep Alive Action
keep alive action now verifies that the session is remaining on the required screen , rather than just perform a keep-alive action. In addition , Log messages were improved to reflect the process
Screen Flow
To enable users to be able to follow the process of the screen flow more easily. Arrows were added to the lines in the flow
Screen Invoke Step
To avoid mistakes, screen fields that are not editable cannot be mapped to in the screen invoke step where we configure an action between two screens.
Fixed Bugs
- Importing Contract input/output model from XML was fixed and works as expected.
- Default value behavior checkbox for flow input/output model was not getting being saved - fixed
- Variable collections were being mapped twice instead of just once .
- Cobol collection are now being parsed correctly , even if their name starts with a single letter . For example: M_ARRAY
- Properly handling Null values in collections. Null is a valid value and can be mapped into a collection.
- Fixed issue of sending a request with nested arrays.
- fixed issue where mainframe-dataset connector would fail to test the connection when ssl.enabled was set to true