Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this section you can see information about the new features and functionality in this release.

Table of Contents

Anchor
accessible
accessible
Accessible Web UI

In previous versions of Image Modified there have been a mix of user interfaces, both local clients and various web based interfaces. In this release we are introducing a brand-new WebUI which consolidates these interfaces into one web based interface containing functionality from the web based Sys Admin Interface, the Web Interfaces for Platform and ECs as well as the majority of the functionality from the previous local Desktop, now referred to as Legacy Desktop. The new desktop is undergoing heavy development and will continue to be developed bringing new functionality to the interface in future releases. While this user interface is being developed the original desktop, and its web based version, will continue to be available for use and will function as normal.

This new desktop will bring a new, modern look and feel to the Image Modified interface and will have the advantage of not requiring any user download in order to access it, just take your pick of browser from Microsoft Edge, Chrome or Firefox. Another key benefit of this new interface is that it will be fully accessible for users using screen readers or keyboard navigation. This first release is a big step forward to comply with accessibility requirements according to WCAG 2.1 AA, with full adherence to the standard coming in a subsequent release.Image Removed

...

New Desktop interface

See Desktop Overview for more information.

Anchor
unittest
unittest
Unit Test Framework

You can now execute unit test scenarios on Global APL functions, and to perform basic Workflow tests, based on Python. The test reports are saved as JUnit XML file, and the test configurations can be exported and imported to other Image Modified deployments.Image Removed

...

Unit tests in APL and Unit Test Runner

...

Anchor
wfp
wfp
Workflow Packages

MediationZone configuration can now be exported using the new Workflow Package format, which is a versioned, pre-compiled, self-contained, package (unlike the traditional system export format, which is moving configuration objects that must be compiled in the target environment).Since the configurations are self-contained, they will not affect configuration that is already present in the target environment. This new format improves configuration transport as it is faster, more robust, and enables atomic upgrades and rollbacks.This functionality replaces the older configuration spaces concept.Image Removed

...

Workflow Packages

...

The PICO type ECSA (Execution Context - Standalone) has been replaced with a generic EC (Execution Context) in Image Modified 9.0. Standalone execution is instead controlled on a workflow level through the workflow properties (a real-time workflow can execute either in "Normal" mode, or "Standalone" mode) and the generic EC can run both Normal and Standalone workflows.Image Removed

...

Anchor
json
json
JSON Export Format

A new JSON based export format has been added, improving compatibility with version control systems, and it is accessible from within the Desktop (i.e. it does not require command line access like the older vcexport format).

 

Exported JSON

Anchor
jsoncsvdecoding
jsoncsvdecoding
Native JSON and CSV Decoding

In addition to the MZ Tagged format, CSV and JSON are also available as built-in decoder formats, improving usability when working with common text-based formats.Image Removed

...

Built-in decoders

For more information, see Format Management Overview.

Anchor
security
security
Security Profile

The Security profile is a generic profile that you can use to create encryption configurations that can be used by various agents, e.g. the HTTP/2, Kafka, and Diameter agents. This profile enables centralized key management for improved security and ability to tie key management to environment.Image Removed

...

The Security profile

...

In the Real-Time Inter Workflow forwarding agent, there is now an option called Send response UDR which confirms whether writing to disk has succeeded or not.Image Removed

...

Inter Workflow forwarding agent

...

It is now possible to move data between systems using Google Cloud Storage using two new agents: GCP Storage Collection and GCP Storage Forwarding.Image Removed

...

Cloud Storage Collection and Forwarding Agents

See GCP Agents for more information.

Anchor
conditionaltrace
conditionaltrace
Conditional Trace 2.0

Conditional Trace has been rewritten to track all UDRs in a workflow that match the applied filter criteria, for instance if all UDRs originating from a particular set of users need to be monitored as they flow through the system.

The new versions is designed to provide plug-and-play interoperability with Jaeger, a state-of-the-art trace logging system. This provides complete trace logs and a rich set of filtering and troubleshooting tools.Image Removed

...

See Conditional Trace for more information.

Anchor
keyvault
keyvault
Support for Azure KeyVault

With Azure KeyVault, your passwords and certificates are stored and maintained in a central location in Azure environments, which improves security.

To enable this we have extended the Security Profile to be able to use Azure KeyVault as a backend, supported for SAP RFC, and agents/feature using the Azure KeyVault  profile (EventHub, ADLS2, APL getSecret).Image Removed

...

Azure KeyVault profile

See Azure KeyVault Profile for more information.

Anchor
sso
sso
Single Sign-On (SSO) Support via OIDC

To enable centralized user management and control, it is now possible to tie Image Modified to a centralized identity provider. This enables users to log in using SSO, along with multi factor authentication flows.Image Removed

...

Login with SSO

For more information, see Single Sign On.

Anchor
kusto
kusto
Support for Azure Data Explorer (Kusto Query)

Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more.

Image Modified is now able to use insights derived by Azure Data Explorer, in the form of enrichment data. A new new APL function to query Azure Data Explorer using Kusto Query Language has been added.

See See Database Table Functions for more information.

Anchor
subfolders
subfolders
Support for Subfolders

From version 9.0.1 subfolders are supported. The subfolder feature is enabled by adding and setting the property mz.subfolder.enabled to true from within the Platform.conf file. See section Subfolders in the Configuration Browser on page Build View - MediationZone Documentation 9.1 - InfoZone (atlassian.net) for more information.