OL Hub Release Notes 3.0.2

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 to Copy 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

  1. 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 to true for the desired string field.
  2. 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.

Screen Flows: Enhanced Variable Support

  • Added support for collections and structured variables in screen flows, enabling smoother handling of screen tables.

Bug Fixes

  1. 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.
  2. Contributor Role OPZ Export

    • Contributors can now export projects to .opz files. The missing button issue has been resolved.
  3. Service Generation Error

    • Upgraded to Core Version 5.0.24, resolving issues related to service generation.