Universal Data Mover Gateway 1.4.0 Release Notes

Universal Data Mover Gateway release 1.4.0.0 - July 28, 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.4.x Maintenance.

Protocols

Backlog

Title

Description

B-17149Test SFTP Partner Connection


After the definition of a SFTP remote partner and its remote account(s), the connectivity and authentication methods and credentials can be checked from UDMG Admin UI:


and from the CLI:

Usage:
  udmg-client [CONNECTION-OPTIONS] account remote [partner] test [login]

[remote command arguments]
 partner: The partner's name

[test command arguments]
 login: The account's login

#33528CLI command for Partner SSH Key Scan and Store

Fetch, display, and/or automatically store the SSH host keys for a remote partner.

udmg-client partner keyscan -h
Usage:
  udmg-client [CONNECTION-OPTIONS] partner keyscan [partner] <save | show>

[keyscan command arguments]
 partner: The partner's name

Available commands:
 save Fetch and save the remote partner SSH public keys as new certificate records. Record name is YYYYMMDDHHMISS_{partner name}_{public key type}.
 show Fetch the remote partner SSH public keys

Security

Backlog

Title

Description

#33101User Change PasswordUDMG user can change password from the user menu.
#33746Share files with OS user groupChange the default file and directory permissions to allow a user in Linux group 'udmg' to have full access to the files and directories that are created by UDMG.

User Experience

Backlog

Title

Description

B-17827Redesign the sidebar menu collapse/expandSlim icon bar remains visible after collapsing for easy access to the menu items.
#33744Log resume, pause, and cancel

improve logging for resume, pause, and cancel actions.

  • udmg log shows the action and the requesting user
  • transfer log shows the action and from where the resume is happening (by reporting the skipped steps)
#32801Common date format for CLI commands

Improve the date format display for CLI transfer list command. It shows and accepts dates in RFC3339 format like the other commands (instead of ISO8601). 

Usage:
  udmg-client [CONNECTION-OPTIONS] transfer list [list-OPTIONS]

[list command options]
-d, --date= Filter the transfers which started after a given date or a relative time. Date must be in RFC3339 format, relative time should be a valid combination of time units (e.g. 42m for 42 minutes).

Relative time can also be given for easier filtering, with time unit of second (s), minute (m), hour (h). 
For example to list the transfers that were started in the last hour and a half: udmg-client transfer list -d 1h30m

Architecture

Backlog

Title

Description

B-17102Support for Oracle DatabaseOracle RDBMS 19c and 21c with the Oracle client libraries.

Remote Interfaces

Backlog

Title

Description

#33449Hide transfer info in list

Selective output of Transfer Info for list transfer requests.
The transfer info metadata values are not shown by default anymore for a list request (API or CLI).

  • API: addition of an 'info' query parameter, false by default
  • CLI: addition of an '--info' option to force the output
#33683Hide transfer info in getSelective hiding of Transfer Info for get transfer requests.
The transfer info metadata values can be excluded from the output for a get request (API or CLI).
  • API: addition of an 'info' query parameter, true by default
  • CLI: addition of an '-no---info' option to hide the output
#33776Sort list of expired certificate records Sorting option for list of expired certificate records 
  • API: sort query parameter, with possible values: name+ (default), name-, date+, date-
  • CLI: default sorting by name