DLL package updates
- Updated: 2024/06/13
DLL package updates
Review the updates in released versions of the DLL package such as new and enhanced features as well as fixes and limitations. The page also lists the release dates of each version, and the compatible Control Room and Bot Agent versions.
Versions summary
The following table lists the versions of DLL package released either with an Automation 360 release or as a package-only release (in descending order of release dates). Click the version link for information about updates in that package version.
Version | Release date | Release type | Bot Agent version | Control Room build |
---|---|---|---|---|
6.11.0 | 17 June 2024 | With Automation 360 v.33 (Sandbox) release | 21.22 or later | 15238 or later |
6.10.2 | 17 July 2023 | Package-only; post Automation 360 v.29 release | 21.22 or later | 15238 or later |
6.9.0 | 6 June 2023 | With Automation 360 v.29 (Sandbox) release | 21.22 or later | 15238 or later |
- To download an individual package (updated in an Automation 360 release where you want only the package), use this
URL:
https://aai-artifacts.my.automationanywhere.digital/packages/<package-file-name>-<version.number>.jar
- For DLL package, the naming convention is:
bot-command-rundll-<version.number>.jar
For example,
bot-command-rundll-6.10.2.jar
For detailed steps on downloading a package and manually adding it to the Control Room, see Add packages to the Control Room.
6.11.0
- Compatible Bot Agent version: 21.22 or later
- Compatible Control Room version: 15238 or later
Fix |
---|
The bot no longer displays an error when you use Run function action, select a DLL parameter as a string parameter type, and select Credential as a string value without picking any credentials from the locker. The bot now passes an empty string to the DLL parameter on execution, even if the credentials are not picked from the locker. Previously, the bot displayed an error on execution when you used Run function action, selected a DLL parameter as the string parameter type, and selected Credential as the string value without picking any credentials from the locker and keeping it empty. Service Cloud Case ID: 02116523 |
6.10.2
- Compatible Bot Agent version: 21.22 or later
- Compatible Control Room version: 15238 or later
Fix |
---|
When you work with Run
function
action and uses the following DLL function, the output will
be retrieved as:
Previously, when you used the DLL function return type as String (string), Array of String (string []), or List of String (List<string>), and if it contained a NULL value, the output retrieved as true string. Service Cloud Case ID: 01964812, 01970306 |
6.9.0
- Compatible Bot Agent version: 21.22 or later
- Compatible Control Room version: 15238 or later
What's changed |
---|
Help Center for bot developers
|