OL Hub Release Notes 3.0.2
3 months ago by Ohad Mizrahi
Release Date: 18 November 2024
OL HUB Core version 5.0.24 - OL HUB DTF version 3.0.2
Enhancements
Resizable Left Tree Panel
- You can now resize the left "tree" panel by dragging it to the right for improved usability.
Method Management: Add Method from Another Project/Contract
- The menu item
Save as new
has been renamed toCopy as new method
. - You can now select a target project/contract for the copied method.
- The default target is the current project/contract.
Field Example Display in Swagger
- Example values for fields will now be displayed in the generated Swagger page if the
Field
attribute exists.
CICS Enhancements
-
Treat CHAR as ByteArray:
- String fields can now behave as byte arrays at runtime, allowing the inclusion of unprintable characters.
- To enable this, set the
treatAsByteArray
property totrue
for the desired string field.
-
Handling Invalid COMP Data:
- A new property at the asset level allows the system to return either
NULL
or a numeric value when invalid COMP data is encountered. - This prevents asset execution from failing. Use cautiously, considering business implications.
- A new property at the asset level allows the system to return either
Screen Flows: Enhanced Variable Support
- Added support for collections and structured variables in screen flows, enabling smoother handling of screen tables.
Bug Fixes
-
OL-Hub Test Flow Mapping
- Fixed an issue where integer values were not automatically converted to strings. Now, integers will be converted to strings at runtime without requiring an expression.
-
Contributor Role OPZ Export
- Contributors can now export projects to
.opz
files. The missing button issue has been resolved.
- Contributors can now export projects to
-
Service Generation Error
- Upgraded to Core Version
5.0.24
, resolving issues related to service generation.
- Upgraded to Core Version