7.0.0 Platform Release Notes
TIP Would you like a slide show version of the 7.0.0 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 |
Jan 11, 2024 |
Jan 25, 2024 |
Feb 8, 2024 |
GA |
Jan 24, 2024 |
Feb 7, 2024 |
Feb 21, 2024 |
Exception/GovCloud |
Feb 6, 2024 |
Feb 20, 2024 |
Mar 5, 2024 |
Resources
Contents
Release Highlights
Introducing Unqork Data Modeling
Software data models are a visual representation of your data and data elements. These visual representations define how data elements relate to each other and how your data is stored in a database. Unqork Data Modeling lets you create similar data structures for your Unqork applications without the burden of using code. Once you create your data models, you can apply them to your modules. From there, simply drag and drop the fields where you want them in the Module Builder.
TIP To learn more about Data Modeling, view our Data Modeling documentation. Or, take our Unqork Data Modeling Academy course.
Introducing the Query Builder
EARLY ACCESS This is an early-access feature. To get access, please contact your Customer Success Representative.
Visual Query Builder provides a new and intuitive way for Creators Also known as Unqork users; anyone who is inside the Unqork platform. to create customizable, reusable, and high-performing queries on their data sets. Once a query has been created it can be accessed through a Plug-In component to retrieve the pre-filtered data into your modules. Query Builder includes support for accessing data created with the Data Modeling feature set and existing submissions created by your application.
Introducing On-Prem Groups
EARLY ACCESS This is an early-access feature. To get access, please contact your Customer Success Representative.
You can now connect to on-premises (or on-prem) systems using Unqork's Integration Gateway. These systems can include apps (Jira and Sharepoint) enterprise resource planning (ERP) software (SAP and Oracle), databases, and much more. This feature lets you group one or more on-prem agents and create a secure connection between your organization's systems and Unqork. Doing so reduces the need to open ports in your organization's firewall, thereby ensuring your connections are efficient and secure. You can create on-prem groups and agents, download installers to your on prem environment, and enable access to all your on-prem systems using the Integrations Gateway.
TIP To learn more, view the following video: https://www.youtube.com/watch?v=2P_dQG31ooo&t=2s.
Introducing Application Performance Monitoring
Application Performance Monitoring (APM) continuously monitors Unqork application performance, availability, and overall health by analyzing various metrics. That way, you can minimize downtime and optimize performance. Unqork's APM feature now supports Datadog and Splunk integration.
TIP To learn more about Application Performance Monitoring, see our Application Performance Monitoring (APM) article.
APIs
-
Audit Logs: Added support for the new add-module audit log endpoint. You can now retrieve audit logs for when Creators Also known as Unqork users; anyone who is inside the Unqork platform. add a module using Module Administration.
-
Payloads: Currently, when making POST requests to external services, the Base64 Base64 is an encoding and decoding technique used to convert binary data to an ASCII (American Standard for Information Interchange) text format. XML Extensible Markup Language (XML) is markup language that lets you define and store data in a shareable way. payload cannot exceed 5 MB in size. We have now increased the payload size to 16 MB.
Components
-
Browser Storage component: Added support for Namespace visibility across an environment. If a Namespace is created for a Browser Storage component in one module, another Browser Storage component has visibility to it.
-
Data Workflow component: Fixed an issue with the Excel to JSON operator where pipe (|) characters parsed incorrectly as delimiters.
-
Date Input, Number, Phone Number, Text Area, Text Field components: Standardized behavior to control when previously-filled information by the end-user is suggested by the browser. These components' Disable Browser Autofill setting does not autofill managed by the browser. For example, address and credit card information.
-
Dynamic Grid component: Fixed an issue where end-users could not enter commas (,) into Number-type cells. Unqork recommends using the Show Thousands Separator setting to display formatted numeric values.
-
Dynamic Refresh: Fixed an issue where executing logic with the reset Output Type did not function properly after a dynamic refresh.
-
Initializer component: Fixed an issue where the cut and copy functionality of the Initializer component's Inputs and Outputs tables did not work correctly.
-
Multi-Select Dropdown component: Fixed an issue where options did not display in the Multi-Select Dropdown component's configuration window when the URL Data Source Type was selected.
-
Panel component: Fixed an issue where end-users End-Users are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. could not dismiss modals A modal is a window that appears on top of the content you are currently viewing. when multiple modals were opened on top of one another.
-
Plug-In component: Fixed an issue where end-users End-Users are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. were blocked by a modal A modal is a window that appears on top of the content you are currently viewing. if an API APIs (application programming interfaces) are a set of protocols and definitions developers use to build and integrate application software. APIs act as the connective tissue between products and services. request failed with the Plug-In component's Show Modal Dialog While Running setting was enabled.
-
Uniform Grid component: Fixed an issue where Dropdown components inside a Uniform Grid component did not display tooltip values.
Module Builder
-
Modules: When copying a module dependent other modules, Data Collections, or workflows, elements you do not have permission to view are removed.
-
Property IDs: Added additional warning messages if a Creator Also known as Unqork users; anyone who is inside the Unqork platform. uses an invalid Property ID in a component.
-
Formulas: Fixed an issue where the WORKDAY() formula returned zero instead of the calculated date when the offset input was negative.
- Module Tags: Fixed an issue where tags were altered when converting a module from O Other to FE Front-End.
Workflow Builder