6.82 Platform Release Notes
Version: 6.82.0
TIP Need a slide show version of the 6.82 Release Notes to share with your team? Click here to download one.
Release Schedule
Cohort | Staging Release Date | UAT Release Date | Production Release Date |
---|---|---|---|
Early Release |
Aug 10, 2023 |
Aug 24, 2023 |
Sep 7, 2023 |
GA |
Aug 23, 2023 |
Sep 6, 2023 |
Sep 22, 2023 |
Exception/GovCloud |
Sep 5, 2023 |
Sep 19, 2023 |
Oct 3, 2023 |
Resources
Contents
FEATURE FLAG This feature will be released behind a Feature Flag. Users must opt-in to see these improvements. Please contact your Unqork representative if you would like to opt-in.
Release Highlights
Introducing the ability to request audit logs!
Audit logs, or audit trails, are records of events and changes in your environment. Examples include logins, logouts, module creation and saves, administration changes, and so on. Audit logs capture these events by recording the activity performed, who performed the activity, and how the system responded. You can now retrieve audit logs to prove compliance with HIPAA and PCI DSS regulations. Unqork now lets you retrieve audit logs at a specific time and date to ensure you protect your business from fines and penalties.
You can now authenticate and request audit logs for the following events:
NOTE There are more audit logs to come. Visit our documentation regularly to see additional audit logs.
Administration
-
Service Users: Fixed an issue where Service users could log into their environment and see the Platform UI even with Client Credentials enabled.
APIs
-
APIs: Fixed an issue where empty request header rows were not being removed correctly from service calls. Service calls no longer include empty values.
-
Execute via Proxy APIs: Increased the file upload limit to 100 MB for files sent to a server-side executed module using a proxy request.
Components
-
Data Workflow component: Added a new Preserve Argument Type option to every operator that accepts an argument. This enhancement ensures the argument data type is now respected when the operator executes.
Affected Data Workflow operators include:
Branch Merge operator
Create Field operator
Filter operator
Input Switch operator
Branch Split operator
Create Value operator
Formula operator
Nested Array operator
Cartesian operator
Decision operator
Gate operator
Transpose operator
-
File component: Changed the Post Upload trigger to only fire when the end-user's selected file is of a type allowed by the Set File Formats to Accept setting.
-
File component: Changed the Post Upload trigger to fire when an end-user adds or removes a file from the component and that file is valid type per the Set File Formats to Accept setting. Renamed the setting to Post Add/Delete Trigger and updated the tooltip text for clarity.
-
Multi-Select Dropdown component: Added support for the Clear button (visible when the Show Clear Button setting is set to (ON)) to respond to readOnlyView and disabled Output Types from logic components.
-
If readOnlyView is yes: The Clear button is hidden from the end-user.
-
If disabled is yes: The Clear button is disabled to the end-user.
-
File component: Fixed an issue where .AVI & .AVCHD file types didn't validate properly when used in the Set File Formats to Accept setting.
-
Dynamic Grid component: Fixed an issue where filtering on Text Field, Single-select Dropdown, or Multi-select Dropdown columns were case sensitive. This resulted in values like Hello and hello appearing twice in the filter option list. Now, filtering on these columns is not case sensitive and consolidates filter options of this kind.
NOTE This change results in a known third-party library limitation where the Blanks filter option is non-functional. Please contact your Customer Success representative for more information.
-
Formulas: Addressed a security vulnerability involving malicious use of the REFERENCE component in logic components.
-
Multi-Select Dropdown component: Fixed an issue where the component incorrectly showed a required asterisk (*) next to the component label when the following settings were set to (ON):
-
Required
-
Allow Multiple Selections
-
Read Only View
-
Multi-Select Dropdown component: Fixed an issue with the font styling and spacing applied in Express View was incorrect when the Read Only View settings were set to (ON).
-
Number component: Fixed an issue where a value that included only a decimal character (".") was automatically trimmed from the component after a few seconds, or when unfocusing the component. Now, a value of only a decimal (".") displays and shows an Invalid Number validation error.
-
FEATURE FLAG Number component: Fixed an issue where the thousands separator didn't render when Show Thousands Separator was set to (ON) and the browser's language was set to "Spanish - español" (also known as locale = "es").
-
FEATURE FLAG Number component: Fixed an issue where an Invalid Number validation displayed unexpectedly when the decimal separator was a comma (,) as a result of the end user's locale. This issue is limited to languages that use commas as a decimal separator. For example, German and Italian.
-
Radio Buttons component: Fixed an issue where the component's Trigger failed to fire if the Radio Buttons component had a Property ID with a hyphen (-) in it.
-
ViewGrid component: Fixed an issue where the Select Row Output submission data retained old selections after updating the ViewGrid component data using the value Output Type from logic components.
Platform Architecture
-
Excel Files: Upgraded the library responsible for parsing incoming Excel files and generating Excel exports in Unqork. This enhancement increases stability, security, and improves parsing of date-like values.
Affected areas of the Platform include the:
-
Chart component's Download as XLS/XLSX settings.
-
Content component's Include Excel Download Link setting.
-
Data Workflow component's Excel to JSON operator.
-
Get Configuration Analysis Results API (when the format query parameter is xlsx).
-
Creator (User) Administration's Export All Creators functionality.
-
Excel Fill Template Administration, including the Upload Excel Template API.
-
Express User Administration’s Export All Express Users functionality.
Workflow Builder
-
Task node: Fixed an issue where an intermittent Module Not Found error message would display after selecting a module in environments with large volumes of modules.