XML package updates
- Updated: 2024/06/13
XML package updates
Review the updates in released versions of the XML 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 XML 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 |
---|---|---|---|---|
3.13.0 | 17 June 2024 | With Automation 360 v.33 (Sandbox) release | 20.11 or later | 8750 or later |
3.12.0 | 6 December 2023 | With Automation 360 v.31 (Sandbox) release | 20.11 or later | 8750 or later |
3.11.0 | 6 September 2023 | With Automation 360 v.30 (Sandbox) release | 20.11 or later | 8750 or later |
3.10.0 | 6 June 2023 | With Automation 360 v.29 (Sandbox) release | 20.11 or later | 8750 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 XML
package, the naming convention is:
bot-command-xml-<version.number>.jar
For example,
bot-command-xml-3.12.0.jar
For detailed steps on downloading a package and manually adding it to the Control Room, see Add packages to the Control Room.
3.13.0
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 or later
Fixes |
---|
The action now supports node name with a namespace prefix. Previously, when you specified a namespace prefix in the Node name field, the result document ignored the prefix. |
You can create a bot using action to insert a node in an existing XML file within a loop. You no longer encounter any issues even if multiple nodes have the same name and you use the Skip it option. Service Cloud case ID: 02096131 |
3.12.0
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 or later
What's new |
---|
Internal update in packages Minor update to support API tasks. |
3.11.0
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 or later
What's changed |
---|
Help Center for bot developers
|
Fix |
---|
When the input XML file contains comments before and after the root node and if the Remove text nodes that contain only white space ( Start Session action) and Use Prettyprint (Save session data action) check boxes are selected, the output XML file formatting is displayed correctly on bot execution and a new line is added after the comment node. |
3.10.0
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 or later
What's changed |
---|
Help Center for bot developers Help Center: We have added an in-app help for bot developers to get contextual information about actions and packages when building automations. |