07/08/2024 |
14.0 |
Document updated for 202407 Release:
|
04/08/2024 |
13.0 |
Document updated for 202404 Release:
-
Added support for new commands to manage Admin Server jobs, SSL, and SMTP details:
For more information about this feature, click here.
-
Added support for adding additional security for sensitive data in RDBMS services.
For more information about this feature, click here.
|
02/02/2024 |
12.0 |
Document updated for PACs feedback:
|
01/08/2024 |
11.0 |
Document updated for Quantum Fabric 202401 release.
-
Added support to map multi-tenant private URLs to public URLs.
Using the new feature Whitelisted Domain, you can map private auth and service URLs to public URLs. So that users can easily access the desired content or services without encountering any obstacle.
For more information about this feature, click here.
-
Added support for new parameters in MFCLI Publish command. Using these (--skipPublishedMicroApps and --incremental) parameters, you can improve the efficiency for publishing micro apps.
For more information about this feature, click here.
|
05/01/2023 |
10.0 |
Document updated for Quantum Fabric 202305 release. |
02/06/2023 |
8.2 |
Document updated for Quantum Fabric V9 Service Pack 7 Fix Pack 1 release.
|
12/19/2022 |
8.1 |
Document updated for Quantum Fabric V9 Service Pack 7 Hotfix release.
|
11/01/2022 |
8.0 |
Document updated for Quantum Fabric V9 Service Pack 7 (2022.11) release.
|
08/01/2022 |
7.0 |
Document updated for Quantum Fabric V9 Service Pack 6 (2022.06) release.
-
Added support for multiple mapping sets in Object Services
From V9 ServicePack 6, Object Services support multiple mapping sets for different back-end systems. For more information about this feature, click here.
|
04/18/2022 |
6.0 |
Document updated for Quantum Fabric V9 Service Pack 5 (2022.05) release.
-
Added the Temenos Microservices Adapter for Object Services
From V9 ServicePack 5, the Temenos Microservices Adapter has been added to Object Services, which can be used to create and reuse data models, access back-end operations, enable authorization APIs, and manage API definitions from a single source file.
For more information about this feature, click here.
-
Added support for authentication into Fabric by using Azure-SAML
From V9 ServicePack 5, support for external authentication by using Azure-SAML has been added to Quantum Fabric.
For more information about this feature, click here.
-
Added SSL Pinning support for native channels
From V9 ServicePack 5, SSL Pinning is supported for the Android and iOS channels, which can be used to connect to WebSockets on Quantum Fabric.
For more information about this feature, click here.
|
11/29/2021 |
5.0 |
Document updated for Quantum Fabric V9 Service Pack 4 (2021.11) release.
- Added support for Private Key JWT in OAuth 2.0 services. This feature can be used to enhance the security of token requests that are sent to the service provider. For more information about this feature, click here.
- Added support to add operations and verbs to locked apps. You can add new operations in Integration services and adding verbs in Object services. For more information about this feature, click here.
- Added support to lock apps from MFCLI. For more information about this feature, click here.
- Added the Parallel Gateway node to Workflows. This feature can be used to fork into multiple paths of execution or to join multiple incoming paths of execution for a sequence of parallel tasks. For more information about this feature, click here.
- Added looping support in Workflows, for Service tasks, Script tasks, and Rule tasks. Looping (Sequential or Parallel) can be used to invoke a service for a collection of items, and then combine all the responses. For more information about this feature, click here.
- Enhancements to the JavaScript SDK:
Added support to use PKCE for the authorization code flow. For more information about this feature, click here.
Added support to login to an OAuth 2.0 provider in the same browser window. For more information about this feature, click here.
Added support to use Server Event APIs. These APIs can be used to establish a connection between a client app and a WebSocket on Quantum Fabric. For more information about this feature, click here.
|
08/02/2021 |
4.0 |
Document updated for Quantum Fabric V9 Service Pack 3 (2021.08) release.
This update includes the following new and revised features:
- Workflow Adapter in Integration Services
The Fabric Workflow adapter has been introduced for Integration Services in Quantum Fabric.
For more information about this feature, click here.
- Integration Service trigger type in Workflow services
The Integration Service trigger type has been introduced in Workflow services. Workflows that are of the Integration Service (Sync/Async) type must be linked to an Integration Service that uses the Fabric Workflow adapter.
For more information about this feature, click here.
- Version Upgrade mechanism in MFCLI
Support for the Version Upgrade mechanism has been added to MFCLI. You can use this feature to update the versions for Fabric apps and services.
For more information about this feature, click here.
- View the Pre and Post Processors linked to a Fabric app
You can now view all the Java Pre and Post Processors that are linked to the services of an app on a single screen.
For more information about this feature, click here.
- Support for WebSockets to the Quantum Fabric Cloud
You can now use WebSockets to connect to the Quantum Fabric Cloud.
For more information about this feature, click here.
- Improved Modularity support for Fabric apps to manage the linked apps of a Composite Fabric app has been added to the Quantum Fabric Console.
For more information about this feature, click here.
- Publish Composite Fabric apps by using MFCLI
Support to publish Composite Fabric apps (with or without the linked apps) has been added to MFCLI.
For more information about this feature, click here.
-
Custom Front-End URLs support in Object Services
Support to map an object verb to a custom Front End URL has been added to Object Services. The Front-End URL is exposed for the object verbs as part of the API developer portal. With this feature, you can expose the objects and their associated verbs as URLs that follow the REST API convention.
For more information about this feature, click here.
- Support to replace Identity Service references
The replace-identity-service-references command has been added to MFCLI. You can use this command to replace existing Identity Service references, such as Backend Token and Enhanced Identity filters, with another Identity Service.
For more information about this feature, click here.
- Reconfigure scheme for Swagger 2.0 services
Support to reconfigure the scheme property has been added to services that use Swagger 2.0. The scheme can be reconfigured at the design time from the Fabric Console, or while publishing an app to the run time.
For more information, click here.
-
PKCE support for the JavaScript SDK
Support for PKCE (Proof Key for Code Exchange) has been added to the JavaScript SDK.
For more information about this feature, click here.
- PKCE support between Quantum Fabric and the back-end OAuth Service
You can now enable PKCE between Quantum Fabric and back-end OAuth Services has been added to the OAuth 2.0 Identity Services.
For more information about this feature, click here.
-
Path Parameters support in OAuth 2.0
Support to add path parameters has been added to the OAuth 2.0 Identity Service.
For more information about this feature, click here.
- OpenAPI Specification support for Object Verb Mapping
The OpenAPI Specification feature has been added to the Object Verb Mapping. With the OpenAPI Specification tab, you can customize the documentation of the Request and Response parameters for your APIs.
For more information about this feature, click here.
- Updates to Server Events APIs
- Added the setupServerEvents API, which can be used to establish a connection between a client app and a WebSocket on Quantum Fabric.
For more information about this feature, click here.
- Moved the global callbacks, such as onEventCallback (onMessageCallback), onErrorCallback, and onCloseCallback, to the setupServerEvents API.
- Added local callbacks for the following APIs.
o subscribeServerEvents
o unsubscribeServerEvents
o publishServerEvents
- Added response codes from the server and the client to create custom messages for client apps.
For more information about this feature, click here.
|
12/15/2020 |
3.0 |
Released Quantum Fabric V9 Service Pack 2 Release
|
08/24/2020 |
2.0 |
Released Quantum Fabric V9 Service Pack 1 Release
Console
- Added support for File Storage Adapter (Simple Storage Service) as the back-end storage.
- Added new Timer task has been added to Fabric Workflow
- Added support for Fabric Admin Adapter in Integration services.
- App Versioning Enhancement, You can now version Fabric applications even when they have defined Engagement artifacts in the application.
- Added support for Upgrade mechanism for apps on EAS
Integration Server
Identity
Enhancements
Console
Quantum Fabric SDK
|
04/06/2020 |
1.0 |
Released QuantumFabric V9 GA Release
Console
- Introduced Workflow: From Quantum Fabric V9, Quantum introduces a BPMN 2.0 compliant visual workflow editor as a Fabric back-end service. Workflow provides a simplified low code approach for server-side business processes to create an application workflow. The server-side workflow supports features like validation rules for changing states, setting security policies, updating third party systems, and sending user notifications. For more information about this feature, click here.
- Introduced Rules as a Service: From Quantum Fabric V9, Quantum introduces Rules as a first-class service in Fabric. You can create new Rules services and invoke them from the client app or integrate them with workflow for a conditional logic. Rule logic can be configured and updated at run-time from a business administration application. For more information about this feature, click here.
- Added a File System adapter for AWS S3 and Cloudian: From Quantum Fabric V9, new Adapters for working with files in AWS S3 and Cloudian Storage have been added. These adapters can be invoked by the clients to securely upload/download content per user/group into a mounted drive on the client's premises or on the Cloud. For more information about AWS S3 adapter, click here and for Cloudian adapter, click here.
- Added support to configure certain fields in Objects to be read-only. You can configure the fields in a data model of Object Services as read-only fields. These locked fields cannot be modified by other users on the Fabric. For more information about this feature, click here.
- Added an adapter for sending emails with attachments using signed S3 URLs from server-side. From Quantum Fabric V9, the Fabric server leverages Quantum Engagement Services for sending the emails. For more information about this feature, click here.
Identity
Integration
Kony Enterprise App Store
|