6.86.3 Platform Patch Release Notes
Overview
Version: 6.86.3
Patch Release Date: Nov 20, 2023
APIs


-
Payloads: Currently, when making POST requests to external services, the Base64 In Unqork, Dot Notation accesses the properties of an object. The object's name comes before the period, and the property comes after. For example, to reference just the City from an Address Search component, you would enter "address.city". XML Also known as Record Data. Submission data consists of information saved by Unqork components. View submission data by using the angular command, or in Record Collections. payload cannot exceed 1 MB in size. We have now increased the payload size to 5 MB.


-
Audit Logs: Fixed an issue where calling the add-global-variable, modify-global-variable, and delete-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 the sortBy 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 the id (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


-
Release Management Dashboard tool: Fixed an issue when, after clicking Create New Release in the Create New Release modal A modal is a window that appears on top of the content you are currently viewing., 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.