Released: March 10, 2026 Type: Major Release
Release Schedule Announcement
Starting with version 8.0, Unqork is moving to a quarterly General Availability (GA) release calendar. This new 12-week cycle replaces the previous 6-week model, giving teams more predictability and time to adopt new capabilities. Critical patch releases continue to deploy weekly.
Improvements
Administration
Services Administration: Unqork has enhanced the reliability of external service integrations using the Enable Token Persistence feature by implementing strict, real-time expiration checks. Previously, tokens were validated only at the start of a request, which could result in expired tokens being used mid-request. Tokens are now revalidated immediately before each service call.
Environment Administration: Fixed inaccurate helper text in Environment Administration.
APIs
As part of Unqork's ongoing migration from GraphQL endpoints to REST endpoints, this release includes the following updates:
Implemented a high-performance REST
/records/:recordIdendpoint for retrieving Data Model, module, and workflow records — a faster alternative to the legacy GraphQLgetRecordresolver.Implemented a new REST
getSearchConfigendpoint to support search service replacements with the ADS package.Implemented a new REST
getRecordsCountendpoint for modules, workflows, and data models.Implemented a new REST
getRecordsendpoint.Implemented a new REST
restoreSchemaendpoint.Implemented a new REST
getSchemasendpoint.Implemented a new REST
getModulesByModelsendpoint.Implemented a new REST
getModelsFromSchemaendpoint.Implemented a new REST
POST /schemas/data-validationendpoint. The former GraphQLPOST /models/validateFromSchemaendpoint is marked as deprecated but continues to be supported until no active usage remains.API Documentation: Updated the Update User (
PUT /users/{userId}) documentation to clarify that theuserIdfield cannot be modified, and that theshouldNotifyparameter enables the New Account email only and does not suppress User Changed notifications.
The
/fbu/uapi/pdfbar/combineflattenparameter is scheduled for removal in version 8.2.0. The/fbu/uapi/image/parsePDFendpoint is also scheduled for removal in version 8.2.0.
Application Versioning
Service Logs: Service logs now contain information about the context of the origin request to improve debugging capabilities.
Module Builder
Dynamic Grid component: Column triggers and display behavior have been stabilized for this release.
Data
Unqork has expanded REST endpoint coverage for Data Models and schema operations, replacing legacy GraphQL .
Security
This release includes scheduled security patches. No action is required.
Changelog
Date | Change |
|---|---|
2026-09-14 | Initial publication (EN-8111). |