Versions Compared

Key

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

...

Change ID

Platforms

Component

Description

B-13819 

Unix 
Windows 

UEXT 

Provide the UAGSRV EXTENSION_PYTHON_LIST configuration option to extend the list of locations searched for Python instances that may be used by Universal Extension tasks.

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension. 

B-13821

Unix
Windows
 

UEXT 

Update the values supported via the requires_python declaration of a Universal Extension implementation as follows: 

  • Support wildcards in the version specification (for example, “==2.7.*”). 
  • Support an exclusive range of versions via the > and < operators (for example, “> 2.6, < 4”).
  • Support an inclusive range of versions via the >= and <= operator (for example, “> 3.7.6”). 
Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13822 

Windows 

UEXT 

Allow usermode installs to discover the Python distribution provided by a system mode-installed Agent. 

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13831 

Unix 
Windows 

UEXT 

Provide the ability for Universal Extensions to detect and respond to Cancel commands issued from Universal Controller. 

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13846 

Unix 
Windows 

UEXT 

Allow Universal Extension tasks to accept authentication tokens (e.g., used for Web or cloud-based service authentication) from a Universal Controller resolvable credential object. 

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13860 

Unix 
Windows 

UEXT 

Refactor the Universal Extension logging API so that it is no longer necessary to instantiate an ExtensionLogger object. Logging methods can now be accessed using the following import: 

 from universal_extension import logger 

 Logging methods can be invoked using calls like logger.info(‘msg’) or logger.error(‘msg’). 

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13908 

Unix 
Windows 

UEXT 

Add the ability to execute Dynamic Commands within a Universal Extension task without launching a separate process (i.e., support “in-process” Dynamic Command execution). 

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13989 

Windows 

UEXT 

Provide a new utility to assist with Universal Extension development that provides a command line interface to Universal Extension task APIs offered by Universal Controller. Please see the Universal Extension development documentation for information on this new “uip” utility.

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.

B-13991 

Windows 

UEXT 

B-14255

Create a VisualStudio Code plugin to interact with the new uip command line utility delivered by B-13991.  by Universal Controller. 

Please see the Universal Extension development documentation for information on this new “uip” utility.

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.

B-14049 

Unix
Windows 

UAGSRV 

UEXT 

Ensure that any instances of a password exposed by a Universal Extension task are scrubbed from the UAG Server cache files. 

not provide the Universal Extension.


B-13991 

Windows 

UEXT 

Extend the uip utility delivered by B-13989 with an init command that can be used to initialize a working directory (e.g., a local Git repository) for Universal Extension development. 

Please see the Universal Extension development documentation for information on the new “uip” utility.Create a VisualStudio Code plugin to interact with the new uip command line utility delivered by B-13991.  

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.


DB-1032814049 

Unix
Windows 

UAGSRV 

UEXT 

Ensure that any instances of a password exposed by a Universal Extension task are scrubbed from the UAG Server cache files. 

B-14255 

Windows 

UEXT 

Fixes a problem that causes a requires_python value with a wildcard to be ignored when used with operator other than == or != Extend the uip utility delivered by B-13989 with an init command that can be used to initialize a working directory (e.g., requires_python >= 3.*)a local Git repository) for Universal Extension development. 

Please see the Universal Extension development documentation for information on the new “uip” utility. 

Note
titleNote

The HP-UX and z/OS agents do not provide the Universal Extension.

 


Universal FTP Client

Anchor
Universal FTP Client Release 7.1.0.0 - September 30, 2021
Universal FTP Client Release 7.1.0.0 - September 30, 2021
Release 7.1.0.0 - September 30, 2021

...