Versions Compared

Key

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


Panel

Table of Contents

Universal Data Mover Gateway release 1.3.0.0 - May 9, 2023, contains the following high-level features. For a complete list of all the included features and fixes, please refer to Universal Data Mover Gateway 1.3.x Maintenance.

Protocols

Backlog

Title

Description

#31180Partner SSH Key Scan and StoreFeature to fetch, display, and automatically store the SSH host keys for a remote partner from the configuration panel.
#32302Ignore Revoked Partner KeySkip the revoked host keys during handshake with a remote partner
#32328Ignore Revoked Server KeySkip the revoked host keys during server initialization
#32364SFTP session details

More details for SFTP session

  • print SSH session ID in hexadecimal format in the log
  • in case of handshake error: show the remote address: Failed to perform handshake: '%s' Address '%s'
  • in case of handshake success, show the user, client version, and remote address: ID: '%X' Handshake connection User: '%s' Client Version: '%s' Address: '%s
  • keep session id in transfer info with key: udmg_session_id

...

Backlog

Title

Description

#32227Module Rebranding

The solution components are renamed to udmg-* for better usability:

  • waarp-gateway udmg-client
  • waarp-gatewayd udmg-server
  • mft-auth-proxy udmg-auth-proxy
  • mft-agent-client udmg-agent-client
  • mft-agent-server udmg-agent-server
  • mft-web-upload → udmg-web-transfer

Version numbering for udmg-server and udmg-client is now aligned with the UDMG release and not with the legacy 3PP.

The default installation folders and environment variables are also updated.

#29886SaaS Disaster RecoverySaaS offer is available with support for disaster recovery.
#31784LDAP IntegrationSupport for LDAP authentication of UDMG users with explicit binding.
#32519SSO Integration

Support for Single Sign-On authentication of UDMG users with the following Identity Providers:

  • SAML 2.0
  • Google
  • OAuth2
  • OpenID
#32653User Email InfoAddition of email field for UDMG Users. This is required for SSO integration.

...

Backlog

Title

Description

#32198, #32195,
#32201
UDMG File Transfer 1.2: Support Wildcard Transfer
  1. New actions "MPUT" and "MGET" for wildcard tansferstransfers:
    • support for wildcard in source file parameter,
    • creation of wildcard transfer on UDMG,
    • monitoring of child transfers on UDMG,
    • tabular report on STDOUT with final child transfer status,
    • short summary report in EXTENSION output,
    • PAUSE, RESUME, and CANCEL commands are propagated to child transfers
  2. "Transfer Progress" output field is redefined to show human readable value
    • size in KB, MB, or GB for single transfer,
    • "x out of y files" for wildcard transfer
  3. "Max files to monitor" parameter: limit the number of child transfers that are monitored by the task instances, 100 by default.
  4. "Wait for transfer completion" parameter: task instance only returns when the transfer is completed (with DONE or CANCELLED status) on UDMG.
    For wildcard transfers, only returns when all child transfers are completed. Activated by default.
#32463UDMG File Transfer 1.2: refresh output with re-run"Re-run" task instance resumes a pending transfer or refresh the output data for a completed transfer.
#30931UDMG File Transfer: Keep UAC Task IDTask instance UUID is added as UDMG transfer metadata (field: udmg_ue_task_uuid).

...