Quantum Fabric 202401 Release Notes

New Features & Enhancements

In this release, the following features have been introduced or enhanced to provide a better Quantum Fabric experience.

The following two features are common to all Fabric components:

  • Provided security jar and JS upgrades.
  • If Fabric is deployed on AWS EKS, support is added for AWS JDBC Wrapper to connect to the underlying Fabric database using only the username.

Console

  • Added support for Public URL Mapping in Fabric

    By using this feature, you can use public URLs to access Fabric in addition to private URLs. In some cases, private URLs (on which Fabric is originally installed) are restricted for internal access. In such cases, having public URLs will help client apps to access Fabric services. This is applicable only for On-Prem and Azure.

    For more information about this feature, click here.

  • Publish Commands Changes
    • Added the skipPublishedMicroApps flag: If this flag is specified during the initial publishing process, only those micro-apps will be considered for publish that are currently not published.
    • Modified the incremental flag: If this flag is specified, only the delta of the micro-app should be published (both parent and child app).

      For more information about this feature, click here.

Metrics

  • Power BI Service Performance Standard report performance improvements.

    For more information about this feature, click here.

  • Support added to show the Popup with environment names filter before redirecting to the Standard Reports page for Power BI.

Admin Server

  • Enabled support to include the custom response headers for all service endpoints.

    You can now enable the custom response headers in the HTTP response for all service endpoints.

    For more information about this feature, click here.

Installer

  • Added support for the new versions of softwares:
    • Quantum Fabric installer is bundled with an updated version of Tomcat 9.0.73.
    • Quantum Fabric installer is bundled with an updated version of JBoss 7.4.10.
    • Quantum Fabric installer is bundled with an updated version of OpenJDK 11.0.20.

For more information about this feature, click here.

Temenos App Factory

  • Import Configurable Properties

    From the 202401 release, support to import configurable properties has been added in the Import Options for the following Fabric Tasks:

    The import of configurable properties files streamlines the deployment process by eliminating the need for manual edits to the server and client CSV files.

  • Incremental Publish in Fabric Tasks

    From the 202401 release, support for Incremental Publish has been added in the following Fabric Tasks:

    In addition, support for the GetSnapshots job has been added in the Fabric Build Tasks. The GetSnapshots task retrieves snapshots of all the previous versions of the Fabric App, that can then be used for Incremental Publish.

  • Skip Publishing of Engagement Services

    From the 202401 release, support for the SKIP_ENGAGEMENT_PUBLISH parameter has been added in the build parameters of the following build jobs:

  • Rollback to a Fabric App Version

    From the 202401 release, support for the Rollback and Fetch jobs has been added in the Fabric Build Tasks. The Fetch Task retrieves the snapshot of a previous version of the Fabric App, that you can then use in the Rollback Task to revert to a specific version.

  • Configure Custom Build Parameters

    From the 202401 release, App Factory supports the configuration of Custom Build Parameters for a Visualizer project through a YAML Configuration file. You can configure the custom build parameters for each phase in the build process in a YAML file, that will be executed during the Visualizer Build process.
    In addition, you can upload Test Data files in the Custom Build Configuration page to include Test Data in the build.

    For more information about this feature, click here.

  • Support for Xcode 15

    From the 202401 release, App Factory supports the Xcode 15 upgrade to build and deploy apps for iOS 16 targets. In addition, the AWS device farm and Appium in App Factory support iOS16 targets and Xcode15.

    For more information about this feature, click here.

  • Support for JAR-Based Database Migration Type

    From the 202401 release, support for the JAR-Based database migration has been added in the Flyway related parameters, along with the existing SQL-Based database migration. You can choose the desired migration type while building a Flyway Job.