OL Hub Release Notes 3.0.4

Release Date: January 6, 2025

OL HUB Core version 5.0.32 - OL HUB DTF version 3.0.5

Enhancements

Logging Configuration in application.yml

Added a commented logging configuration in the service YAML file for easier debugging.
Example:

# Logging #
#logging:
#  level:
#    io.ol: debug
#    io.openlegacy: debug

Improved Screen Flow Log Messages

Enhanced screen flow log messages to clarify and understand events during flow execution.

Generate No-Code Artifact

By default, the ol generate command from the CLI will generate a No-Code artifact.

The user will utilize a docker-compose file along with the relevant environment variables specified in the .env file."

The code container can be used by the developers on their local machine.

Support JWT Configuration

Configure the JWT from the Contract menu.

Once enabled, the JWT fields can be used in any method mapper (under Advanced Properties in the input)


Move Resources to Folders

Now you can move file and folder resources into other folder resource

Display Combined Fields

  • A better display of Combined Fields type (OneOf, AllOf, OneOf) in the Method Input
  • Display the field scheme in the mapper

Test Expression result Log (Console) view

Display the Test Expression result log (on top of the result response)

Mapping Fields with Predefined Functions

Added support for mapping fields using predefined functions, tailored to the origin and target field types.

Fetchers

Introduced support for fetching resources via the CLI using the PCML and FTP fetcher types.

  • Fetch remote AS400 (PCML) or FTP files directly to OL-Hub as resources.
  • Learn more in the documentation.

Webhook Trigger on ALL Events

Admin users can set a webhook that will trigger all supported Hub Events



Bug Fixes

  • 3270 Screen Connection Pool:
    • Resolved an issue with the proper disposal of connections that failed to execute the clean flow.