
Orchestrator release notes
2023.10.3
linkRelease date: February 15, 2024
Bug fixes
linkSecurity vulnerability fix
Added March 11, 2024
We have discovered an issue with the permissions for exporting queues. An authenticated user who has access to one or more queues within a folder may be able to export data from all queues in their tenant instead of only the ones they have permissions for. The issue does not allow access to other tenants or other organizations.
To overcome this, we strongly advise you to apply the latest cumulative update for your installed version.
For details, see the security advisory.
General fixes
- This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
Known issues
linkIssue with saving custom configurations in email settings
/identity_/api/setting
endpoint.
Email.Smtp.UseDefaultCredentials
is set to True
, like in the following example:
{
"Settings": [
{
"Key": "Email.Smtp.Host",
"Value": "SendGrid"
},
{
"Key": "Email.Smtp.Port",
"Value": "587"
},
{
"Key": "Email.Smtp.UserName",
"Value": ""
},
{
"Key": "Email.Smtp.Domain",
"Value": ""
},
{
"Key": "Email.Smtp.FromEmail",
"Value": "[email protected]"
},
{
"Key": "Email.Smtp.FromDisplayName",
"Value": "UiPath Platform"
},
{
"Key": "Email.Smtp.EnableSsl",
"Value": "true"
},
{
"Key": "Email.Smtp.UseDefaultCredentials",
"Value": "true"
},
{
"Key": "Email.Smtp.Password",
"Value": ""
},
{
"Key": "Email.Smtp.ConnectionTimeout",
"Value": "180000"
}
],
"PartitionGlobalId": ""
}
{
"Settings": [
{
"Key": "Email.Smtp.Host",
"Value": "SendGrid"
},
{
"Key": "Email.Smtp.Port",
"Value": "587"
},
{
"Key": "Email.Smtp.UserName",
"Value": ""
},
{
"Key": "Email.Smtp.Domain",
"Value": ""
},
{
"Key": "Email.Smtp.FromEmail",
"Value": "[email protected]"
},
{
"Key": "Email.Smtp.FromDisplayName",
"Value": "UiPath Platform"
},
{
"Key": "Email.Smtp.EnableSsl",
"Value": "true"
},
{
"Key": "Email.Smtp.UseDefaultCredentials",
"Value": "true"
},
{
"Key": "Email.Smtp.Password",
"Value": ""
},
{
"Key": "Email.Smtp.ConnectionTimeout",
"Value": "180000"
}
],
"PartitionGlobalId": ""
}
Deprecation timeline
linkWe recommend that you regularly check the deprecation timeline for any updates regarding features that will be deprecated and removed.
Download location
linkYou can download the latest product version from the Customer Portal.