Overview
Version: 6.86.3
Patch Release Date: Nov 20, 2023
APIs
Enhancements
Payloads: Currently, when making POST requests to external services, the Base64 XML payload cannot exceed 1 MB in size. We have now increased the payload size to 5 MB.
Fixes
Audit Logs: Fixed an issue where calling the
add-global-variable
,modify-global-variable
, anddelete-global-variable
endpoints returned a JSON too long warning. The value and description fields were increased to support 5000 characters to prevent this error.Audit Logs: Fixed an issue where calling the
add-workspace-user
endpoint failed when an incorrect Permission Type existed in the workspace at creation. The call is now successful and will display the following key/value pair:"permissionType": "BAD_PERMISSION_TYPE"
.Audit Logs: Fixed an issue where an Invalid object attributes error would display when calling the
get-module-submissions
endpoint. This occurred when thesortBy
attribute was an array or object. This error no longer displays when making the call.Audit Logs: Fixed an issue where an Invalid object attributes error would display when calling the
update-module-submissions
endpoint. This occurred when the request had theid
(submission ID) attribute as an array. A validation now exists to determine if the submission ID is valid and requested in a valid form.
UDLC Toolkit
Fixes
Release Management Dashboard tool: Fixed an issue when, after clicking Create New Release in the Create New Release modal, creating the release takes a significant amount of time. The latency occurs when the release contains a lot of data. New endpoints were added to prevent latency and improve rendering speed.