Package SDK v.30 release

Review what's new in the Automation 360 Package SDK for the v.30 release.

What's new

SDK download link: A360-package-sdk-2.9.0.zip

Docs download link: A360-package-sdk-2.9.0-javadoc.zip

New NoLoggingAttributes attribute added

A new attribute NoLoggingAttributes has been added for DesktopOperationRequest used to stop trace logs for mentioned fields.

For example:
@Request(NoLoggingAttributes = {"loginUser", "secureText"})       
private DesktopOperationButtonRequest request;
Package SDK built with Gradle version 7.6.2

The current Package SDK is built with Gradle version 7.6.2 because the previous version had vulnerabilities.